| /freebsd-12.1/lib/libedit/ |
| H A D | hist.c | 108 (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 D | search.c | 188 (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 D | chartype.h | 93 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro 148 #define Strncpy(d,s,n) strncpy(d,s,n) macro
|
| H A D | parse.c | 120 (void) Strncpy(tprog, argv[0], l); in FUN()
|
| H A D | common.c | 658 (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 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()
|
| H A D | filecomplete.c | 459 (void)Strncpy(temp, ctemp, len); in fn_complete()
|
| H A D | history.c | 391 (void) Strncpy(s, h->cursor->ev.str, len); in history_def_add()
|
| /freebsd-12.1/contrib/ntp/libparse/ |
| H A D | parsestreams.c | 141 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 D | sh.h | 1103 #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 D | ed.refresh.c | 151 Strncpy(litptr + litlen, addlitptr, addlitlen); in MakeLiteral() 154 Strncpy(litptr + litlen, str, len); in MakeLiteral()
|
| H A D | ed.screen.c | 1576 (void)Strncpy(backup, termcap, len); in UpdateVal() 1633 (void) Strncpy(termcap, ptr, TC_BUFSIZE); in ChangeSize()
|
| H A D | sh.dol.c | 824 (void) Strncpy(np, cp, diff); in setDolp()
|