Home
last modified time | relevance | path

Searched defs:config_file (Results 1 – 25 of 2447) sorted by relevance

12345678910>>...98

/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h70 int verbosity;
83 int port;
85 int do_ip4;
87 int do_ip6;
93 int do_udp;
95 int do_tcp;
107 int tcp_mss;
122 int ssl_port;
219 int ip_dscp;
222 int num_ifs;
[all …]
/dports/mail/rmilter/rmilter-1.10.0/src/
H A Dcfg_file.h164 char *cfg_name;
165 char *pid_file;
166 char *temp_dir;
168 char *sock_cred;
169 size_t sizelimit;
194 char *diff_dir;
196 char *symbols_dir;
198 char *trace_addr;
199 char *spam_header;
268 char *id_prefix;
[all …]
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dconfig_file.h43 typedef struct config_file struct
69 } config_file; argument
/dports/net/torsocks/torsocks-2.3.0/src/common/
H A Dconfig-file.h32 struct config_file { struct
34 enum connection_domain tor_domain;
36 char *tor_address;
38 in_port_t tor_port;
62 struct config_file conf_file; argument
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
68 typedef struct config_file config_file_t; argument
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
68 typedef struct config_file config_file_t; argument
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
67 typedef struct config_file config_file_t; argument
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/file/
H A Dconfig_file.h54 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/net/libyang/libyang-1.0.240/swig/java/tests/
H A DTreeDataTest.java146 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_ctx_parse_data_fd() local
171 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_ctx_parse_data_path() local
208 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node() local
231 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_new_path() local
278 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_insert() local
299 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_insert_sibling() local
323 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_insert_before() local
347 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_insert_after() local
371 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_schema_sort() local
422 String config_file = Constants.TESTS_DIR + "/api/files/a.xml"; in test_ly_data_node_find_path() local
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_sysctl.py64 def mock_current(config_file=None): argument
94 def mock_current(config_file=None): argument
121 def mock_config(config_file=None): argument
142 def mock_config(config_file=None): argument
164 def mock_config(config_file=None): argument
/dports/devel/py-streamparse/streamparse-4.0.0/streamparse/cli/
H A Dstats.py25 config_file=None, argument
40 def _print_cluster_status(env_name, config_file=None): argument
89 def _get_topology_ui_detail(env_name, topology_name, config_file=None): argument
97 def _print_topology_status(env_name, topology_name, config_file=None): argument
156 env_name, topology_name, component_names, config_file=None argument
171 def _print_all_components(env_name, topology_name, config_file=None): argument
193 env_name, topology_name, component_name, ui_detail=None, config_file=None argument
305 def _get_topology_id(env_name, topology_name, config_file=None): argument
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/include/file/
H A Dconfig_file.h55 struct config_file struct
66 typedef struct config_file config_file_t; argument
/dports/www/zola/zola-0.15.2/components/site/benches/
H A Dload.rs14 let config_file = path.join("config.toml"); in bench_loading_small_blog() localVariable
25 let config_file = path.join("config.toml"); in bench_loading_small_blog_with_syntax_highlighting() localVariable
106 let config_file = path.join("config.toml"); in bench_loading_small_kb() localVariable
117 let config_file = path.join("config.toml"); in bench_loading_small_kb_with_syntax_highlighting() localVariable
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/tools/
H A Dprint_log_properties.cxx19 std::ifstream config_file(path.c_str()); in find_ENV_file() local
30 std::ifstream config_file(path.c_str()); in find_file() local
41 std::ifstream config_file("mbl_log.properties"); in find_properties_file() local
/dports/net/libyang/libyang-1.0.240/swig/cpp/tests/
H A Dtest_tree_data.cpp178 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
201 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
240 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
260 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
308 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
330 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
355 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
380 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
405 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
457 const char *config_file = TESTS_DIR "/api/files/a.xml"; in TEST() local
[all …]
/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/micromanage/
H A Dmicromanage.py265 def action_blueprint(config_file, config, args): argument
338 def action_diff(config_file, config, args): argument
352 def action_apply(config_file, config, args): argument
381 def action_destroy(config_file, config, args): argument
399 def action_graph(config_file, config, args): argument
410 def action_init(config_file, config, args): argument
424 def action_list_services(config_file, config, args): argument
446 def action_show(config_file, config, args): argument
460 def action_output(config_file, config, args): argument
472 def action_image_gc(config_file, config, args): argument
[all …]
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/micromanage/
H A Dmicromanage.py265 def action_blueprint(config_file, config, args): argument
338 def action_diff(config_file, config, args): argument
352 def action_apply(config_file, config, args): argument
381 def action_destroy(config_file, config, args): argument
399 def action_graph(config_file, config, args): argument
410 def action_init(config_file, config, args): argument
424 def action_list_services(config_file, config, args): argument
446 def action_show(config_file, config, args): argument
460 def action_output(config_file, config, args): argument
472 def action_image_gc(config_file, config, args): argument
[all …]
/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswconf.c44 static char config_file[] = "sopwith.ini"; variable
46 static char config_file[] = ".sopwithrc"; variable
111 char *config_file = get_config_file(); in swloadconf() local
202 char *config_file = get_config_file(); in swsaveconf() local
/dports/www/py-internetarchive/internetarchive-2.2.0/internetarchive/
H A Dconfig.py76 def write_config_file(auth_config, config_file=None): argument
119 def parse_config_file(config_file=None): argument
166 def get_config(config=None, config_file=None): argument
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Fortran/modules/
H A Dadios2_adios_init_mod.F9028 character*(*), intent(in) :: config_file variable
34 character*(*), intent(in) :: config_file variable
53 character*(*), intent(in) :: config_file variable
60 character*(*), intent(in) :: config_file variable

12345678910>>...98