Home
last modified time | relevance | path

Searched defs:strncpy (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/common/lib/libc/arch/arm/string/
H A Dstrcpy_thumb.S40 #define strncpy _strncpy macro
/netbsd-src/lib/libc/string/
H A DLint_strncpy.c12 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 Dstring2.h22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro
/netbsd-src/common/lib/libc/string/
H A Dstrncpy.c60 strncpy(char *dst, const char *src, size_t n) in strncpy() function
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
H A Dstring2.h22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro
/netbsd-src/include/ssp/
H A Dstring.h104 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) macro
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h132 #define strncpy(dest, src, len) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h132 #define strncpy(dest, src, len) \ macro
/netbsd-src/sys/arch/vax/include/
H A Dmacros.h205 strncpy(char *cp, const char *c2, size_t len) in strncpy() function
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c427 strncpy ( in strncpy() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcdrv.h89 #define strncpy CALL_UTIL(strncpy) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.h89 #define strncpy CALL_UTIL(strncpy) macro
/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h162 #define strncpy (*callv -> _strncpy) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h99 size_t (*strncpy)(char *dst, const char *src, size_t dstsize); member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h95 size_t (*strncpy)(char *dst, const char *src, size_t dstsize); member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp462 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc473 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 Dasan_interceptors.cc470 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf179 strncpy, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf179 strncpy, 89 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc296 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 Dtsan_interceptors.cc737 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 Dtsan_interceptors.cc748 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp734 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 Dmsan_test.cc1670 TEST(MemorySanitizer, strncpy) { // NOLINT in TEST() argument