Lines Matching full:far
25 } LSH_DLGINFO, FAR *LPLSH_DLGINFO;
133 int FAR Leash_kinit_dlg(HWND hParent, LPLSH_DLGINFO lpdlginfo);
134 int FAR Leash_kinit_dlg_ex(HWND hParent, LPLSH_DLGINFO_EX lpdlginfoex);
135 int FAR Leash_changepwd_dlg(HWND hParent, LPLSH_DLGINFO lpdlginfo);
136 int FAR Leash_changepwd_dlg_ex(HWND hParent, LPLSH_DLGINFO_EX lpdlginfo);
138 long FAR Leash_checkpwd(char *principal, char *password);
139 long FAR Leash_changepwd(char *principal, char *password, char *newpassword, char** result_string);
140 long FAR Leash_kinit(char *principal, char *password, int lifetime);
141 long FAR Leash_kinit_ex(char * principal, char * password, int lifetime,
145 long FAR Leash_klist(HWND hlist, TICKETINFO FAR *ticketinfo);
146 long FAR Leash_kdestroy(void);
147 long FAR Leash_get_lsh_errno( LONG FAR *err_val);
149 long FAR Leash_renew(void);
150 long FAR Leash_importable(void);
151 long FAR Leash_import(void);
153 BOOL Leash_set_help_file( char FAR *szHelpFile );