Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S20 .globl strncpy symbol
21 strncpy: label
/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.h123 #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/
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/uboot/u-boot-2020.01/arch/sh/include/asm/
Dstring.h33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstring.h238 char * strncpy(char * __restrict__ __dst, const char * __restrict__ __src, size_t __n) 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
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c95 char * strncpy(char * dest,const char *src,size_t count) in strncpy() function