Searched refs:me (Results 1 - 9 of 9) sorted by relevance

/PHP_TRUNK/build/
H A Dshtool526 for seq in sgr0 me rmso init reset; do # 'reset' is last
/PHP_TRUNK/
H A Dltmain.sh2301 $echo "*** because the file extensions .$libext of this argument makes me believe"
H A Dconfig.guess39 me=`echo "$0" | sed -e 's,.*/,,'`
44 Output the configuration name of the system \`$me' is run on.
65 Try \`$me --help' for more information."
81 echo "$me: invalid option $1$help" >&2
89 echo "$me: too many arguments$help" >&2
112 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
H A Dconfig.sub58 me=`echo "$0" | sed -e 's,.*/,,'`
84 Try \`$me --help' for more information."
100 echo "$me: invalid option $1$help"
114 0) echo "$me: missing argument$help" >&2
117 *) echo "$me: too many arguments$help" >&2
/PHP_TRUNK/ext/intl/resourcebundle/
H A Dresourcebundle.c72 newrb->me = source->child;
H A Dresourcebundle_class.c45 if (rb->me) {
46 ures_close( rb->me );
69 rb->me = NULL;
109 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb));
111 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb));
124 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb)));
177 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) );
181 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) );
202 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror );
266 if (rb->me
[all...]
H A Dresourcebundle_class.h31 UResourceBundle *me; member in struct:__anon202
46 #define RESOURCEBUNDLE_OBJECT(rb) (rb)->me
H A Dresourcebundle_iterator.c37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror );
171 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE);
172 iterator->length = ures_getSize( rb->me );
/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dapprentice.c908 addentry(struct magic_set *ms, struct magic_entry *me, argument
911 size_t i = me->mp->type == FILE_NAME ? 1 : 0;
926 mentry[i][mentrycount[i]++] = *me;
927 memset(me, 0, sizeof(*me));
942 struct magic_entry me; local
963 memset(&me, 0, sizeof(me));
992 if (me.mp == NULL) {
999 if ((*bang[i].fun)(ms, &me,
1038 set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme, uint32_t starttest) argument
1071 set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme) argument
1092 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme, struct magic **ma, uint32_t *nma) argument
1118 magic_entry_free(struct magic_entry *me, uint32_t nme) argument
1490 parse(struct magic_set *ms, struct magic_entry *me, const char *line, size_t lineno, int action) argument
1959 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line) argument
2013 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line) argument
2048 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line) argument
[all...]

Completed in 50 milliseconds