Searched defs:Strncat (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/tcsh/
H A Dsh.h1114 #define Strncat(a, b, c) strncat(a, b, c) macro
1137 #define Strncat(a, b, c) wcsncat(a, b, c) macro
1147 #define Strncat(a, b, c) s_strncat(a, b, c) macro
/freebsd-11-stable/lib/libedit/
H A Dchartype.h94 #define Strncat(d,s,n) wcsncat(d,s,n) macro
149 #define Strncat(d,s,n) strncat(d,s,n) macro

Completed in 159 milliseconds