HelenOS sources
strchr 76 uspace/lib/bithenge/src/linux/common.h return strchr(string, wctob(ch)); // TODO
strchr 274 uspace/lib/c/generic/string.c p = strchr(s2, *s1);
strchr 300 uspace/lib/c/generic/string.c p = strchr(s2, *s1);
strchr 353 uspace/lib/c/generic/string.c p = strchr(s2, *s1);
strchr 428 uspace/lib/c/generic/string.c while (*tbegin != '\0' && strchr(s2, *tbegin) != NULL)
strchr 58 uspace/lib/c/include/string.h extern char *strchr(const char *, int);
strchr 497 uspace/lib/c/test/string.c p = strchr(s, '\0');
strchr 507 uspace/lib/c/test/string.c p = strchr(s, 'b');
strchr 517 uspace/lib/c/test/string.c p = strchr(s, 'd');
strchr 57 uspace/lib/pcut/src/os/stdc.c return strchr(haystack, needle);
strchr 58 uspace/lib/posix/include/libc/string.h extern char *strchr(const char *, int);
strchr 169 uspace/lib/posix/src/strings.c return strchr(s, c);
HelenOS homepage, sources at GitHub