Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistory.c73 #define Strncpy(d, s, n) strncpy(d, s, n) macro
91 #define Strncpy(d, s, n) wcsncpy(d, s, n) macro
/dragonfly/contrib/tcsh-6/
H A Dsh.h1117 #define Strncpy(a, b, c) strncpy(a, b, c) macro
1140 #define Strncpy(a, b, c) wcsncpy(a, b, c) macro
1150 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro