/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/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 *) */
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strcpy.c | 41 strcpy(char *s1, const char *s2) function
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | strcpy.c | 32 strcpy(char *to, const char *from) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strcpy.c | 31 static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; 39 strcpy(char * __restrict to, const char * __restrict from) function
|
/illumos-gate/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)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 47 #define strcpy _fstrcpy macro
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.c | 77 strcpy(char *dst, const char *src) function
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 75 * FUNCTION: strcpy 234 * FUNCTION: strcpy 246 strcpy ( function
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 469 strcpy(char *s1, const char *s2) function
|
/illumos-gate/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
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 398 #define strcpy grub_strcpy macro
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 100 #define strcpy(dst,src,n) bcopy((src),(dst),(n)) macro
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1213 strcpy.3c \ 2278 strcpy.3c := LINKSRC = string.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1179 strcpy.9f \ 2029 strcpy.9f := LINKSRC = string.9f
|