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

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h104 #define Strncat(d,s,n) wcsncat(d,s,n) macro
154 #define Strncat(d,s,n) strncat(d,s,n) macro
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h104 #define Strncat(d,s,n) wcsncat(d,s,n) macro
159 #define Strncat(d,s,n) strncat(d,s,n) macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.h1075 #define Strncat(a, b, c) strncat(a, b, c) macro
1098 #define Strncat(a, b, c) wcsncat(a, b, c) macro
1108 #define Strncat(a, b, c) s_strncat(a, b, c) macro

Completed in 105 milliseconds