Searched refs:rk_UNCONST (Results 51 - 75 of 90) sorted by relevance

1234

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dstrptime.c448 return rk_UNCONST(buf);
H A Dgetarg.c206 return rk_UNCONST(str);
H A Droken.h.in300 #define rk_UNCONST(x) ((void *)(uintptr_t)(const void *)(x))
302 #define rk_UNCONST(x) ((void *)(unsigned long)(const void *)(x))
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/SnowLeopard10A/
H A Droken.h103 #define rk_UNCONST(x) ((void *)(uintptr_t)(const void *)(x)) macro
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgsstool.c205 buffer.value = rk_UNCONST(opt->user_string);
429 buffer.value = rk_UNCONST(name_string);
H A Dtest_context.c115 input_token.value = rk_UNCONST(target);
126 input_token.value = rk_UNCONST(acceptor_name);
890 loop(rk_UNCONST(mechoid), nameoid, argv[0], acceptor_name_string, client_cred, bindings,
1253 loop(rk_UNCONST(mechoid), nameoid, argv[0], acceptor_name_string, client_cred, bindings,
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drsa-ltm.c249 mp_read_unsigned_bin(&s, rk_UNCONST(from), flen);
410 mp_read_unsigned_bin(&in, rk_UNCONST(from), flen);
H A Drsa-tfm.c196 fp_read_unsigned_bin(&s, rk_UNCONST(from), flen);
339 fp_read_unsigned_bin(&in, rk_UNCONST(from), flen);
H A Drsa-gmp.c218 mpz_import(s, flen, 1, 1, 1, 0, rk_UNCONST(from));
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dks_file.c148 keydata.data = rk_UNCONST(data);
297 keydata.data = rk_UNCONST(data);
H A Dcert.c2802 hn.data = rk_UNCONST(hostname);
2831 hn.data = rk_UNCONST(hostname);
2840 hn.data = rk_UNCONST(hostname);
H A Dname.c134 qs = rk_UNCONST(ss);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dchangepw.c79 passwd_data.data = rk_UNCONST(request->password);
163 chpw.newpasswd.data = rk_UNCONST(request->password);
H A Ddeprecated.c314 krb5_keytab_key_proc_args *args = rk_UNCONST(keyseed);
H A Dlog.c313 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);
H A Dcache.c137 const krb5_cc_ops **o = realloc(rk_UNCONST(context->cc_ops),
1728 data.data = rk_UNCONST(name);
H A Dinit_creds_pw.c145 password.data = rk_UNCONST(keyseed);
1670 krb5_keytab_key_proc_args *args = rk_UNCONST(keyseed);
2721 krb5_data data = { 3, rk_UNCONST("yes") };
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Dkdc.c202 ret = krb5_digest_probe(c->context, rk_UNCONST(realm), c->id, &flags);
/macosx-10.9.5/Heimdal-323.92.1/lib/kafs/
H A Dafssys.c289 return k_pioctl(rk_UNCONST(path), VIOC_FILE_CELL_NAME, &parms, 1);
/macosx-10.9.5/Heimdal-323.92.1/lib/sl/
H A Dsl.c297 s = readline(rk_UNCONST(prompt));
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_krb5.c199 buffer.value = rk_UNCONST(identity);
533 buffer.value = rk_UNCONST(name);
824 buffer.value = rk_UNCONST(realm);
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dipropd_slave.c477 { "hostname", 0, arg_string, rk_UNCONST(&slave_str),
H A Doncrpc.c229 c.data = rk_UNCONST(str);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Daccept_sec_context.c385 krb5_data e_data = { 7, rk_UNCONST("\x30\x05\xa1\x03\x02\x01\x02") };
H A Dacquire_cred.c661 ret = hx509_cert_init_SecFramework(context->hx509ctx, rk_UNCONST(credential_data), &cert);

Completed in 152 milliseconds

1234