SCPYN
#define SCPYN(a, b) strncpy(a, b, sizeof (a))
#define SCPYN(a, b) (void) strncpy(a, b, NMAX)
#define SCPYN(a, b) (void) strncpy(a, b, sizeof (a))
#define SCPYN(a, b) (void) strlcpy(a, b, NMAX)
#define SCPYN(a, b) (void) strncpy(a, b, NMAX)
#define SCPYN(a, b) (void) strncpy(a, b, sizeof (a))
#define SCPYN(a, b) strncpy(a, b, NMAX)