Searched defs:strcpy (Results 1 – 7 of 7) sorted by relevance
41 strcpy(char *s1, const char *s2) in strcpy() function
47 #define strcpy _fstrcpy macro
246 strcpy ( in strcpy() function
463 strcpy(char *s1, const char *s2) in strcpy() function
206 #define strcpy(t,f) strcopy(t,f) macro
398 #define strcpy grub_strcpy macro
100 #define strcpy(dst,src,n) bcopy((src),(dst),(n)) macro