Searched defs:strcpy (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 27 .file "strcpy.s" 30 * strcpy(s1, s2) 34 * Fast assembler language version of the following C-program strcpy 38 * strcpy(s1, s2) 53 ! This is a 32-bit implementation of strcpy. It works by 61 ENTRY(strcpy) function 168 SET_SIZE(strcpy)
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | strcpy.s | 27 .file "strcpy.s" 30 * strcpy(s1, s2) 34 * Fast assembler language version of the following C-program strcpy 38 * strcpy(s1, s2) 53 ! This implementation of strcpy works by first checking the 60 ENTRY(strcpy) function 251 SET_SIZE(strcpy)
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | strcpy.s | 33 #define LABEL(s) .strcpy/**/s 41 ENTRY(strcpy) /* (char *, const char *) */ function 1894 * Up to 32 bytes are copied in the case of strcpy. 2581 SET_SIZE(strcpy) /* (char *, const char *) */
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | strcpy.c | 41 strcpy(char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | strcpy.s | 26 .file "strcpy.s" 29 / strcpy(s1, s2) 35 / Fast assembly language version of the following C-program strcpy 39 / strcpy(char *s1, const char *s2) 57 ENTRY(strcpy) function 105 SET_SIZE(strcpy)
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 205 #undef strcpy macro 206 #define strcpy(t,f) strcopy(t,f) macro 245 * strcpy() except pointer to end returned
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 398 #define strcpy grub_strcpy macro
|
Completed in 156 milliseconds