POLICY_CONF_FILE
fp = fopen(POLICY_CONF_FILE, "r");
warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
if ((fp = fopen(POLICY_CONF_FILE, "r+b")) == NULL) {
warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
fp = fopen(POLICY_CONF_FILE, "r");
warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
if ((pfd = open(POLICY_CONF_FILE, O_TRUNC|O_RDWR)) == -1) {
POLICY_CONF_FILE);
policy_fp = fopen(POLICY_CONF_FILE, "a");
warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
policy_fp = fopen(POLICY_CONF_FILE, "a");
warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
policy_fp = fopen(POLICY_CONF_FILE, "r+");
warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
policy_fp = fopen(POLICY_CONF_FILE, "r");
POLICY_CONF_FILE);
"specified, using first entry in file.", POLICY_CONF_FILE,
"using first entry file.", POLICY_CONF_FILE, value);
if ((pconf = fopen(POLICY_CONF_FILE, "rF")) == NULL) {