Home
last modified time | relevance | path

Searched defs:strncpy (Results 1 – 8 of 8) 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/src/string/
Dstrncpy.c3 char *strncpy(char *restrict d, const char *restrict s, 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.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/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_standard/src/utils/
Dos.h660 #define strncpy OS_DO_NOT_USE_strncpy macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h660 #define strncpy OS_DO_NOT_USE_strncpy macro