Home
last modified time | relevance | path

Searched +defs:strlcpy +defs:c (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/
H A Dstring.c103 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy() function
205 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
/linux/tools/include/nolibc/
H A Dstring.h97 char *strchr(const char *s, int c) in strchr()
110 unsigned int c; in strcmp() local
222 size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy() function
261 unsigned int c; in strncmp() local
283 char *strrchr(const char *s, int c) in strrchr()
316 int tolower(int c) in tolower()
324 int toupper(int c) in toupper()