Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/passwdutil/
H A DMakefile.com29 __set_authtoken_attr.o \
H A D__set_authtoken_attr.c38 __set_authtoken_attr(char *name, char *oldpw, pwu_repository_t *rep, in __set_authtoken_attr() function
H A Dpasswdutil.h166 int __set_authtoken_attr(char *, char *, pwu_repository_t *, attrlist *, int *);
H A Dmapfile-vers47 __set_authtoken_attr;
/titanic_44/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c201 res = __set_authtoken_attr(user, oldpw, pwu_rep, &l, &updated_reps);
/titanic_44/usr/src/cmd/passwd/
H A Dpasswd.c473 retval = __set_authtoken_attr(usrname, in main()