Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/string/
Dstrncpy.c3 char *strncpy(char *restrict d, const char *restrict s, size_t n) in strncpy() function
/third_party/musl/third_party/openbsd/lib/libc/string/
Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
/third_party/musl/src/string/
Dstrncpy.c3 char *strncpy(char *dst, const char *src, size_t n) in strncpy() function
/third_party/musl/porting/linux/user/src/string/
Dstrncpy.c3 char *strncpy(char *dst, const char *src, size_t n) in strncpy() function
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h119 #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/
Dstring.h121 #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/
Dstring.h120 char *strncpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, in strncpy() function
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h120 char *strncpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, in strncpy() function
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c47 char *strncpy(char *dest, const char *src, size_t limit) in strncpy() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h660 #define strncpy OS_DO_NOT_USE_strncpy macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h681 #define strncpy OS_DO_NOT_USE_strncpy macro
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dmini_core.rs580 pub fn strncpy(dst: *mut u8, src: *const u8, size: usize); in strncpy() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core.rs626 pub fn strncpy(dst: *mut u8, src: *const u8, size: usize); in strncpy() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs359 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/
Dmod.rs524 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/
Dwasi.rs559 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/
Dmod.rs1267 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/
Dmod.rs733 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/
Dmod.rs1158 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/
Dmod.rs3514 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy() function