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