/netbsd-src/common/lib/libc/arch/arm/string/ |
H A D | strcpy_thumb.S | 40 #define strncpy _strncpy macro
|
/netbsd-src/lib/libc/string/ |
H A D | Lint_strncpy.c | 12 strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/bits/ |
H A D | string2.h | 22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro
|
/netbsd-src/common/lib/libc/string/ |
H A D | strncpy.c | 60 strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/ |
H A D | string2.h | 22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro
|
/netbsd-src/include/ssp/ |
H A D | string.h | 104 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) macro
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | string.h | 132 #define strncpy(dest, src, len) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | string.h | 132 #define strncpy(dest, src, len) \ macro
|
/netbsd-src/sys/arch/vax/include/ |
H A D | macros.h | 205 strncpy(char *cp, const char *c2, size_t len) in strncpy() function
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utclib.c | 427 strncpy ( in strncpy() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
H A D | hwcdrv.h | 89 #define strncpy CALL_UTIL(strncpy) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
H A D | hwcdrv.h | 89 #define strncpy CALL_UTIL(strncpy) macro
|
/netbsd-src/sys/arch/pmax/include/ |
H A D | dec_prom.h | 162 #define strncpy (*callv -> _strncpy) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collector_module.h | 99 size_t (*strncpy)(char *dst, const char *src, size_t dstsize); member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 95 size_t (*strncpy)(char *dst, const char *src, size_t dstsize); member
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 462 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 473 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 470 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 179 strncpy, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 179 strncpy, 89 keyword
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 296 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { // NOLINT in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 737 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 748 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 734 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1670 TEST(MemorySanitizer, strncpy) { // NOLINT in TEST() argument
|