Searched defs:strncpy (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | strncpy.c | 41 char * strncpy(char * __restrict__ dest, const char * __restrict__ src, size_t n) in strncpy() function
|
/picolibc-latest/newlib/libc/string/ |
D | strncpy.c | 81 strncpy (char *__restrict dst0, in strncpy() function
|
/picolibc-latest/newlib/libc/machine/xtensa/ |
D | strncpy.S | 70 strncpy: label
|
/picolibc-latest/newlib/libc/machine/mips/ |
D | strncpy.c | 49 strncpy (char *dst0, const char *src0, size_t count) in strncpy() function
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | string.h | 111 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) macro
|