Lines Matching defs:s
280 char *strchr(const char *s, int c) in strchr()
299 char *strchrnul(const char *s, int c) in strchrnul()
314 char *strrchr(const char *s, int c) in strrchr()
333 char *strnchr(const char *s, size_t count, int c) in strnchr()
365 char *strim(char *s) in strim()
388 size_t strlen(const char *s) in strlen()
405 size_t strnlen(const char *s, size_t count) in strnlen()
422 size_t strspn(const char *s, const char *accept) in strspn()
449 size_t strcspn(const char *s, const char *reject) in strcspn()
500 char *strsep(char **s, const char *ct) in strsep()
553 int strtobool(const char *s, bool *res) in strtobool()
582 void *memset(void *s, int c, size_t count) in memset()
607 void memzero_explicit(void *s, size_t count) in memzero_explicit()
627 const char *s = src; in memcpy() local
648 const char *s; in memmove() local
774 void *memchr(const void *s, int c, size_t n) in memchr()