Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c103 static int smb_pwd_chgpwent(smb_passwd_t *, const char *, int);
533 err = smb_pwd_chgpwent(&smbpw, password, control); in smb_pwd_update()
555 (void) smb_pwd_chgpwent(&smbpw, password, control); in smb_pwd_update()
684 smb_pwd_chgpwent(smb_passwd_t *smbpw, const char *password, int control) in smb_pwd_chgpwent() function