Lines Matching refs:conf
73 if ((sh->conf = semanage_conf_parse(conf_name)) == NULL)
158 len = strlen(sh->conf->compiler_directory_path) + strlen("/") + strlen(lower_lang_ext) + 1;
167 num_printed = snprintf(compiler, len, "%s/%s", sh->conf->compiler_directory_path, lower_lang_ext);
226 return sh->conf->ignore_module_cache;
233 sh->conf->ignore_module_cache = ignore_module_cache;
279 free(sh->conf->store_path);
280 sh->conf->store_path = strdup(storename);
281 assert(sh->conf->store_path); /* no way to return failure */
282 sh->conf->store_type = storetype;
291 free(sh->conf->store_root_path);
292 sh->conf->store_root_path = strdup(store_root);
293 assert(sh->conf->store_root_path); /* no way to return failure */
305 switch (sh->conf->store_type) {
310 "The connection type specified within your semanage.conf file has not been implemented yet.");
319 switch (sh->conf->store_type) {
324 "The connection type specified within your semanage.conf file has not been implemented yet.");
333 switch (sh->conf->store_type) {
342 "The connection type specified within your semanage.conf file has not been implemented yet.");
353 switch (sh->conf->store_type) {
388 semanage_conf_destroy(sh->conf);