Searched defs:Strcpy (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/lib/libedit/ |
| HD | chartype.h | 94 #define Strcpy(d,s) wcscpy(d,s) macro 150 #define Strcpy(d,s) strcpy(d,s) macro
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.h | 1099 #define Strcpy(a, b) strcpy(a, b) macro 1122 #define Strcpy(a, b) wcscpy(a, b) macro 1132 #define Strcpy(a, b) s_strcpy(a, b) macro
|