Searched refs:Cn (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cu.c | 127 int Cn; /*fd for remote comm line */ variable 135 #define WIOFD(fd) (fd == TTYOUT ? 0 : (fd == Cn ? 1 : 2)) 137 #define WMASK(fd) (fd == Cn ? line_mask : term_mask) 138 #define RMASK(fd) (fd == Cn ? line_mask : term_mask) 525 Cn = conn(string); in main() 526 if ( (Cn < 0) && (Cucall.type != CNULL) ) in main() 527 Cn = altconn(&Cucall); in main() 529 Cn = altconn(&Cucall); in main() 531 if(Cn < 0) { in main() 533 cleanup(-Cn); in main() [all …]
|
H A D | dial.c | 150 cleanup(Cn) /*this is executed only in the parent process*/ in cleanup() argument 151 int Cn; /*fd for remote comm line */ in cleanup() 155 if(Cn > 0) { 156 (void) close(Cn);
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 145 cleanup(int Cn) /* this is executed only in the parent process */ in cleanup() argument 149 if (Cn > 0) in cleanup() 150 (void) close(Cn); in cleanup()
|
/illumos-gate/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()
|