Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dppcstring.S21 .globl strncpy symbol
22 strncpy: label
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dstring.h33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
/rk3399_rockchip-uboot/lib/
H A Dstring.c94 char * strncpy(char * dest,const char *src,size_t count) in strncpy() function