Searched defs:strchr (Results 1 – 5 of 5) sorted by relevance
25 .globl strchr symbol27 strchr: label
15 .globl strchr symbol17 strchr: label
52 .globl strchr symbol53 strchr: label
85 static inline char *strchr(const char *s, int c) in strchr() function
142 char *strchr(const char *s, int c) in strchr() function