Home
last modified time | relevance | path

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

/minix3/lib/libedit/
H A Dchartype.h102 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
158 #define Strncpy(d,s,n) strncpy(d,s,n) macro
/minix3/bin/csh/
H A Dcsh.h490 #define Strncpy(a, b, c) strncpy(a, b, c) macro
510 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro