Searched defs:stpncpy (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | stpncpy.h | 33 #define stpncpy gnu_stpncpy macro
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | stpncpy.c | 42 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
|
/netbsd-src/lib/libc/string/ |
H A D | stpncpy.c | 42 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) in stpncpy() function
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | stpncpy.c | 42 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | stpncpy.c | 42 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | stpncpy.c | 42 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
|
/netbsd-src/include/ssp/ |
H A D | string.h | 100 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
|