/external/trusty/musl/src/string/ |
D | strncpy.c | 3 char *strncpy(char *restrict d, const char *restrict s, size_t n) in strncpy() function
|
/external/musl/src/string/ |
D | strncpy.c | 3 char *strncpy(char *restrict d, const char *restrict s, size_t n) in strncpy() function
|
/external/trusty/lk/lib/libc/string/ |
D | strncpy.c | 31 strncpy(char *dest, char const *src, size_t count) in strncpy() function
|
/external/coreboot/src/lib/ |
D | string.c | 74 char *strncpy(char *to, const char *from, size_t count) in strncpy() function
|
/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/coreboot/payloads/libpayload/libc/ |
D | string.c | 176 char *strncpy(char *d, const char *s, size_t n) in strncpy() function
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 679 #define strncpy OS_DO_NOT_USE_strncpy macro
|
/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/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 596 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/external/rust/android-crates-io/crates/libc/src/windows/ |
D | mod.rs | 359 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/ |
D | mod.rs | 359 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/ |
D | mod.rs | 359 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 562 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/rust/android-crates-io/crates/libc/src/unix/ |
D | mod.rs | 552 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 562 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/wasi/ |
D | mod.rs | 601 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/wasi/ |
D | mod.rs | 601 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/rust/android-crates-io/crates/libc/src/wasi/ |
D | mod.rs | 601 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/rust/android-crates-io/crates/libc/src/teeos/ |
D | mod.rs | 1267 pub fn strncpy(dest: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
/external/rust/android-crates-io/crates/libc/src/solid/ |
D | mod.rs | 733 pub fn strncpy(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/solid/ |
D | mod.rs | 733 pub fn strncpy(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> *mut c_char; in strncpy() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/teeos/ |
D | mod.rs | 1267 pub fn strncpy(dest: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|