Searched refs:Strncpy (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dchartype.h95 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
151 #define Strncpy(d,s,n) strncpy(d,s,n) macro
H A Dhist.c106 (void) Strncpy(el->el_line.buffer, el->el_history.buf,
133 (void) Strncpy(el->el_line.buffer, hp,
H A Dparse.c117 (void) Strncpy(tprog, argv[0], l);
H A Dsearch.c185 (void) Strncpy(el->el_search.patbuf, el->el_line.buffer,
490 (void) Strncpy(tmpbuf, el->el_search.patbuf,
494 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf,
508 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Dfilecomplete.c462 (void)Strncpy(temp, ctemp, len);
H A Dcommon.c653 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
726 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
H A Dvi.c958 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
1023 Strncpy(line, el->el_line.buffer, len);
H A Dhistory.c391 (void) Strncpy(s, h->cursor->ev.str, len);
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.h1100 #define Strncpy(a, b, c) strncpy(a, b, c) macro
1123 #define Strncpy(a, b, c) wcsncpy(a, b, c) macro
1133 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro
H A Ded.refresh.c151 Strncpy(litptr + litlen, addlitptr, addlitlen);
154 Strncpy(litptr + litlen, str, len);
H A Ded.screen.c1575 (void)Strncpy(backup, termcap, len);
1631 (void) Strncpy(termcap, ptr, TC_BUFSIZE);
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dparsestreams.c141 Strncpy( function
267 Strncpy(ifm->f_name, mname, FMNAMESZ);
306 (void) Strncpy(t, s, S - s);

Completed in 132 milliseconds