Searched refs:strncpy (Results 1 – 11 of 11) sorted by relevance
| /arch/alpha/lib/ |
| A D | strncpy.S | 21 .globl strncpy 22 .ent strncpy 23 strncpy: label 82 .end strncpy 83 EXPORT_SYMBOL(strncpy)
|
| /arch/powerpc/lib/ |
| A D | string.S | 15 _GLOBAL(strncpy) 33 EXPORT_SYMBOL(strncpy)
|
| /arch/x86/lib/ |
| A D | string_32.c | 34 char *strncpy(char *dest, const char *src, size_t count) in strncpy() function 49 EXPORT_SYMBOL(strncpy);
|
| /arch/powerpc/boot/ |
| A D | string.h | 7 extern char *strncpy(char *dest, const char *src, size_t n);
|
| A D | string.S | 21 .globl strncpy 22 strncpy: label
|
| /arch/m68k/include/asm/ |
| A D | string.h | 25 static inline char *strncpy(char *dest, const char *src, size_t n) in strncpy() function
|
| /arch/alpha/include/asm/ |
| A D | string.h | 51 extern char * strncpy(char *, const char *, size_t);
|
| /arch/xtensa/include/asm/ |
| A D | string.h | 38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
|
| /arch/powerpc/include/asm/ |
| A D | string.h | 21 extern char * strncpy(char *,const char *, __kernel_size_t);
|
| /arch/x86/include/asm/ |
| A D | string_32.h | 13 extern char *strncpy(char *dest, const char *src, size_t count);
|
| /arch/um/kernel/skas/ |
| A D | uaccess.c | 173 strncpy(to, (void *) from, len); in strncpy_chunk_from_user()
|
Completed in 12 milliseconds