Searched defs:updated_reps (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | __set_authtoken_attr.c | 39 attrlist *items, int *updated_reps) 114 if (updated_reps) 115 *updated_reps = (updated != REP_NOREP) ? updated : i; 38 __set_authtoken_attr(char *name, char *oldpw, pwu_repository_t *rep, attrlist *items, int *updated_reps) argument
|
/illumos-gate/usr/src/lib/pam_modules/authtok_store/ |
H A D | authtok_store.c | 105 int updated_reps = 0; local 201 res = __set_authtoken_attr(user, oldpw, pwu_rep, &l, &updated_reps); 212 if ((updated_reps & i) == 0)
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 236 int updated_reps; local 475 &repository, attributes, &updated_reps); 479 if ((updated_reps & i) == 0)
|
Completed in 46 milliseconds