Searched refs:default_config_file (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | openssl.c | 40 char *default_config_file = NULL; variable 276 default_config_file = CONF_get1_default_config_file(); in main() 277 if (default_config_file == NULL) in main() 301 OPENSSL_free(default_config_file); in main()
|
H A D | srp.c | 345 configfile = default_config_file; in srp_main() 350 if (configfile != default_config_file && !app_load_modules(conf)) in srp_main()
|
H A D | ts.c | 163 const char *configfile = default_config_file, *engine = NULL; in ts_main() 310 if (configfile != default_config_file && !app_load_modules(conf)) in ts_main()
|
H A D | req.c | 257 char *template = default_config_file, *keyout = NULL; in req_main() 510 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
|
H A D | cmp.c | 2829 configfile = opt_config != NULL ? opt_config : default_config_file; in cmp_main() 2831 && (configfile != default_config_file || access(configfile, F_OK) != -1)) { in cmp_main()
|
H A D | ca.c | 274 char *configfile = default_config_file, *section = NULL; in ca_main() 505 if (configfile != default_config_file && !app_load_modules(conf)) in ca_main()
|
/third_party/openssl/apps/ |
H A D | openssl.c | 40 char *default_config_file = NULL; variable 276 default_config_file = CONF_get1_default_config_file(); in main() 277 if (default_config_file == NULL) in main() 301 OPENSSL_free(default_config_file); in main()
|
H A D | srp.c | 345 configfile = default_config_file; in srp_main() 350 if (configfile != default_config_file && !app_load_modules(conf)) in srp_main()
|
H A D | ts.c | 163 const char *configfile = default_config_file, *engine = NULL; in ts_main() 310 if (configfile != default_config_file && !app_load_modules(conf)) in ts_main()
|
H A D | req.c | 257 char *template = default_config_file, *keyout = NULL; in req_main() 510 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
|
H A D | cmp.c | 2828 configfile = opt_config != NULL ? opt_config : default_config_file; in cmp_main() 2830 && (configfile != default_config_file || access(configfile, F_OK) != -1)) { in cmp_main()
|
H A D | ca.c | 274 char *configfile = default_config_file, *section = NULL; in ca_main() 505 if (configfile != default_config_file && !app_load_modules(conf)) in ca_main()
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_daemon-conf.c | 668 const char *default_config_file = DEFAULT_CONFIG_FILE; in pa_daemon_conf_load() local 673 default_config_file = PA_BUILDDIR PA_PATH_SEP "src" PA_PATH_SEP "daemon" PA_PATH_SEP "daemon.conf"; in pa_daemon_conf_load() 675 default_config_file = PA_BUILDDIR PA_PATH_SEP "daemon.conf"; in pa_daemon_conf_load() 682 pa_open_config_file(default_config_file, DEFAULT_CONFIG_FILE_USER, ENV_CONFIG_FILE, &c->config_file); in pa_daemon_conf_load()
|
H A D | daemon-conf.c | 668 const char *default_config_file = DEFAULT_CONFIG_FILE; in pa_daemon_conf_load() local 673 default_config_file = PA_BUILDDIR PA_PATH_SEP "src" PA_PATH_SEP "daemon" PA_PATH_SEP "daemon.conf"; in pa_daemon_conf_load() 675 default_config_file = PA_BUILDDIR PA_PATH_SEP "daemon.conf"; in pa_daemon_conf_load() 682 pa_open_config_file(default_config_file, DEFAULT_CONFIG_FILE_USER, ENV_CONFIG_FILE, &c->config_file); in pa_daemon_conf_load()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 54 extern char *default_config_file; /* may be "" */
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 54 extern char *default_config_file; /* may be "" */
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 405 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules() 452 if (configfile != default_config_file && !app_load_modules(conf)) { in app_load_config_modules()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 405 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules() 452 if (configfile != default_config_file && !app_load_modules(conf)) { in app_load_config_modules()
|
Completed in 39 milliseconds