Home
last modified time | relevance | path

Searched refs:Strncat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.h1110 #define Strncat(a, b, c) strncat(a, b, c) macro
1133 #define Strncat(a, b, c) wcsncat(a, b, c) macro
1143 #define Strncat(a, b, c) s_strncat(a, b, c) macro
/freebsd/contrib/libedit/
H A Dhistory.c71 #define Strncat(d, s, n) strncat(d, s, n) macro
89 #define Strncat(d, s, n) wcsncat(d, s, n) macro