Lines Matching refs:conf_file
126 static const char *conf_file = NULL; /* Location of target config */ variable
263 die(gettext(ERR_CONF_LOAD), conf_file,
276 die(gettext(ERR_CONF_LOAD), conf_file,
672 conf_file = pool_static_location();
685 conf_file = pool_dynamic_location();
706 if (strcmp(conf_file, pool_dynamic_location()) == 0)
708 conf_file = argv[optind];
734 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
737 if (pool_conf_open(conf, conf_file, PO_RDONLY) != 0) {
881 if (pool_conf_open(conf, conf_file, PO_CREAT) != 0) { in parser_conf_create()
1108 if (strcmp(conf_file, pool_dynamic_location()) == 0) in parser_conf_discover()
1121 if (pool_conf_export(conf, conf_file, POX_NATIVE) != 0) { in parser_conf_discover()
1126 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) { in parser_conf_discover()