Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dstrcat.c44 char *strcat(char * __restrict__ dest, const char * __restrict__ src) in strcat() function
/picolibc-latest/newlib/libc/string/
Dstrcat.c76 strcat (char *__restrict s1, in strcat() function
/picolibc-latest/newlib/libc/include/ssp/
Dstring.h110 #define strcat(dst, src) __ssp_bos_check2(strcat, dst, src) macro