Searched refs:code1 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | echo_wch.c | 57 int code1; in echo_wchar() local 59 code1 = wadd_wch(stdscr, ch); in echo_wchar() 62 return ((code1 == OK) ? code : code1); in echo_wchar() 71 int code1; in wecho_wchar() local 73 code1 = wadd_wch(w, ch); in wecho_wchar() 76 return ((code1 == OK) ? code : code1); in wecho_wchar()
|
H A D | echochar.c | 57 int code1; in echochar() local 59 code1 = waddch(stdscr, ch); in echochar() 62 return ((code1 == OK) ? code : code1); in echochar() 71 int code1; in wechochar() local 73 code1 = waddch(w, ch); in wechochar() 76 return ((code1 == OK) ? code : code1); in wechochar()
|
H A D | pecho_wc.c | 55 int code1; in pecho_wchar() local 68 code1 = wadd_wch(pad, cc); in pecho_wchar() 74 return ((code1) ? code : code1); in pecho_wchar()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | rel_cred.c | 35 krb5_error_code code1, code2, code3; local 37 code1 = krb5_gss_init_context(&context); 38 if (code1) { 39 *minor_status = code1; 72 code1 = krb5_cc_destroy(context, cred->ccache); 74 code1 = krb5_cc_close(context, cred->ccache); 76 code1 = 0; 98 if (code1) 99 *minor_status = code1;
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | authfd.c | 255 int type, code1 = 0, code2 = 0; in ssh_get_num_identities() local 260 code1 = SSH_AGENTC_REQUEST_RSA_IDENTITIES; in ssh_get_num_identities() 264 code1 = SSH2_AGENTC_REQUEST_IDENTITIES; in ssh_get_num_identities() 276 buffer_put_char(&request, code1); in ssh_get_num_identities()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 418 char code1[0x0020]; member
|