Home
last modified time | relevance | path

Searched refs:VERIFY (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.bin/tcopy/
H A Dtcopy.c55 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; enumerator
74 op = VERIFY;
101 if ((outp = open(argv[1], op == VERIFY ? O_RDONLY :
115 if (op == VERIFY) {
/original-bsd/usr.bin/rdist/
H A Dmain.c117 if (options & VERIFY) {
119 options &= ~VERIFY;
141 options |= VERIFY;
H A Dserver.c216 printf("%s%s%s%s%s %s %s\n", opts & VERIFY ? "verify":"install",
318 if (opts & VERIFY) {
415 if (opts & VERIFY) {
481 if (opts & VERIFY)
736 if (opts & VERIFY) {
809 if (opts & VERIFY)
873 if (opts & VERIFY) {
1078 (void) sprintf(buf, "C%o\n", opts & VERIFY);
1201 if (opts & VERIFY) {
1384 if (!(options & VERIFY) && fp != NULL)
H A Ddefs.h59 #define VERIFY 0x1 macro
H A Ddocmd.c340 if (nflag || (options & VERIFY))
369 if (!nflag && !(options & VERIFY))
479 if ((options & VERIFY) || to == NULL)
H A Dgram.y290 yylval.intval = VERIFY; in yylex()
/original-bsd/sys/tahoe/stand/vdformat/
H A Dproc_cmd.c12 #define VERIFY 5 macro
27 { VERIFY, "Verify", "Destructively verify disk surface" },
77 case VERIFY : in process_commands()