| /third_party/musl/porting/uniproton/kernel/src/string/ |
| D | strncpy.c | 3 char *strncpy(char *restrict d, const char *restrict s, size_t n) in strncpy() function
|
| /third_party/musl/third_party/openbsd/lib/libc/string/ |
| D | strncpy.c | 42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
| /third_party/musl/src/string/ |
| D | strncpy.c | 3 char *strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
| /third_party/musl/porting/linux/user/src/string/ |
| D | strncpy.c | 3 char *strncpy(char *dst, const char *src, size_t n) in strncpy() function
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | string.h | 119 #define strncpy(dst, src, n) __strncpy(dst, src, n) macro 130 #define strncpy(dst, src, n) __strncpy(dst, src, n) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | string.h | 121 #define strncpy(dst, src, n) __strncpy(dst, src, n) macro 132 #define strncpy(dst, src, n) __strncpy(dst, src, n) macro
|
| /third_party/musl/include/fortify/linux/ |
| D | string.h | 120 char *strncpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, in strncpy() function
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | string.h | 120 char *strncpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, in strncpy() function
|
| /third_party/libwebsockets/lib/plat/optee/ |
| D | lws-plat-optee.c | 47 char *strncpy(char *dest, const char *src, size_t limit) in strncpy() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | os.h | 660 #define strncpy OS_DO_NOT_USE_strncpy macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | os.h | 681 #define strncpy OS_DO_NOT_USE_strncpy macro
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/example/ |
| D | mini_core.rs | 580 pub fn strncpy(dst: *mut u8, src: *const u8, size: usize); in strncpy() function
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/example/ |
| D | mini_core.rs | 626 pub fn strncpy(dst: *mut u8, src: *const u8, size: usize); in strncpy() function
|
| /third_party/rust/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
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 524 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 559 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
| /third_party/rust/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
|
| /third_party/rust/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
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1158 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3514 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function
|