Searched refs:vopt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dverify_user.c47 krb5_verify_init_creds_opt vopt; local
50 krb5_verify_init_creds_opt_init(&vopt);
51 krb5_verify_init_creds_opt_set_ap_req_nofail(&vopt, secure);
52 krb5_verify_init_creds_opt_set_service(&vopt, service);
59 &vopt);
174 krb5_verify_opt *vopt)
194 vopt->prompter,
195 vopt->prompter_data,
203 #define OPT(V, D) ((vopt && (vopt
171 verify_user_opt_int(krb5_context context, krb5_principal principal, const char *password, krb5_verify_opt *vopt) argument
[all...]
H A Dverify_init.c235 krb5_verify_init_creds_opt vopt; local
251 krb5_verify_init_creds_opt_init(&vopt);
253 ret = krb5_verify_init_creds(context, creds, server, NULL, NULL, &vopt);
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dgenerate_vax_transfer.com74 $ open/append vopt gnv_libcurl_xfer.mar_exact
75 $ write vopt tab,".IDENT /", ident_string, "/"
77 $ write vopt tab, ".PSECT LIBCURL_XFERVECTORS -"
78 $ write vopt tab,tab,tab, "PIC,USR,CON,REL,GBL,SHR,EXE,RD,NOWRT,QUAD"
79 $ write vopt ""
80 $ write vopt tab, "SPARE", tab, "; never delete this spare"
81 $ write vopt ";"
82 $ write vopt ";", tab, "Exact case and upper case transfer vectors"
118 $ write vopt tab, symbol_type, tab, symbol_name
122 $ write vopt
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py373 def GetMbufMcaCtype(mca, vopt):
380 if (vopt):
386 if (vopt):
392 if (vopt):
398 if (vopt):
408 if vopt:
412 if vopt:
417 if vopt:
421 if vopt:
429 if vopt
[all...]
/macosx-10.10.1/sudo-73/src/auth/
H A Dkerb5.c309 krb5_verify_init_creds_opt vopt; local
324 krb5_verify_init_creds_opt_init(&vopt);
325 krb5_verify_init_creds_opt_set_ap_req_nofail(&vopt, 1);
329 NULL, &vopt);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dinquire_cred_by_oid.c96 krb5_verify_init_creds_opt vopt; local
102 krb5_verify_init_creds_opt_init(&vopt);
103 krb5_verify_init_creds_opt_set_ap_req_nofail(&vopt, TRUE);
114 &vopt);
/macosx-10.10.1/bootp-298/bootplib/
H A Ddhcp_options.h217 boolean_t dhcptag_print(const void * vopt);
H A Ddhcp_options.c459 dhcptag_print_cfstr(CFMutableStringRef str, const void * vopt) argument
462 const uint8_t * opt = vopt;
487 dhcptag_fprint(FILE * f, const void * vopt) argument
493 printed = dhcptag_print_cfstr(str, vopt);
506 dhcptag_print(const void * vopt) argument
508 return (dhcptag_fprint(stdout, vopt));
H A Dmacnc_options.c319 macNC_print_option(void * vopt) argument
321 u_char * opt = vopt;

Completed in 194 milliseconds