Home
last modified time | relevance | path

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

/external/zstd/tests/regression/
Dtest.c66 static char const* g_config = NULL; variable
105 {128, "use this config", optional_option, &g_config},
261 if (g_config != NULL && strcmp(configs[config]->name, g_config)) in run_all()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c1770 static config_t * g_config = NULL; variable
1795 if (g_config) in init_config()
1824 if (! g_config) in init_config()
1837 g_config = temp_config; in init_config()
1871 return contains_domain_suffix (g_config, name); in config_is_mdns_suffix()