Home
last modified time | relevance | path

Searched defs:stpcpy (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstpcpy.c60 stpcpy (char *__restrict dst, in stpcpy() function
/picolibc-latest/newlib/libc/include/ssp/
Dstring.h104 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro