Searched refs:smb_pwd_hdl (Results 1 – 1 of 1) sorted by relevance
69 static void *smb_pwd_hdl = NULL; variable186 smb_pwd_hdl = smb_dlopen(); in smb_pwd_init()187 if (smb_pwd_hdl == NULL) in smb_pwd_init()193 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam"); in smb_pwd_init()196 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwuid"); in smb_pwd_init()199 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setcntl"); in smb_pwd_init()202 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setpasswd"); in smb_pwd_init()205 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_num"); in smb_pwd_init()208 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_iteropen"); in smb_pwd_init()211 (void (*)())dlsym(smb_pwd_hdl, "smb_pwd_iterclose"); in smb_pwd_init()[all …]