Home
last modified time | relevance | path

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

/netbsd-src/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
/netbsd-src/external/bsd/ntp/dist/libparse/
H A Dparsestreams.c143 Strncpy( in Strncpy() function
/netbsd-src/lib/libedit/
H A Dhistory.c71 #define Strncpy(d, s, n) strncpy(d, s, n) macro
89 #define Strncpy(d, s, n) wcsncpy(d, s, n) macro