Searched refs:Cn (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | cu.c | 130 int Cn; /*fd for remote comm line */ variable 138 #define WIOFD(fd) (fd == TTYOUT ? 0 : (fd == Cn ? 1 : 2)) 140 #define WMASK(fd) (fd == Cn ? line_mask : term_mask) 141 #define RMASK(fd) (fd == Cn ? line_mask : term_mask) 530 Cn = conn(string); 531 if ( (Cn < 0) && (Cucall.type != CNULL) ) 532 Cn = altconn(&Cucall); 534 Cn = altconn(&Cucall); 536 if(Cn < 0) { 538 cleanup(-Cn); [all …]
|
H A D | dial.c | 152 cleanup(Cn) /*this is executed only in the parent process*/ in cleanup() argument 153 int Cn; /*fd for remote comm line */ in cleanup() 157 if(Cn > 0) { 158 (void) close(Cn);
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 147 cleanup(int Cn) /* this is executed only in the parent process */ in cleanup() argument 151 if (Cn > 0) in cleanup() 152 (void) close(Cn); in cleanup()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | aes_provider.c | 594 char *Cn, *Cn_1, *Cn_2; in krb5int_aes_decrypt() local 605 Cn = input->data + (input->length - partialamount); in krb5int_aes_decrypt() 607 Cn_1 = Cn - BLOCK_SIZE; in krb5int_aes_decrypt() 635 bcopy(Cn, tmp_ivec_data, partialamount); in krb5int_aes_decrypt() 661 bcopy(Cn, tmp_input_data, partialamount); in krb5int_aes_decrypt() 854 char *Cn, *Cn_1, *Cn_2; in krb5int_aes_decrypt() local 865 Cn = input->data + (input->length - partialamount); in krb5int_aes_decrypt() 867 Cn_1 = Cn - BLOCK_SIZE; in krb5int_aes_decrypt() 900 bcopy(Cn, tmp_ivec_data, partialamount); in krb5int_aes_decrypt() 936 bcopy(Cn, tmp_input_data, partialamount); in krb5int_aes_decrypt()
|