Searched defs:strncpy (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/alpha/lib/ |
H A D | strncpy.S | 23 strncpy: label
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | ppcstring.S | 21 strncpy: label
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | string.S | 22 strncpy: label
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | string.h | 25 static inline char *strncpy(char *dest, const char *src, size_t n) in strncpy() function
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | string.h | 33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | string.h | 38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
|
/openbmc/linux/arch/x86/lib/ |
H A D | string_32.c | 34 char *strncpy(char *dest, const char *src, size_t count) in strncpy() function
|
/openbmc/linux/arch/s390/lib/ |
H A D | string.c | 113 char *strncpy(char *dest, const char *src, size_t n) in strncpy() function
|
/openbmc/linux/tools/include/nolibc/ |
H A D | string.h | 268 char *strncpy(char *dst, const char *src, size_t size) in strncpy() function
|
/openbmc/u-boot/lib/ |
H A D | string.c | 95 char * strncpy(char * dest,const char *src,size_t count) in strncpy() function
|
/openbmc/linux/include/linux/ |
H A D | fortify-string.h | 157 char *strncpy(char * const POS p, const char *q, __kernel_size_t size) in strncpy() function
|
/openbmc/linux/lib/ |
H A D | string.c | 91 char *strncpy(char *dest, const char *src, size_t count) in strncpy() function
|