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
106 void *memchr(const void *s, int c, size_t count) in memchr() function
180 void *memchr(const void *cs, int c, size_t count) in memchr() function
108 static inline void *memchr(const void * s, int c, size_t n) in memchr() function
316 void *memchr(const void *s, int c, size_t n) in memchr() function