Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.S41 ENTRY(strcpy) /* (char *, const char *) */ function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrcpy.c39 strcpy(char *s1, const char *s2) in strcpy() function
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrcpy.c39 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcpy.S57 ENTRY(strcpy) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.S61 ENTRY(strcpy) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.S60 ENTRY(strcpy) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h45 #define strcpy _fstrcpy macro
/illumos-gate/usr/src/boot/common/
H A Dutil.c77 strcpy(char *dst, const char *src) in strcpy() function
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutclib.c496 strcpy ( in strcpy() function
/illumos-gate/usr/src/common/util/
H A Dstring.c494 strcpy(char *s1, const char *s2) in strcpy() function
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c236 #define strcpy(t,f) strcopy(t,f) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h399 #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