istrncpy
istrncpy(field, *ap, sizeof(field));
void istrncpy(char *, const char *, size_t);
istrncpy(realfld, field, sizeof(realfld));