Home
last modified time | relevance | path

Searched refs:defopen_r (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/passwdutil/
H A Dutils.c171 if ((defp = defopen_r(PWADMIN)) == NULL) { in turn_on_default_aging()
213 if ((defp = defopen_r(PWADMIN)) == NULL) { in def_getint()
/titanic_41/usr/src/head/
H A Ddeflt.h69 extern void *defopen_r(const char *);
/titanic_41/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c82 } else if ((defp = defopen_r(AUTH_POLICY)) != NULL) { in get_max_failed()
97 if ((defp = defopen_r(LOGINADMIN)) != NULL) { in get_max_failed()
/titanic_41/usr/src/lib/libc/port/gen/
H A Ddeflt.c130 defopen_r(const char *fn) in defopen_r() function
H A Dgetgrnam_r.c273 if ((defp = defopen_r(__NSW_DEFAULT_FILE)) != NULL) { in _getgroupsbymember()
H A Dlocaltime.c2324 if ((defp = defopen_r(TIMEZONE)) != NULL) { in get_default_tz()
/titanic_41/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c448 if ((defp = defopen_r(AUTH_POLICY)) == NULL) in get_default_attrs()
/titanic_41/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c193 if ((defp = defopen_r(LOGINADMIN)) != NULL) { in perform_passwd_aging_check()
/titanic_41/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c73 if ((defp = defopen_r(conffile)) != NULL) { in get_conf_options()
/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c310 if ((defp = defopen_r(ETCCONFFILE)) != NULL) { in parse_ldap_default_conf()
418 if ((defp = defopen_r(YP_ETCCONFFILE)) != NULL) { in yp_parse_ldap_default_conf()
/titanic_41/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c176 if ((defp = defopen_r(PWADMIN)) == NULL) in get_passwd_defaults()
/titanic_41/usr/src/lib/libpam/
H A Dpam_framework.c198 if ((defp = defopen_r(PAM_DEBUG)) != NULL) { in pam_settrace()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_utils.c201 if ((defp = defopen_r(BE_DEFAULTS)) != NULL) { in be_get_defaults()
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2835 defopen_r;