Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/lib/
Dstrncpy.S
/openbmc/u-boot/arch/powerpc/lib/
H A Dppcstring.S21 strncpy: label
/openbmc/linux/arch/powerpc/boot/
Dstring.S
/openbmc/linux/arch/m68k/include/asm/
Dstring.h
/openbmc/u-boot/arch/sh/include/asm/
H A Dstring.h33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
/openbmc/linux/arch/xtensa/include/asm/
Dstring.h
/openbmc/linux/arch/x86/lib/
Dstring_32.c
/openbmc/linux/arch/s390/lib/
Dstring.c
/openbmc/u-boot/lib/
H A Dstring.c95 char * strncpy(char * dest,const char *src,size_t count) in strncpy() function