Home
last modified time | relevance | path

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

/freebsd/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/contrib/tcsh/
H A Dsh.h1112 #define Strncpy(a, b, c) strncpy(a, b, c) macro
1135 #define Strncpy(a, b, c) wcsncpy(a, b, c) macro
1145 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro
H A Ded.refresh.c147 Strncpy(litptr + litlen, addlitptr, addlitlen); in MakeLiteral()
150 Strncpy(litptr + litlen, str, len); in MakeLiteral()
H A Ded.screen.c1572 (void)Strncpy(backup, termcap, len); in UpdateVal()
1629 (void) Strncpy(termcap, ptr, TC_BUFSIZE); in ChangeSize()
H A Dsh.dol.c845 (void) Strncpy(np, cp, diff); in setDolp()
/freebsd/contrib/libedit/
H A Dhistory.c70 #define Strncpy(d, s, n) strncpy(d, s, n) macro
88 #define Strncpy(d, s, n) wcsncpy(d, s, n) macro