Lines Matching refs:verify
307 int lfdes, altflg = 0, result, verify;
434 verify = 0;
458 verify = !Otape || (altflg & MINUSS);
459 (void) getoutfs(Out.f_dev, Out.f_des, Sptr, verify);
507 verify = !Otape || (altflg & MINUSS);
508 prompt(verify,
513 verify = !Otape || (altflg & MINUSS);
514 prompt(verify, "arg. (%.6s) doesn't agree with from vol.(%.6s)\n",
526 verify = altflg & MINUSS;
528 prompt(verify, "%s less than 48 hours older than %s\n"
540 verify = altflg & MINUSS;
541 prompt(verify, "warning! from fs(%.6s) differs from to fs(%.6s)\n",
827 prompt(int verify, const char *fmt, ...)
835 if (verify) {
1230 int again = 1, verify, old_style, new_style;
1254 verify = (dir == INPUT) ? 0 : 1;
1255 prompt(verify, "Not a labeled tape\n");
1403 int verify;
1410 verify = Otape;
1411 prompt(verify, "Cannot read header\n");
1416 return (verify);
1656 getoutfs(int dev, int fd, char *buf, int verify)
1663 prompt(verify, "Unable to lseek on output\n", errno);
1669 prompt(verify, "Unable to read on output\n", errno);