Searched defs:strncpy (Results 1 – 10 of 10) sorted by relevance
| /third_party/uboot/u-boot-2020.01/arch/powerpc/lib/ |
| D | ppcstring.S | 20 .globl strncpy symbol 21 strncpy: label
|
| /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 | 123 #define strncpy(dst, src, n) __strncpy(dst, src, n) macro 134 #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/uboot/u-boot-2020.01/arch/sh/include/asm/ |
| D | string.h | 33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
|
| /third_party/mingw-w64/mingw-w64-headers/crt/ |
| D | string.h | 238 char * strncpy(char * __restrict__ __dst, const char * __restrict__ __src, size_t __n) 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
|
| /third_party/uboot/u-boot-2020.01/lib/ |
| D | string.c | 95 char * strncpy(char * dest,const char *src,size_t count) in strncpy() function
|