Home
last modified time | relevance | path

Searched refs:REP_FILES (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c57 result = REP_FILES; in name_to_int()
68 result = REP_FILES | REP_NIS; in name_to_int()
71 result = REP_FILES | REP_LDAP; in name_to_int()
146 result = REP_FILES | REP_NIS; in get_ns()
177 result = REP_FILES; in get_ns()
204 result = REP_FILES; in get_ns()
H A D__failed_count.c40 if ((repnum != REP_FILES) && in __incr_failed_count()
99 if ((repnum != REP_FILES) && in __rst_failed_count()
H A D__get_authtoken_attr.c54 i = REP_FILES; in __get_authtoken_attr()
H A D__user_to_authenticate.c50 i = REP_FILES; in __user_to_authenticate()
H A D__check_history.c63 i = REP_FILES; in __check_history()
H A Dpasswdutil.h101 #define REP_FILES 0x0001 /* /etc/passwd, /etc/shadow */ macro