/openbsd-src/sys/lib/libsa/ |
H A D | strncpy.c | 34 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
|
/openbsd-src/lib/libc/string/ |
H A D | strncpy.c | 42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
/openbsd-src/sys/lib/libkern/ |
H A D | strncpy.c | 42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | string-opt-7.c | 73 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
|
/openbsd-src/gnu/gcc/libssp/ssp/ |
H A D | string.h | 133 #define strncpy(dest, src, len) \ macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 265 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 166 strncpy keyword
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 498 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 202 WRAPPER2(char *, strncpy, char *dest, const char *src, size_t n) in WRAPPER2() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 291 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 779 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1663 TEST(MemorySanitizer, strncpy) { in TEST() argument
|