bin/csh/csh.h
488
#define Strncpy(a, b, c) strncpy(a, b, c)
bin/csh/csh.h
508
#define Strncpy(a, b, c) s_strncpy(a, b, c)
lib/libedit/history.c
71
#define Strncpy(d, s, n) strncpy(d, s, n)
lib/libedit/history.c
89
#define Strncpy(d, s, n) wcsncpy(d, s, n)