Searched defs:smb_pwbuf_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c93 } smb_pwbuf_t; typedef in typeref:struct:smb_pwbuf
101 static smb_pwbuf_t *smb_pwd_fgetent(FILE *, smb_pwbuf_t *, uint32_t);
102 static int smb_pwd_fputent(FILE *, const smb_pwbuf_t *);
259 smb_pwbuf_t pwbuf;
310 smb_pwbuf_t pwbuf;
479 smb_pwbuf_t pwbuf;
609 static smb_pwbuf_t *
610 smb_pwd_fgetent(FILE *fp, smb_pwbuf_t *pwbuf, uint32_t flags)
727 smb_pwd_fputent(FILE *fp, const smb_pwbuf_t *pwbu
[all...]

Completed in 47 milliseconds