Searched refs:Strncat (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/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
H A Dhistory.c393 (void) Strncat(s, str, len - Strlen(s) - 1);
/macosx-10.10/libedit-40/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
H A Dhistory.c393 (void) Strncat(s, str, len - Strlen(s) - 1);
/macosx-10.10/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 229 milliseconds