Home
last modified time | relevance | path

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

/src/usr.sbin/config/
H A Dmkoptions.cc366 char genopt[MAXPATHLEN]; in read_option_file() local
371 getcwd(genopt, sizeof(genopt)); in read_option_file()
374 fprintf(stderr, "CWD: %s\n", genopt); in read_option_file()
399 (void)snprintf(genopt, sizeof(genopt), "opt_%s.h", in read_option_file()
401 val = ns(genopt); in read_option_file()
/src/crypto/openssl/apps/
H A Dreq.c711 char *genopt; in req_main() local
713 genopt = sk_OPENSSL_STRING_value(pkeyopts, i); in req_main()
714 if (pkey_ctrl_string(genctx, genopt) <= 0) { in req_main()
715 BIO_printf(bio_err, "Key parameter error \"%s\"\n", genopt); in req_main()