Searched refs:Strncpy (Results 1 – 6 of 6) sorted by relevance
/freebsd/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/contrib/tcsh/ |
H A D | sh.h | 1112 #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 D | ed.refresh.c | 147 Strncpy(litptr + litlen, addlitptr, addlitlen); in MakeLiteral() 150 Strncpy(litptr + litlen, str, len); in MakeLiteral()
|
H A D | ed.screen.c | 1572 (void)Strncpy(backup, termcap, len); in UpdateVal() 1629 (void) Strncpy(termcap, ptr, TC_BUFSIZE); in ChangeSize()
|
H A D | sh.dol.c | 845 (void) Strncpy(np, cp, diff); in setDolp()
|
/freebsd/contrib/libedit/ |
H A D | history.c | 70 #define Strncpy(d, s, n) strncpy(d, s, n) macro 88 #define Strncpy(d, s, n) wcsncpy(d, s, n) macro
|