Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/include/
H A Dleashwin.h14 #define DLGTYPE_CHPASSWD 1 macro
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c391 lpdlginfo->dlgtype = DLGTYPE_CHPASSWD; in Leash_changepwd_dlg()
421 lpdlginfo->dlgtype = DLGTYPE_CHPASSWD; in Leash_changepwd_dlg_ex()
506 #define ISCHPASSWD (lpdi->dlgtype == DLGTYPE_CHPASSWD) in PasswordProc()
773 if (lpdi->dlgtype == DLGTYPE_CHPASSWD) in PasswordProc()
1690 lpdi->dlgtype != DLGTYPE_CHPASSWD) { in NewPasswordProc()
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp897 ldi.dlgtype = DLGTYPE_CHPASSWD; in OnChangePassword()