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

/freebsd-11-stable/crypto/openssl/apps/
H A Dasn1pars.c87 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
97 char *genstr = NULL, *genconf = NULL; local
169 } else if (strcmp(*argv, "-genconf") == 0) {
172 genconf = *(++argv);
205 " -genconf file file to generate ASN1 structure from\n");
256 if (genstr || genconf) {
257 num = do_generate(bio_err, genstr, genconf, buf);
374 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) argument
382 if (genconf) {
384 if (!NCONF_load(cnf, genconf,
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c1200 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1203 genconf = false;
1241 if (genconf)
1247 if (genconf)
1308 genconf = true;
1340 if (genconf) {

Completed in 65 milliseconds