strchr            504 common/libc/printf/__printf.c 	else if (strchr("#-l0123456789", ch)) {
strchr            511 common/libc/printf/__printf.c 	else if (strchr("doupx", ch)) {
strchr             76 common/libc/stdlib/atoi.c 		where = strchr(digits, *s);
strchr             67 common/libc/string/strtok_r.c 	while (*head && strchr(seps, *head)) {
strchr             80 common/libc/string/strtok_r.c 	while (*tail && !strchr(seps, *tail)) {
strchr            141 kern/include/lib.h char *strchr(const char *searched, int searchfor);
strchr             81 kern/vfs/vfslookup.c 	s = strchr(tmp, ':');
strchr             42 user/include/string.h char *strchr(const char *, int);
strchr            165 user/sbin/mksfs/mksfs.c 	s = strchr(volname, ':');
strchr            174 user/sbin/mksfs/mksfs.c 	s = strchr(volname, '/');