Searched refs:Strncpy (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libedit/ |
H A D | history.c | 68 #define Strncpy(d, s, n) strncpy(d, s, n) macro 86 #define Strncpy(d, s, n) wcsncpy(d, s, n) macro 421 (void) Strncpy(s, h->cursor->ev.str, len); in history_def_add()
|