Searched defs:strcpy (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/arch/alpha/lib/ |
D | strcpy.S | 12 .globl strcpy symbol 14 strcpy: label
|
/linux-3.3/arch/sh/lib64/ |
D | strcpy.S | 18 .globl strcpy symbol 22 strcpy: label
|
/linux-3.3/arch/powerpc/boot/ |
D | string.S | 15 .globl strcpy symbol 16 strcpy: label
|
/linux-3.3/arch/m68k/lib/ |
D | string.c | 12 char *strcpy(char *dest, const char *src) in strcpy() function
|
/linux-3.3/arch/m68k/include/asm/ |
D | string.h | 53 #define strcpy(d, s) (__builtin_constant_p(s) && \ macro 58 #define strcpy(d, s) __kernel_strcpy(d, s) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | string.h | 23 static __inline__ char *strcpy(char *__dest, __const__ char *__src) in strcpy() function
|
/linux-3.3/arch/xtensa/include/asm/ |
D | string.h | 19 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
|
/linux-3.3/arch/sh/include/asm/ |
D | string_32.h | 12 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
|
/linux-3.3/arch/s390/include/asm/ |
D | string.h | 101 static inline char *strcpy(char *dst, const char *src) in strcpy() function
|
/linux-3.3/arch/x86/lib/ |
D | string_32.c | 17 char *strcpy(char *dest, const char *src) in strcpy() function
|
/linux-3.3/arch/s390/lib/ |
D | string.c | 75 char *strcpy(char *dest, const char *src) in strcpy() function
|
/linux-3.3/lib/ |
D | string.c | 94 char *strcpy(char *dest, const char *src) in strcpy() function
|