Searched refs:REP_ERANGE (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c49 if (repositories == REP_ERANGE || repositories == REP_NSS)
H A D__check_history.c62 if (repositories == REP_ERANGE)
H A D__get_authtoken_attr.c52 if (repositories == REP_ERANGE) {
H A D__set_authtoken_attr.c70 if (repositories == REP_ERANGE || repositories == REP_NSS)
H A Dpasswdutil.h99 #define REP_ERANGE 0x8000 /* Unknown repository specified */ macro
H A Dnss_attr.c90 int repositories = REP_ERANGE; /* changed if ATTR_REP_NAME is set */
183 if (repositories != REP_ERANGE) {
H A Dswitch_utils.c49 * if we don't recognise the repository name, we return REP_ERANGE
54 int result = REP_ERANGE;
73 result = REP_ERANGE;

Completed in 19 milliseconds