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

/freebsd-10.3-release/lib/libedit/
H A Dchartype.h94 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
144 #define Strncpy(d,s,n) strncpy(d,s,n) macro
/freebsd-10.3-release/contrib/ntp/libparse/
H A Dparsestreams.c141 Strncpy( function
267 Strncpy(ifm->f_name, mname, FMNAMESZ);
306 (void) Strncpy(t, s, S - s);
/freebsd-10.3-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);

Completed in 72 milliseconds