Home
last modified time | relevance | path

Searched defs:Strncpy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/libparse/
H A Dparsestreams.c141 Strncpy( in Strncpy() function
/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
/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