Searched refs:code2 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | rel_cred.c | 35 krb5_error_code code1, code2, code3; local 79 code2 = krb5_kt_close(context, cred->keytab); 81 code2 = 0; 100 if (code2) 101 *minor_status = code2;
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | chpass_util.c | 93 int code, code2; in _kadm5_chpass_principal_util() local 220 code2 = kadm5_get_principal (lhandle, princ, &princ_ent, in _kadm5_chpass_principal_util() 222 if (code2 != 0) { in _kadm5_chpass_principal_util() 223 strncpy(msg_ret, error_message(code2), msg_len - 1); in _kadm5_chpass_principal_util() 253 code2 = kadm5_get_policy(lhandle, princ_ent.policy, in _kadm5_chpass_principal_util() 255 if (code2 != 0) { in _kadm5_chpass_principal_util() 256 sprintf(msg_ret, "%s %s\n%s %s\n\n%s\n ", error_message(code2), in _kadm5_chpass_principal_util()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | sysexits.c | 34 int code2, code3; variable 49 code2 = atoi(dsncode); 57 switch (code2)
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 40 errcode_t code, code2; in __profile_iter_name_value() local 58 code2 = add_to_list(&values, name); in __profile_iter_name_value() 59 if (code2 != 0) { in __profile_iter_name_value() 62 code2 = code; in __profile_iter_name_value() 581 errcode_t code, code2, code3; in __profile_remove_xrealm_mapping() local 606 code2 = profile_iterator_create(profile, hierarchy, in __profile_remove_xrealm_mapping() 608 while (code2 == 0) { in __profile_remove_xrealm_mapping() 609 code2 = profile_iterator(&state2, &target, in __profile_remove_xrealm_mapping() 611 if (code2 == 0 && target != NULL && in __profile_remove_xrealm_mapping()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | authfd.c | 255 int type, code1 = 0, code2 = 0; in ssh_get_num_identities() local 261 code2 = SSH_AGENT_RSA_IDENTITIES_ANSWER; in ssh_get_num_identities() 265 code2 = SSH2_AGENT_IDENTITIES_ANSWER; in ssh_get_num_identities() 289 } else if (type != code2) { in ssh_get_num_identities()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 832 krb5_error_code code2; in krb5int_locate_server() local 833 code2 = dns_locate_server(context, realm, &dns_list_head, in krb5int_locate_server() 836 if (code2 != KRB5_PLUGIN_NO_HANDLE) in krb5int_locate_server() 837 code = code2; in krb5int_locate_server()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 421 char code2[0x01F1 - 0x0020 - 2 - 2]; member
|