Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c103 static int smb_pwd_chgpwent(smb_passwd_t *, const char *, int);
527 err = smb_pwd_chgpwent(&smbpw, password, control); in smb_pwd_update()
549 (void) smb_pwd_chgpwent(&smbpw, password, control); in smb_pwd_update()
678 smb_pwd_chgpwent(smb_passwd_t *smbpw, const char *password, int control) in smb_pwd_chgpwent() function