OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_email_dn
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
757
char *
tmp_email_dn
= NULL;
local
759
tmp_email_dn
= NCONF_get_string(conf, section, ENV_DEFAULT_EMAIL_DN);
760
if (
tmp_email_dn
!= NULL && strcmp(
tmp_email_dn
, "no") == 0)
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
864
char *
tmp_email_dn
= NULL;
local
866
tmp_email_dn
= app_conf_try_string(conf, section, ENV_DEFAULT_EMAIL_DN);
867
if (
tmp_email_dn
!= NULL && strcmp(
tmp_email_dn
, "no") == 0)
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
833
char *
tmp_email_dn
= NULL;
local
835
tmp_email_dn
= NCONF_get_string(conf, section, ENV_DEFAULT_EMAIL_DN);
836
if (
tmp_email_dn
== NULL)
838
if (
tmp_email_dn
!= NULL && strcmp(
tmp_email_dn
, "no") == 0)
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026