Searched refs:Strncat (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/lib/libedit/ |
| H A D | chartype.h | 94 #define Strncat(d,s,n) wcsncat(d,s,n) macro 149 #define Strncat(d,s,n) strncat(d,s,n) macro
|
| H A D | history.c | 393 (void) Strncat(s, str, len - Strlen(s) - 1); in history_def_add()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.h | 1101 #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
|