Searched refs:smb_pwd_fgetent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c75 * buffer structure used by smb_pwd_fgetent/smb_pwd_fputent
83 * flag values used with smb_pwd_fgetent
88 static smb_pwbuf_t *smb_pwd_fgetent(FILE *, smb_pwbuf_t *, uint32_t);
284 while (smb_pwd_fgetent(fp, &pwbuf, SMB_PWD_GETF_ALL) != NULL) {
479 while (smb_pwd_fgetent(src, &pwbuf, SMB_PWD_GETF_ALL) != NULL) {
552 * smb_pwd_fgetent
564 smb_pwd_fgetent(FILE *fp, smb_pwbuf_t *pwbuf, uint32_t flags) function
752 while (smb_pwd_fgetent(fp, &pwbuf, SMB_PWD_GETF_ALL) != NULL) {
969 while (smb_pwd_fgetent(fp, &pwbuf, SMB_PWD_GETF_NOPWD) != NULL) {

Completed in 21 milliseconds