Searched defs:strcpy (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s27 .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 Dstrcpy.s27 .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 Dstrcpy.s33 #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 Dstrcpy.c41 strcpy(char *s1, const char *s2) function
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dstrcpy.c32 strcpy(char *to, const char *from) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcpy.c31 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 Dstrcpy.s26 .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 Dfakewin.h47 #define strcpy _fstrcpy macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c77 strcpy(char *dst, const char *src) function
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c75 * FUNCTION: strcpy
234 * FUNCTION: strcpy
246 strcpy ( function
/illumos-gate/usr/src/common/util/
H A Dstring.c469 strcpy(char *s1, const char *s2) function
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c205 #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 Dshared.h398 #define strcpy grub_strcpy macro
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h100 #define strcpy(dst,src,n) bcopy((src),(dst),(n)) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile1213 strcpy.3c \
2278 strcpy.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1179 strcpy.9f \
2029 strcpy.9f := LINKSRC = string.9f

Completed in 128 milliseconds