Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c100 static int smb_pwd_fputent(FILE *, const smb_pwbuf_t *);
524 err = smb_pwd_fputent(dst, &pwbuf); in smb_pwd_update()
527 err = smb_pwd_fputent(dst, &pwbuf); in smb_pwd_update()
544 err = smb_pwd_fputent(dst, &pwbuf); in smb_pwd_update()
721 smb_pwd_fputent(FILE *fp, const smb_pwbuf_t *pwbuf) in smb_pwd_fputent() function