Home
last modified time | relevance | path

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

/freebsd-12.1/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
H A Dhistory.c393 (void) Strncat(s, str, len - Strlen(s) - 1); in history_def_add()
/freebsd-12.1/contrib/tcsh/
H A Dsh.h1101 #define Strncat(a, b, c) strncat(a, b, c) macro
1124 #define Strncat(a, b, c) wcsncat(a, b, c) macro
1134 #define Strncat(a, b, c) s_strncat(a, b, c) macro