Searched refs:xstrchr (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dxstrchr.c0 /* xstrchr.c - strchr(3) that handles multibyte characters. */
30 #undef xstrchr macro
38 xstrchr (const char *s, int c) function
40 xstrchr (s, c)
H A DMakefile76 mktime.c strftime.c xstrchr.c zcatfd.c
88 fmtullong.o fmtumax.o xstrchr.o zcatfd.o ${LIBOBJS} inet_aton.o
160 xstrchr.o: xstrchr.c
216 xstrchr.o: ${BUILD_DIR}/config.h
426 xstrchr.o: ${topdir}/bashansi.h
427 xstrchr.o: ${BASHINCDIR}/ansi_stdlib.h
428 xstrchr.o: ${BASHINCDIR}/shmbutil.h
H A DMakefile.in92 mktime.c strftime.c xstrchr.c zcatfd.c zmapfd.c winsize.c eaccess.c \
106 fmtullong.o fmtumax.o xstrchr.o zcatfd.o zmapfd.o winsize.o wcsdup.o \
193 xstrchr.o: xstrchr.c
261 xstrchr.o: ${BUILD_DIR}/config.h
501 xstrchr.o: ${topdir}/bashansi.h
502 xstrchr.o: ${BASHINCDIR}/ansi_stdlib.h
503 xstrchr.o: ${BASHINCDIR}/shmbutil.h
/haiku-fatelf/src/bin/bash/include/
H A Dshmbutil.h36 extern char *xstrchr __P((const char *, int));
57 #undef xstrchr macro
58 #define xstrchr(s, c) strchr(s, c) macro
/haiku-fatelf/src/bin/bash/
H A Dexterns.h427 /* declarations for functions defined in lib/sh/xstrchr.c */
428 #undef xstrchr macro
429 extern char *xstrchr __P((const char *, int));
H A Dgeneral.h73 # define member(c, s) ((c) ? ((char *)xstrchr ((s), (c)) != (char *)NULL) : 0)
H A Dalias.c529 if (xstrchr (token, '\\'))
H A Darrayfunc.c599 if (l->word->word[0] != '[' || xstrchr (l->word->word, '=') == 0) /* ] */
716 t = xstrchr (name, '['); /* ] */
776 t = xstrchr (s, '[');
H A Dbashline.c1399 if (!matches && *text == '~' && !xstrchr (text, '/'))
2679 if (xstrchr (local_dirname, '$'))
2683 t = xstrchr (local_dirname, '`');
3284 if (xstrchr (rl_completer_word_break_characters, *s))
3326 if (*qcp == '\0' && cs == COMPLETE_BSQUOTE && xstrchr (s, '\n'))
3334 history_expansion_inhibited == 0 && xstrchr (s, '!'))
3338 history_expansion_inhibited == 0 && xstrchr (s, '!'))
H A Dshell.c1793 s = xstrchr (set_opts, '[');
1798 t = xstrchr (s, ']');
H A Dgeneral.c580 return ((char *)xstrchr (string, '/') != (char *)NULL);
H A DAUTHORS455 lib/sh/xstrchr.c Chet Ramey, Mitsuru Chinen
H A Dsubst.c2557 if (t = xstrchr (name, '[')) /*]*/
5171 temp1 = xstrchr (name, '[');
8555 degenerate to a bunch of calls to `xstrchr', and then what is
8559 if (xstrchr (tlist->word->word, LBRACE))
H A DMANIFEST435 lib/sh/xstrchr.c f
H A Dexecute_cmd.c4372 if (restricted && xstrchr (pathname, '/'))
H A Dvariables.c878 s = xstrchr (d, '.');
H A DMakefile181 ${SH_LIBSRC}/memset.c ${SH_LIBSRC}/xstrchr.c \

Completed in 138 milliseconds