Home
last modified time | relevance | path

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

/openbsd-src/sys/lib/libsa/
H A Dstrncpy.c34 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
/openbsd-src/lib/libc/string/
H A Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
/openbsd-src/sys/lib/libkern/
H A Dstrncpy.c42 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 Dstring-opt-7.c73 strncpy(char *s1, const char *s2, size_t n) in strncpy() function
/openbsd-src/gnu/gcc/libssp/ssp/
H A Dstring.h133 #define strncpy(dest, src, len) \ macro
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp265 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf166 strncpy keyword
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp498 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c202 WRAPPER2(char *, strncpy, char *dest, const char *src, size_t n) in WRAPPER2() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp291 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 Dtsan_interceptors_posix.cpp779 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 Dmsan_test.cpp1663 TEST(MemorySanitizer, strncpy) { in TEST() argument