OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conf_file
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
conf_include_test.c
183
const char *
conf_file
;
local
189
conf_file
= test_get_argument(0);
191
if (!TEST_ptr(
conf_file
)
192
|| !TEST_ptr(in = BIO_new_file(
conf_file
, "r"))) {
205
change_path(
conf_file
);
/src/crypto/external/apache2/openssl/dist/test/
conf_include_test.c
238
OPT_TEST_OPTIONS_WITH_EXTRA_USAGE("
conf_file
\n"),
249
char *
conf_file
= NULL;
local
269
conf_file
= test_get_argument(0);
270
if (!TEST_ptr(
conf_file
)
271
|| !TEST_ptr(in = BIO_new_file(
conf_file
, "r"))) {
280
rel_conf_file = change_path(
conf_file
);
/src/crypto/external/bsd/openssl/dist/test/
conf_include_test.c
187
OPT_TEST_OPTIONS_WITH_EXTRA_USAGE("
conf_file
\n"),
196
const char *
conf_file
;
local
214
conf_file
= test_get_argument(0);
215
if (!TEST_ptr(
conf_file
)
216
|| !TEST_ptr(in = BIO_new_file(
conf_file
, "r"))) {
225
change_path(
conf_file
);
/src/lib/libpam/modules/pam_radius/
pam_radius.c
273
const char *
conf_file
, *template_user, *nas_id, *nas_ipaddr;
local
277
conf_file
= openpam_get_option(pamh, PAM_OPT_CONF);
302
if (rad_config(radh,
conf_file
) == -1) {
/src/external/bsd/mdocml/dist/
main.c
133
const char *
conf_file
; /* -C: alternate config file. */
local
183
conf_file
= NULL;
228
conf_file
= optarg;
459
manconf_parse(&conf,
conf_file
, defpaths, auxpaths);
/src/external/bsd/wpa/dist/src/ap/
hostapd.c
3724
const char *
conf_file
= NULL, *phy_name = NULL;
local
3733
conf_file
= pos;
3734
if (!os_strlen(
conf_file
))
3738
conf_file
, 0);
3807
conf_file
= ptr + 7;
3832
if (
conf_file
&& interfaces->config_read_cb) {
3833
conf = interfaces->config_read_cb(
conf_file
);
/src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c
723
char *
conf_file
= 0;
local
786
conf_file
= 0;
798
conf_file
= var_tls_cnf_file;
809
if (
conf_file
)
810
OPENSSL_INIT_set_config_filename(init_settings,
conf_file
);
819
conf_file
?
conf_file
: "default");
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026