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

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c58 static void *smb_pwd_hdl = NULL; variable
175 smb_pwd_hdl = smb_dlopen();
176 if (smb_pwd_hdl == NULL)
182 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam");
185 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwuid");
188 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setcntl");
191 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setpasswd");
194 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_num");
197 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_iteropen");
200 (void (*)())dlsym(smb_pwd_hdl, "smb_pwd_iterclos
[all...]

Completed in 29 milliseconds