Searched refs:stpncpy (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/ssp/ |
D | stpncpy_chk.c | 38 #undef stpncpy 52 return stpncpy(dst, src, len); in __stpncpy_chk()
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | string.h | 89 __ssp_bos_icheck3_restrict(stpncpy, char *, const char *) 106 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
|
/picolibc-latest/newlib/libc/string/ |
D | stpncpy.c | 69 stpncpy (char *__restrict dst, in stpncpy() function
|
D | strings.tex | 41 * Function stpncpy:: Counted copy string returning a pointer to its end 125 @include string/stpncpy.def
|
D | CMakeLists.txt | 59 stpncpy.c
|
D | meson.build | 59 'stpncpy.c',
|
/picolibc-latest/newlib/libc/include/ |
D | string.h | 100 char *stpncpy (char *__restrict, const char *__restrict, size_t);
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfscanf.c | 1774 p = stpncpy (p, decpt, decptpos); in _SVFSCANF()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2656 libc/string/stpcpy.c, libc/string/stpncpy.c, libc/string/strcat.c, 9845 * libc/include/string.h: Add prototypes for stpcpy and stpncpy. 9847 stpncpy.c. 9848 (CHEWOUT_FILES): Add stpcpy.def and stpncpy.def. 9851 * libc/string/stpncpy.c: New file. 9852 * libc/string/strings.tex: Add stpcpy and stpncpy.
|
/picolibc-latest/ |
D | COPYING.picolibc | 3325 newlib/libc/string/stpncpy.c
|