Home
last modified time | relevance | path

Searched refs:Cn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c531 if(Cn < 0) { in main()
533 cleanup(-Cn); in main()
558 tdmp(Cn); in main()
604 dup(Cn); in main()
605 dup(Cn); in main()
606 close(Cn); in main()
616 cleanup(Cn); in main()
860 tdmp(Cn);
1124 (*genbrk)(Cn); in _dopercen()
1618 if(Cn > 0) { in cleanup()
[all …]
H A Ddial.c150 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 Ddial.c145 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 Daes_provider.c594 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()