Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c102 static int smb_pwd_fputent(FILE *, const smb_pwbuf_t *);
536 err = smb_pwd_fputent(dst, &pwbuf); in smb_pwd_update()
539 err = smb_pwd_fputent(dst, &pwbuf); in smb_pwd_update()
556 err = smb_pwd_fputent(dst, &pwbuf); in smb_pwd_update()
733 smb_pwd_fputent(FILE *fp, const smb_pwbuf_t *pwbuf) in smb_pwd_fputent() function