Searched refs:Strncpy (Results 1 – 8 of 8) sorted by relevance
/external/libedit/src/ |
D | hist.c | 104 (void) Strncpy(el->el_line.buffer, el->el_history.buf, in hist_get() 131 (void) Strncpy(el->el_line.buffer, hp, in hist_get()
|
D | search.c | 184 (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()
|
D | chartype.h | 103 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro 158 #define Strncpy(d,s,n) strncpy(d,s,n) macro
|
D | parse.c | 115 (void) Strncpy(tprog, argv[0], l); in FUN()
|
D | common.c | 651 (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()
|
D | filecomplete.c | 446 (void)Strncpy(temp, ctemp, len); in fn_complete()
|
D | vi.c | 964 (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()
|
D | history.c | 391 (void) Strncpy(s, h->cursor->ev.str, len); in history_def_add()
|