Lines Matching refs:verify
305 int lfdes, altflg = 0, result, verify; in main() local
432 verify = 0; in main()
456 verify = !Otape || (altflg & MINUSS); in main()
457 (void) getoutfs(Out.f_dev, Out.f_des, Sptr, verify); in main()
505 verify = !Otape || (altflg & MINUSS); in main()
506 prompt(verify, in main()
511 verify = !Otape || (altflg & MINUSS); in main()
512 prompt(verify, "arg. (%.6s) doesn't agree with from vol.(%.6s)\n", in main()
524 verify = altflg & MINUSS; in main()
526 prompt(verify, "%s less than 48 hours older than %s\n" in main()
538 verify = altflg & MINUSS; in main()
539 prompt(verify, "warning! from fs(%.6s) differs from to fs(%.6s)\n", in main()
825 prompt(int verify, const char *fmt, ...) in prompt() argument
833 if (verify) { in prompt()
1228 int again = 1, verify, old_style, new_style; in tapeck() local
1252 verify = (dir == INPUT) ? 0 : 1; in tapeck()
1253 prompt(verify, "Not a labeled tape\n"); in tapeck()
1401 int verify; in hdrck() local
1408 verify = Otape; in hdrck()
1409 prompt(verify, "Cannot read header\n"); in hdrck()
1414 return (verify); in hdrck()
1654 getoutfs(int dev, int fd, char *buf, int verify) in getoutfs() argument
1661 prompt(verify, "Unable to lseek on output\n", errno); in getoutfs()
1667 prompt(verify, "Unable to read on output\n", errno); in getoutfs()