Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.h1109 #define Strcat(a, b) strcat(a, b) macro
1132 #define Strcat(a, b) wcscat(a, b) macro
1142 #define Strcat(a, b) s_strcat(a, b) macro