HomeSort by: relevance | last modified time | path
    Searched defs:opt_template (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 101 static char *opt_template = NULL; variable
240 OPT_TEMPLATE,
398 { "template", OPT_TEMPLATE, 's',
719 { &opt_template }, { &opt_keyspec },
2312 if (opt_template != NULL)
2317 if (opt_template == NULL)
3038 case OPT_TEMPLATE:
3039 opt_template = opt_str();
3589 if (!delete_file(opt_template, "certTemplate from genp"))
3596 if (!save_template(opt_template, certTemplate)
    [all...]

Completed in 102 milliseconds