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

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dparsestreams.c143 Strncpy( function
/netbsd-current/lib/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
/netbsd-current/bin/csh/
H A Dcsh.h488 #define Strncpy(a, b, c) strncpy(a, b, c) macro
508 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro

Completed in 156 milliseconds