ATRSIZ
(void) strncpy(ept->ainfo.owner, argv[n++], ATRSIZ);
(void) strncpy(ept->ainfo.group, argv[n++], ATRSIZ);
char owner[ATRSIZ+1], group[ATRSIZ+1], attrib_save[(4*ATRSIZ)];
(void) strncpy(group, group_ptr, ATRSIZ);
(void) strncpy(owner, owner_ptr, ATRSIZ);
char owner[ATRSIZ+1];
char group[ATRSIZ+1];
char aclass[ATRSIZ+1];
if ((retval = getstr(fp, NULL, ATRSIZ,
if ((retval = getstr(fp, NULL, ATRSIZ,
if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1)
if ((retval = getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, ATRSIZ,
if ((retval = getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, ATRSIZ,
char tempmode[ATRSIZ+1];