Searched defs:strncpy (Results 1 - 11 of 11) sorted by relevance

/arch/alpha/lib/
H A Dstrncpy.S2 * arch/alpha/lib/strncpy.S
20 .globl strncpy
21 .ent strncpy
22 strncpy: label
81 .end strncpy
/arch/powerpc/boot/
H A Dstring.S25 .globl strncpy
26 strncpy: label
/arch/mips/include/asm/
H A Dstring.h45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n) function
/arch/m68k/include/asm/
H A Dstring.h24 static inline char *strncpy(char *dest, const char *src, size_t n) function
/arch/powerpc/lib/
H A Dppc_ksyms.c17 EXPORT_SYMBOL(strncpy); variable
/arch/sh/include/asm/
H A Dstring_32.h31 static inline char *strncpy(char *__dest, const char *__src, size_t __n) function
/arch/x86/lib/
H A Dstring_32.c32 char *strncpy(char *dest, const char *src, size_t count) function
48 EXPORT_SYMBOL(strncpy); variable
/arch/xtensa/include/asm/
H A Dstring.h38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) function
/arch/s390/lib/
H A Dstring.c92 * out the result like strncpy() does.
108 * strncpy - Copy a length-limited, %NUL-terminated string
116 char *strncpy(char *dest, const char *src, size_t n) function
123 EXPORT_SYMBOL(strncpy); variable
180 * Note that in contrast to strncpy, strncat ensures the result is
/arch/alpha/kernel/
H A Dalpha_ksyms.c36 EXPORT_SYMBOL(strncpy); variable
/arch/blackfin/kernel/
H A Dbfin_ksyms.c44 EXPORT_SYMBOL(strncpy); variable

Completed in 264 milliseconds