Lines Matching defs:s
329 char *strchr(const char *s, int c) in strchr()
348 char *strchrnul(const char *s, int c) in strchrnul()
367 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul()
380 char *strrchr(const char *s, int c) in strrchr()
402 char *strnchr(const char *s, size_t count, int c) in strnchr()
416 size_t strlen(const char *s) in strlen()
428 size_t strnlen(const char *s, size_t count) in strnlen()
445 size_t strspn(const char *s, const char *accept) in strspn()
464 size_t strcspn(const char *s, const char *reject) in strcspn()
508 char *strsep(char **s, const char *ct) in strsep()
534 void *memset(void *s, int c, size_t count) in memset()
556 void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16()
578 void *memset32(uint32_t *s, uint32_t v, size_t count) in memset32()
600 void *memset64(uint64_t *s, uint64_t v, size_t count) in memset64()
624 const char *s = src; in memcpy() local
645 const char *s; in memmove() local
805 void *memchr(const void *s, int c, size_t n) in memchr()