Searched defs:strcat (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/src/string/ |
D | strcat.c | 3 char *strcat(char *restrict dest, const char *restrict src) in strcat() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strcat.c | 3 char *strcat(char *restrict dest, const char *restrict src) in strcat() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 116 #define strcat(dst, src) __strcat(dst, src) macro 127 #define strcat(dst, src) __strcat(dst, src) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 116 #define strcat(dst, src) __strcat(dst, src) macro 127 #define strcat(dst, src) __strcat(dst, src) macro
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | string.h | 86 char *strcat(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const char *src) in strcat() function
|