Searched defs:strlcat (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | linux-compat.h | 16 static inline size_t strlcat(char *dest, const char *src, size_t n) in strlcat() function
|
/openbmc/linux/arch/s390/lib/ |
H A D | string.c | 157 size_t strlcat(char *dest, const char *src, size_t n) in strlcat() function
|
/openbmc/linux/tools/include/nolibc/ |
H A D | string.h | 198 size_t strlcat(char *dst, const char *src, size_t size) in strlcat() function
|
/openbmc/linux/include/linux/ |
H A D | fortify-string.h | 388 size_t strlcat(char * const POS p, const char * const POS q, size_t avail) in strlcat() function
|
/openbmc/linux/lib/ |
H A D | string.c | 250 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() function
|