Lines Matching full:line1
530 char *fsp, line1[BUFSIZ], line2[BUFSIZ]; in readprivs() local
540 (void) fgets(line1, sizeof (line1), fd); in readprivs()
541 while (fgets(line1, sizeof (line1), fd) != NULL && in readprivs()
543 if ((fsp = strtok(line1, " \t:")) == NULL) { in readprivs()
544 warnx("%s: bad format", line1); in readprivs()
708 char *fsp, bunits[10], iunits[10], line1[BUFSIZ]; in readtimes() local
718 (void) fgets(line1, sizeof (line1), fd); in readtimes()
719 (void) fgets(line1, sizeof (line1), fd); in readtimes()
720 while (fgets(line1, sizeof (line1), fd) != NULL) { in readtimes()
721 if ((fsp = strtok(line1, " \t:")) == NULL) { in readtimes()
722 warnx("%s: bad format", line1); in readtimes()