Home
last modified time | relevance | path

Searched defs:Strcpy (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libedit/
HDchartype.h94 #define Strcpy(d,s) wcscpy(d,s) macro
150 #define Strcpy(d,s) strcpy(d,s) macro
/NextBSD/contrib/tcsh/
HDsh.h1099 #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