Searched defs:strcpy (Results 1 – 10 of 10) sorted by relevance
/titanic_52/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | strcpy.c | 32 strcpy(char *to, const char *from) in strcpy() function
|
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | strcpy.c | 41 strcpy(char *s1, const char *s2) in strcpy() function
|
/titanic_52/usr/src/boot/lib/libc/string/ |
H A D | strcpy.c | 39 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
|
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 47 #define strcpy _fstrcpy macro
|
/titanic_52/usr/src/boot/sys/boot/common/ |
H A D | util.c | 77 strcpy(char *dst, const char *src) in strcpy() function
|
/titanic_52/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 246 strcpy ( in strcpy() function
|
/titanic_52/usr/src/common/util/ |
H A D | string.c | 460 strcpy(char *s1, const char *s2) in strcpy() function
|
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 238 #define strcpy(t,f) strcopy(t,f) macro
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 398 #define strcpy grub_strcpy macro
|
/titanic_52/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 100 #define strcpy(dst,src,n) bcopy((src),(dst),(n)) macro
|