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

/macosx-10.9.5/bash-92/bash-3.2/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 DMakefile.in91 mktime.c strftime.c xstrchr.c zcatfd.c winsize.c eaccess.c \
104 fmtullong.o fmtumax.o xstrchr.o zcatfd.o winsize.o wcsdup.o \
183 xstrchr.o: xstrchr.c
242 xstrchr.o: ${BUILD_DIR}/config.h
476 xstrchr.o: ${topdir}/bashansi.h
477 xstrchr.o: ${BASHINCDIR}/ansi_stdlib.h
478 xstrchr.o: ${BASHINCDIR}/shmbutil.h
/macosx-10.9.5/bash-92/bash-3.2/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
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexterns.h379 /* declarations for functions defined in lib/sh/xstrchr.c */
380 #undef xstrchr macro
381 extern char *xstrchr __P((const char *, int));
H A Darrayfunc.c432 if (l->word->word[0] != '[' || xstrchr (l->word->word, '=') == 0) /* ] */
580 t = xstrchr (name, '['); /* ] */
640 t = xstrchr (s, '[');
H A Dgeneral.h73 # define member(c, s) ((c) ? ((char *)xstrchr ((s), (c)) != (char *)NULL) : 0)
H A Dbashline.c1148 if (!matches && *text == '~' && !xstrchr (text, '/'))
2338 should_expand_dirname = xstrchr (local_dirname, '$') || xstrchr (local_dirname, '`');
2340 if (xstrchr (local_dirname, '$'))
2344 t = xstrchr (local_dirname, '`');
2898 if (xstrchr (rl_completer_word_break_characters, *s))
2937 if (*qcp == '\0' && cs == COMPLETE_BSQUOTE && xstrchr (s, '\n'))
2945 history_expansion_inhibited == 0 && xstrchr (s, '!'))
2949 history_expansion_inhibited == 0 && xstrchr (s, '!'))
H A Dalias.c529 if (xstrchr (token, '\\'))
H A Dgeneral.c541 return ((char *)xstrchr (string, '/') != (char *)NULL);
H A Dshell.c1782 s = xstrchr (set_opts, '[');
1787 t = xstrchr (s, ']');
H A Dvariables.c845 s = xstrchr (d, '.');
2188 temp = (xstrchr (temp, '~') != 0) ? bash_tilde_expand (temp, 1) : savestring (temp);
H A Dsubst.c2332 if (t = xstrchr (name, '[')) /*]*/
4879 temp1 = xstrchr (name, '[');
7955 degenerate to a bunch of calls to `xstrchr', and then what is
7959 if (xstrchr (tlist->word->word, LBRACE))
H A DAUTHORS454 lib/sh/xstrchr.c Chet Ramey, Mitsuru Chinen
H A DMANIFEST427 lib/sh/xstrchr.c f
H A Dexecute_cmd.c3640 if (restricted && xstrchr (pathname, '/'))

Completed in 223 milliseconds