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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.h1100 #define Strcat(a, b) strcat(a, b) macro
1123 #define Strcat(a, b) wcscat(a, b) macro
1133 #define Strcat(a, b) s_strcat(a, b) macro

Completed in 45 milliseconds