Searched refs:Strncpy (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/bin/csh/ |
H A D | csh.h | 488 #define Strncpy(a, b, c) strncpy(a, b, c) macro 508 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro
|
H A D | dol.c | 716 (void)Strncpy(np, cp, (size_t)(dp - cp)); in setDolp()
|
/netbsd-src/external/bsd/ntp/dist/libparse/ |
H A D | parsestreams.c | 143 Strncpy( in Strncpy() function 269 Strncpy(ifm->f_name, mname, FMNAMESZ); in xxxinit() 308 (void) Strncpy(t, s, S - s); in xxxinit()
|
/netbsd-src/lib/libedit/ |
H A D | history.c | 71 #define Strncpy(d, s, n) strncpy(d, s, n) macro 89 #define Strncpy(d, s, n) wcsncpy(d, s, n) macro
|
/netbsd-src/share/man/tools/ |
H A D | sp.ignore | 1242 Strncpy
|
H A D | newsp.errs | 1816 Strncpy
|