/external/llvm-project/libc/src/string/ |
D | strncpy.cpp | 16 char *LLVM_LIBC_ENTRYPOINT(strncpy)(char *__restrict dest, in LLVM_LIBC_ENTRYPOINT() argument
|
/external/libwebsockets/lib/plat/optee/ |
D | lws-plat-optee.c | 47 char *strncpy(char *dest, const char *src, size_t limit) in strncpy() function
|
/external/llvm-project/clang/test/Analysis/ |
D | security-syntax-checks.m | 299 char *strncpy(char *destination, const char *source, size_t num); function
|
D | string.c | 515 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro 519 #define strncpy BUILTIN(strncpy) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 659 #define strncpy OS_DO_NOT_USE_strncpy macro
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 267 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/external/clang/test/Analysis/ |
D | string.c | 451 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro 455 #define strncpy BUILTIN(strncpy) macro
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 252 INTERCEPTOR(char *, strncpy, char *dst, char *src, uptr n) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 475 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 596 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 319 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 296 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { // NOLINT in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 295 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 507 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 441 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 662 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 739 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1130 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1556 TEST(MemorySanitizer, strncpy) { // NOLINT in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 1657 TEST(MemorySanitizer, strncpy) { in TEST() argument
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3406 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|