Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c108 static char *opt_infotype_s = NULL; variable
555 {&opt_cmd_s}, {&opt_infotype_s}, {&opt_geninfo},
1916 if (opt_infotype_s != NULL) { in setup_client_ctx()
1919 strncat(id_buf, opt_infotype_s, sizeof(id_buf) - strlen(id_buf) - 1); in setup_client_ctx()
2467 opt_infotype_s = opt_str(); in get_opts()