Searched refs:REP_NOREP (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c46 int rep_success = REP_NOREP; /* first successfull update */
47 int updated = REP_NOREP; /* (bitmask) all updates */
115 *updated_reps = (updated != REP_NOREP) ? updated : i;
123 if (rep_success != REP_NOREP) {
H A Dpasswdutil.h93 #define REP_NOREP 0 /* Can't find suitable repository */ macro
H A Dswitch_utils.c118 * A return value of REP_NOREP indicates an error.
129 int result = REP_NOREP;

Completed in 21 milliseconds