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

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c201 {"reqout", OPT_REQOUT, 's', "Output file for the DER-encoded request"},
250 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; local
412 reqout = opt_arg();
635 && (signfile != NULL || reqout != NULL
674 if (reqout != NULL) {
675 derbio = bio_open_default(reqout, 'w', FORMAT_ASN1);
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c1574 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; local
1661 reqout = z_min(z_gx2gy(info, z_fetched(info)), ocount);
1662 if (reqout != 0) {
1663 ocount -= reqout;
1695 } while (--reqout != 0);

Completed in 92 milliseconds