Searched refs:noverify (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3_ctl.c106 int *verify, *noverify; local
169 noverify = gctl_get_paraml(req, "noverify", sizeof(*noverify));
170 if (noverify == NULL) {
171 gctl_error(req, "No '%s' argument.", "noverify");
174 if (*verify && *noverify) {
176 "noverify");
180 !*round_robin && !*noround_robin && !*verify && !*noverify) {
218 if (*noverify)
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c153 {"noverify", OPT_NOVERIFY, '-', "Don't verify response at all"},
256 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
316 noverify = 1;
775 if (!noverify) {
/freebsd-13-stable/contrib/ee/
H A Dee.c297 int quit P_((int noverify));
2434 quit(noverify) /* exit editor */
2435 int noverify;
2441 if ((text_changes) && (!noverify))

Completed in 171 milliseconds