Home
last modified time | relevance | path

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

/external/libedit/src/
Dchartype.h104 #define Strncat(d,s,n) wcsncat(d,s,n) macro
159 #define Strncat(d,s,n) strncat(d,s,n) macro
Dhistory.c393 (void) Strncat(s, str, len - Strlen(s) - 1); in history_def_add()