HomeSort by: relevance | last modified time | path
    Searched refs:old_options (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gethostent.c 1042 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;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
init_creds_pw.c 524 krb5_get_init_creds_opt *old_options)
547 if (old_options &&
548 (old_options->flags & KRB5_GET_INIT_CREDS_OPT_PREAUTH_LIST))
550 old_options->preauth_list,
551 old_options->preauth_list_length);
552 if (old_options &&
553 (old_options->flags & KRB5_GET_INIT_CREDS_OPT_CHANGE_PASSWORD_PROMPT))
555 old_options->change_password_prompt);

Completed in 24 milliseconds