strchr            520 global/global.c 		if (strchr(encode_chars, '/') || strchr(encode_chars, '.'))
strchr            534 gtags-cscope/command.c 	    if ((c = strchr(dispchars, commandc)))
strchr            745 gtags-cscope/command.c 		if ((cc = strchr(dispchars, c)))
strchr            787 gtags-cscope/command.c 		if (strchr("/\\[.^*", *s) != NULL) {
strchr            805 gtags-cscope/command.c 		if (strchr("/\\&", *s) != NULL) {
strchr            291 gtags-cscope/display.c 	    while ((s = strchr(tempstring, '\t')) != NULL) {
strchr            699 gtags-cscope/display.c 	while ((slash = strchr(s, '/')) != NULL) {
strchr            704 gtags-cscope/display.c 			if ((slash = strchr(s, '/')) != NULL) {
strchr             67 gtags-cscope/global-cscope.h char *strchr (), *strrchr ();
strchr            118 gtags-cscope/mypopen.c     if (fp && ! strchr(mode, 'b')) {
strchr            213 gtags/gtags.c  			if (strchr(optarg, '/') || strchr(optarg, '.'))
strchr            396 htags/fileindex.c 			char *slash = strchr(local, '/');
strchr            504 htags/fileindex.c 		for (p = path + 1; p != NULL; p = strchr(p, '/')) {
strchr           1771 htags/htags.c  	if (strchr(sitekey, '.') || strchr(sitekey, '/'))
strchr            111 libdb/compat.h #define	index(a, b)		strchr(a, b)
strchr            526 libglibc/getopt.c 			    || !strchr (optstring, argv[d->optind][1])))))
strchr            728 libglibc/getopt.c 	  || strchr (optstring, *d->__nextchar) == NULL)
strchr            788 libglibc/getopt.c     char *temp = strchr (optstring, c);
strchr            191 libltdl/argz.c       entry = 1+ strchr (entry, EOS_CHAR);
strchr            501 libltdl/ltdl.c   assert (strchr (dirname, LT_DIRSEP_CHAR) == 0);
strchr           1786 libltdl/ltdl.c       if (strchr (".0123456789", p[-1]) == 0)
strchr            120 libparser/asm_parse.c 	char *nl = strchr(line_image, '\n');				\
strchr             43 libparser/asm_parse.y 	char *nl = strchr(line_image, '\n');				\
strchr            723 libparser/asm_scan.c 	char *nl = strchr(line_image, '\n');				\
strchr            163 libparser/parser.c 		p = strchr(p, ':');
strchr            170 libparser/parser.c 		p = strchr(p, ',');
strchr            173 libparser/parser.c 		q = strchr(lt_dl_name, ':');
strchr            785 libparser/php.c 	char *nl = strchr(line_image, '\n');				\
strchr           2401 libparser/php.c 					if (strchr(str, '$') == NULL)
strchr            121 libutil/gtagsop.c 		p = strchr(p, ' ');
strchr            133 libutil/path.c 	while ((p = strchr(p, '\\')) != NULL)
strchr             92 libutil/pathconvert.c 	if (strchr(path, '%') == NULL)
strchr            102 libutil/pool.c 	const char *p = strchr(string, term);
strchr            238 libutil/token.c 			if (interested == NULL || strchr(interested, c))