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

/freebsd-12-stable/usr.sbin/config/
H A Dmkoptions.c368 char genopt[MAXPATHLEN]; local
392 (void)snprintf(genopt, sizeof(genopt), "opt_%s.h",
394 val = genopt;
/freebsd-12-stable/crypto/openssl/apps/
H A Dreq.c616 char *genopt; local
618 genopt = sk_OPENSSL_STRING_value(pkeyopts, i);
619 if (pkey_ctrl_string(genctx, genopt) <= 0) {
620 BIO_printf(bio_err, "parameter error \"%s\"\n", genopt);

Completed in 127 milliseconds