tag | line | file | source code |
---|---|---|---|
strchr | 25 | arch/i386/boot/compressed/gzip.h | # define strchr index |
strchr | 125 | include/asm-i386/string.h | extern inline char * strchr(const char * s, int c) |
strchr | 171 | include/asm-sparc/string.h | extern __inline__ char *strchr(const char *src, int c) |
strchr | 90 | lib/string.c | char * strchr(const char * s,char c) |