strchr           102 dir.c          #define find_dirsep(s) strchr(s, '/')
strchr           213 dir.c          		&& *pat && strchr("*?[\\", *pat)
strchr           630 dir.c              pend = strchr(path, '/');
strchr           687 dir.c          	m = strchr(p, '/');
strchr           1668 dln.c              if (exe_flag && strchr(fname, '/')) return fname;
strchr           1674 dln.c              if (exe_flag && strchr(fname, '\\')) return fname;
strchr           1683 dln.c          	ep = strchr(dp, PATH_SEP[0]);
strchr           1012 eval.c         	    if (tail = strchr(einfo, '\n')) {
strchr           236 ext/socket/getnameinfo.c 				p = strchr(hp->h_name, '.');
strchr           1876 file.c             if (strchr("bcdefgGkloOprRsSuwWxXz", cmd)) {
strchr           1948 file.c             if (strchr("MAC", cmd)) {
strchr           1966 file.c             if (strchr("-=<>", cmd)) {
strchr           2400 file.c             p = strchr(path, sep);
strchr           2409 file.c         	p = strchr(p0, sep);
strchr           2421 file.c             if (strchr(path, ':')) return 1;
strchr           1225 hash.c         	char *s = strchr(*env, '=');
strchr           1243 hash.c         	char *s = strchr(*env, '=');
strchr           1261 hash.c         	char *s = strchr(*env, '=');
strchr           1279 hash.c         	char *s = strchr(*env, '=');
strchr           1297 hash.c         	char *s = strchr(*env, '=');
strchr           1358 hash.c         	    char *s = strchr(*env, '=');
strchr           1393 hash.c         	char *s = strchr(*env, '=');
strchr           1422 hash.c         	char *s = strchr(*env, '=');
strchr           1488 hash.c         	char *s = strchr(*env, '=')+1;
strchr           1511 hash.c         	char *s = strchr(*env, '=')+1;
strchr           1560 hash.c         	char *s = strchr(*env, '=');
strchr           220 missing/strftime.c 	if (strchr(format, '%') == NULL && strlen(format) + 1 >= maxsize)
strchr           871 numeric.c      	    if (s = strchr(buf, ' ')) *s = '\0';
strchr           971 numeric.c      	    if (s = strchr(buf, ' ')) *s = '\0';
strchr           374 pack.c         	    if (strchr(natstr, type)) {
strchr           385 pack.c         	    len = strchr("@Xxu", type) ? 0 : items;
strchr           1107 pack.c         	    if (strchr(natstr, type)) {
strchr           533 process.c      	if (*s != ' ' && !ISALPHA(*s) && strchr("*?{}[]<>()~&|\\$;'`\"\n",*s)) {
strchr           658 process.c      	if (*s != ' ' && !ISALPHA(*s) && strchr("*?{}[]<>()~&|\\$;'`\"\n",*s)) {
strchr           183 ruby.c             if (strchr(path, sep)) {
strchr           190 ruby.c         	    if (s = strchr(p, sep)) {
strchr           358 ruby.c         	    if (p = strchr(s, '=')) {
strchr           665 ruby.c         		if (!strchr("IdvwrK", *s))
strchr            56 util.c             while (len-- && *s && (tmp = strchr(hexdigit, *s))) {
strchr            33 win32/win32.c  #define index(x, y) strchr((x), (y))