Searched refs:_strncpy (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/newlib/libc/machine/rx/ |
D | strncpy.S | 9 .global _strncpy 10 .type _strncpy,@function 11 _strncpy: label 45 .size _strncpy, . - _strncpy
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | strcpy.c | 42 return _strncpy(dest, src, 0, 0, 0); in strcpy()
|
D | strcat.c | 46 _strncpy(_straddr(dest), src, 0, 0, 0); in strcat()
|
D | strncpy.c | 43 return _strncpy(dest, src, n, 1, 0); in strncpy()
|
D | strncat.c | 46 _strncpy(_straddr(dest), src, n, 1, 1); in strncat()
|
D | strcpy.h | 40 static inline void * _strncpy(char * __restrict__ dest, const char * in _strncpy() function
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strncpy.S | 90 .globl _strncpy 92 .leafproc _strncpy,__strncpy 94 _strncpy: label
|
D | strncpy_ca.S | 102 .globl _strncpy 104 .leafproc _strncpy, __strncpy 106 _strncpy: label
|