Searched refs:DO_VERIFY (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.bin/rdist/
H A Dtypes.h15 #define DO_VERIFY 0x0000001 macro
H A Ddistopt.c72 { DO_VERIFY, "verify", NULL, 0},
H A Drdist.c237 case 'v': FLAG_ON(options, DO_VERIFY); break;
260 if (nflag && IS_ON(options, DO_VERIFY))
H A Dclient.c176 if (IS_ON(opts, DO_VERIFY))
255 if (IS_ON(opts, DO_VERIFY))
502 (void) sendcmd(C_CLEAN, "%o", IS_ON(opts, DO_VERIFY));
1048 if (IS_ON(opts, DO_VERIFY)) {
1079 if (IS_ON(opts, DO_VERIFY)) {
1110 if (IS_ON(opts, DO_VERIFY)) {
1247 IS_ON(opts, DO_VERIFY) ? "verify" : "install",
H A Ddocmd.c101 if (IS_ON(options, DO_VERIFY) || to == NULL)
704 if (IS_ON(options, DO_VERIFY))
754 if (!nflag && !IS_ON(options, DO_VERIFY))
784 if (!nflag && IS_OFF(options, DO_VERIFY))
790 if (!nflag && !IS_ON(options, DO_VERIFY) && (cp = getnotifyfile()))
H A Dgram.y353 case 'v': opt = DO_VERIFY; break;
/openbsd-current/usr.bin/dig/lib/dns/
H A Ddst_internal.h69 typedef enum { DO_SIGN, DO_VERIFY } dst_use_t; enumerator in enum:__anon20
H A Ddst_api.c149 dctx->use = DO_VERIFY;
/openbsd-current/usr.bin/rdistd/
H A Dserver.c441 if (IS_ON(opts, DO_VERIFY))
839 if (IS_ON(opts, DO_VERIFY)) {
967 if (IS_ON(opts, DO_VERIFY))
982 if (IS_ON(opts, DO_VERIFY))
1046 if (IS_ON(opts, DO_VERIFY))
1070 if (IS_ON(opts, DO_VERIFY)) {
1135 if (IS_ON(opts, DO_VERIFY) || uptodate) {

Completed in 182 milliseconds