Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dhist.c108 (void) Strncpy(el->el_line.buffer, el->el_history.buf, in hist_get()
135 (void) Strncpy(el->el_line.buffer, hp, in hist_get()
H A Dsearch.c188 (void) Strncpy(el->el_search.patbuf, el->el_line.buffer, in c_setpat()
496 (void) Strncpy(tmpbuf, el->el_search.patbuf, in cv_search()
500 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
514 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()
H A Dchartype.h93 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
148 #define Strncpy(d,s,n) strncpy(d,s,n) macro
H A Dparse.c120 (void) Strncpy(tprog, argv[0], l); in FUN()
H A Dcommon.c658 (void) Strncpy(el->el_history.buf, el->el_line.buffer, in ed_prev_history()
730 (void) Strncpy(el->el_history.buf, el->el_line.buffer, in ed_search_prev_history()
H A 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()
H A Dfilecomplete.c459 (void)Strncpy(temp, ctemp, len); in fn_complete()
H A Dhistory.c391 (void) Strncpy(s, h->cursor->ev.str, len); in history_def_add()
/freebsd-12.1/contrib/ntp/libparse/
H A Dparsestreams.c141 Strncpy( in Strncpy() function
267 Strncpy(ifm->f_name, mname, FMNAMESZ); in xxxinit()
306 (void) Strncpy(t, s, S - s); in xxxinit()
/freebsd-12.1/contrib/tcsh/
H A Dsh.h1103 #define Strncpy(a, b, c) strncpy(a, b, c) macro
1126 #define Strncpy(a, b, c) wcsncpy(a, b, c) macro
1136 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro
H A Ded.refresh.c151 Strncpy(litptr + litlen, addlitptr, addlitlen); in MakeLiteral()
154 Strncpy(litptr + litlen, str, len); in MakeLiteral()
H A Ded.screen.c1576 (void)Strncpy(backup, termcap, len); in UpdateVal()
1633 (void) Strncpy(termcap, ptr, TC_BUFSIZE); in ChangeSize()
H A Dsh.dol.c824 (void) Strncpy(np, cp, diff); in setDolp()