strchr           2171 gtags-parser/php.c 					if (strchr(str, '$') == 0)
strchr            367 htags/fileindex.c 			char *slash = strchr(local, '/');
strchr            452 htags/fileindex.c 		for (p = path + 1; p != NULL; p = strchr(p, '/')) {
strchr            101 libdb/compat.h #define	index(a, b)		strchr(a, b)
strchr            175 libglibc/getopt.c #define	my_index	strchr
strchr            117 libutil/gtagsop.c 		p = strchr(p, ' ');
strchr            128 libutil/path.c 	while ((p = strchr(p, '\\')) != NULL)
strchr             99 libutil/pool.c 	const char *p = strchr(string, term);
strchr            230 libutil/token.c 			if (interested == NULL || strchr(interested, c))