Home
last modified time | relevance | path

Searched defs:strlcat (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/nolibc/
H A Dstring.h189 size_t strlcat(char *dst, const char *src, size_t size) in strlcat() function
/linux/include/linux/
H A Dfortify-string.h359 size_t strlcat(char * const POS p, const char * const POS q, size_t avail) in strlcat() function
/linux/lib/
H A Dstring.c245 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() function