Searched defs:memchr (Results 1 – 7 of 7) sorted by relevance
36 .globl memchr symbol38 memchr: label
38 .globl memchr symbol40 memchr: label
218 .globl memchr symbol219 memchr: label
126 void *memchr(const void *s, int c, size_t count) in memchr() function
95 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
286 void *memchr(const void *s, int c, size_t n) in memchr() function