Lines Matching defs:s
369 char *strchr(const char *s, int c) in strchr()
388 char *strchrnul(const char *s, int c) in strchrnul()
403 char *strrchr(const char *s, int c) in strrchr()
422 char *strnchr(const char *s, size_t count, int c) in strnchr()
454 char *strim(char *s) in strim()
477 size_t strlen(const char *s) in strlen()
494 size_t strnlen(const char *s, size_t count) in strnlen()
511 size_t strspn(const char *s, const char *accept) in strspn()
538 size_t strcspn(const char *s, const char *reject) in strcspn()
589 char *strsep(char **s, const char *ct) in strsep()
642 int strtobool(const char *s, bool *res) in strtobool()
671 void *memset(void *s, int c, size_t count) in memset()
696 void memzero_explicit(void *s, size_t count) in memzero_explicit()
716 const char *s = src; in memcpy() local
737 const char *s; in memmove() local
863 void *memchr(const void *s, int c, size_t n) in memchr()
950 char *strreplace(char *s, char old, char new) in strreplace()