Searched refs:me (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_3/build/ |
| H A D | shtool | 526 for seq in sgr0 me rmso init reset; do # 'reset' is last
|
| /PHP_5_3/ |
| H A D | config.guess | 41 me=`echo "$0" | sed -e 's,.*/,,'` 46 Output the configuration name of the system \`$me' is run on. 66 Try \`$me --help' for more information." 82 echo "$me: invalid option $1$help" >&2 90 echo "$me: too many arguments$help" >&2 113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
|
| H A D | config.sub | 57 me=`echo "$0" | sed -e 's,.*/,,'` 82 Try \`$me --help' for more information." 98 echo "$me: invalid option $1$help" 112 0) echo "$me: missing argument$help" >&2 115 *) echo "$me: too many arguments$help" >&2
|
| H A D | ltmain.sh | 2301 $echo "*** because the file extensions .$libext of this argument makes me believe"
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 1145 struct magic_entry *me; local 1173 me = &(*mentryp)[*nmentryp - 1]; 1174 if (me->mp == NULL) { 1177 if (me->cont_count == me->max_count) { 1179 size_t cnt = me->max_count + ALLOC_CHUNK; 1180 nm = erealloc(me->mp, sizeof(*nm) * cnt); 1181 me->mp = m = nm; 1182 me->max_count = CAST(uint32_t, cnt); 1184 m = &me 1561 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line) argument 1615 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line) argument 1650 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line) argument [all...] |
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 72 newrb->me = source->child;
|
| H A D | resourcebundle_class.c | 45 if (rb->me) { 46 ures_close( rb->me ); 68 rb->me = NULL; 106 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); 108 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); 116 bundlename, locale, ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb)) ); 169 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); 173 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); 194 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); 258 if (rb->me [all...] |
| H A D | resourcebundle_class.h | 31 UResourceBundle *me; member in struct:__anon184 46 #define RESOURCEBUNDLE_OBJECT(rb) (rb)->me
|
| H A D | resourcebundle_iterator.c | 37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); 174 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE); 175 iterator->length = ures_getSize( rb->me );
|
Completed in 21 milliseconds