Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgethostent.c1042 u_long old_options; variable
1052 old_options = net_data->res->options;
1056 net_data->res->options = old_options;
1060 net_data->res->options = old_options;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dinit_creds_pw.c524 krb5_get_init_creds_opt *old_options) in change_password() argument
547 if (old_options && in change_password()
548 (old_options->flags & KRB5_GET_INIT_CREDS_OPT_PREAUTH_LIST)) in change_password()
550 old_options->preauth_list, in change_password()
551 old_options->preauth_list_length); in change_password()
552 if (old_options && in change_password()
553 (old_options->flags & KRB5_GET_INIT_CREDS_OPT_CHANGE_PASSWORD_PROMPT)) in change_password()
555 old_options->change_password_prompt); in change_password()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.2004161 * lib/krb5/init_creds_pw.c (change_password): handle old_options