Home
last modified time | relevance | path

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

/minix/lib/libedit/
H A Dchartype.h103 #define Strncat(d,s,n) wcsncat(d,s,n) macro
159 #define Strncat(d,s,n) strncat(d,s,n) macro
H A Dhistory.c391 (void) Strncat(s, str, len - Strlen(s) - 1); in history_def_add()
/minix/bin/csh/
H A Dcsh.h488 #define Strncat(a, b, c) strncat(a, b, c) macro
508 #define Strncat(a, b, c) s_strncat(a, b, c) macro