Searched refs:reqout (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Docsp.c138 char *reqout = NULL, *respout = NULL; local
360 } else if (!strcmp(*args, "-reqout")) {
363 reqout = *args;
519 "-reqout file write DER encoded OCSP request to \"file\"\n");
666 if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) {
704 if (reqout) {
705 if (!strcmp(reqout, "-"))
708 derbio = BIO_new_file(reqout, "wb");
710 BIO_printf(bio_err, "Error opening file %s\n", reqout);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c1569 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; local
1656 reqout = z_min(z_gx2gy(info, z_fetched(info)), ocount);
1657 if (reqout != 0) {
1658 ocount -= reqout;
1690 } while (--reqout != 0);

Completed in 132 milliseconds