Home | History | Annotate | Download | only in apps

Lines Matching defs:opt_failure

218 static int opt_failure = INT_MIN;
363 OPT_FAILURE,
683 { "failure", OPT_FAILURE, 'N',
780 { (char **)&opt_pkistatus }, { (char **)&opt_failure },
1329 if (opt_failure
1330 if (opt_failure < 0 || OSSL_CMP_PKIFAILUREINFO_MAX < opt_failure) {
1338 opt_failurebits = 1 << opt_failure;
3249 case OPT_FAILURE:
3250 opt_failure = opt_int_arg();