Home
last modified time | relevance | path

Searched refs:Strncpy (Results 1 – 8 of 8) sorted by relevance

/external/libedit/src/
Dhist.c104 (void) Strncpy(el->el_line.buffer, el->el_history.buf, in hist_get()
131 (void) Strncpy(el->el_line.buffer, hp, in hist_get()
Dsearch.c184 (void) Strncpy(el->el_search.patbuf, el->el_line.buffer, in c_setpat()
489 (void) Strncpy(tmpbuf, el->el_search.patbuf, in cv_search()
493 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
507 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()
Dchartype.h103 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
158 #define Strncpy(d,s,n) strncpy(d,s,n) macro
Dparse.c115 (void) Strncpy(tprog, argv[0], l); in FUN()
Dcommon.c651 (void) Strncpy(el->el_history.buf, el->el_line.buffer, in ed_prev_history()
724 (void) Strncpy(el->el_history.buf, el->el_line.buffer, in ed_search_prev_history()
Dfilecomplete.c446 (void)Strncpy(temp, ctemp, len); in fn_complete()
Dvi.c964 (void) Strncpy(el->el_history.buf, el->el_line.buffer, in vi_to_history_line()
1029 Strncpy(line, el->el_line.buffer, len); in vi_histedit()
Dhistory.c391 (void) Strncpy(s, h->cursor->ev.str, len); in history_def_add()