Searched defs:strchr (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dsed.c34 # define strchr index macro
265 else if (strchr(optarg, '*') != NULL)
H A Dexecute.c67 # define strchr index macro
675 (asterisk = strchr(old_asterisk, '*'));
683 (asterisk = strchr(old_asterisk, '*'));
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstring.in.h163 /* strchr() does not work with multibyte strings if the locale encoding is
165 # undef strchr macro
166 # define strchr(s,c) \ macro
167 (GL_LINK_WARNING ("strchr cannot work correctly on character strings " \
170 strchr (s, c))
441 Unlike strchr(), this function works correctly in multibyte locales with
/ndk/sources/host-tools/make-3.81/
H A Dmake.h263 # define strchr(s, c) index((s), (c)) macro

Completed in 277 milliseconds