Searched refs:POLICY_CONF_FILE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c60 #define POLICY_CONF_FILE "/etc/security/policy.conf" macro
328 "specified, using first entry in file.", POLICY_CONF_FILE,
334 "using first entry file.", POLICY_CONF_FILE, value);
376 if ((pconf = fopen(POLICY_CONF_FILE, "rF")) == NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c110 #define POLICY_CONF_FILE policy_conf_file macro
1488 * 1) Update/delete/empty the POLICY_CONF_FILE.
2381 fp = fopen(POLICY_CONF_FILE, "r");
2385 * The absence of POLICY_CONF_FILE should
2393 warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
2408 * Delete nlines from start in the POLICY_CONF_FILE.
2417 if ((fp = fopen(POLICY_CONF_FILE, "r+b")) == NULL) {
2418 warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
2513 fp = fopen(POLICY_CONF_FILE, "r");
2515 warn(gettext("%s cannot be opened"), POLICY_CONF_FILE);
[all...]

Completed in 68 milliseconds