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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h103 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
153 #define Strncpy(d,s,n) strncpy(d,s,n) macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h103 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
158 #define Strncpy(d,s,n) strncpy(d,s,n) macro
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h1077 #define Strncpy(a, b, c) strncpy(a, b, c) macro
1100 #define Strncpy(a, b, c) wcsncpy(a, b, c) macro
1110 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro

Completed in 123 milliseconds