Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dstrcpy.c41 strcpy(char *s1, const char *s2) in strcpy() function
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h47 #define strcpy _fstrcpy macro
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c246 strcpy ( in strcpy() function
/titanic_41/usr/src/common/util/
H A Dstring.c463 strcpy(char *s1, const char *s2) in strcpy() function
/titanic_41/usr/src/lib/libpp/common/
H A Dppproto.c206 #define strcpy(t,f) strcopy(t,f) macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dshared.h398 #define strcpy grub_strcpy macro
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h100 #define strcpy(dst,src,n) bcopy((src),(dst),(n)) macro