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

/freebsd-12-stable/contrib/sendmail/src/
H A Ddomain.c561 unsigned long old_options = 0; local
576 old_options = _res.options;
1045 _res.options = old_options;
1051 _res.options = old_options;
1276 unsigned long old_options = 0; local
1292 old_options = _res.options;
1661 _res.options = old_options;
1667 _res.options = old_options;
H A Dsm_resolve.c1284 unsigned long old_options = 0; local
1303 old_options = _res.options;
1359 _res.options = old_options;
/freebsd-12-stable/lib/libc/net/
H A Dgethostbydns.c575 u_long old_options; local
660 old_options = statp->options;
672 statp->options = old_options;
677 statp->options = old_options;
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c484 krb5_get_init_creds_opt *old_options)
505 if (old_options && old_options->flags & KRB5_GET_INIT_CREDS_OPT_PREAUTH_LIST)
507 old_options->preauth_list,
508 old_options->preauth_list_length);
477 change_password(krb5_context context, krb5_principal client, const char *password, char *newpw, size_t newpw_sz, krb5_prompter_fct prompter, void *data, krb5_get_init_creds_opt *old_options) argument

Completed in 98 milliseconds