Searched defs:strncpy (Results 1 – 8 of 8) sorted by relevance
/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/src/string/ |
D | strncpy.c | 3 char *strncpy(char *restrict d, const char *restrict s, 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 | 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/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_standard/src/utils/ |
D | os.h | 660 #define strncpy OS_DO_NOT_USE_strncpy macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 660 #define strncpy OS_DO_NOT_USE_strncpy macro
|