Searched defs:memchr (Results 1 – 6 of 6) sorted by relevance
35 .globl memchr symbol37 memchr: label
38 .globl memchr symbol40 memchr: label
222 .globl memchr symbol223 memchr: label
58 static inline void *memchr(const void * s, int c, size_t n) in memchr() function
181 void *memchr(const void *cs, int c, size_t count) in memchr() function
283 void *memchr(const void *s, int c, size_t n) in memchr() function