Searched refs:octet (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-tcp-octet-badframe.pl2 # The client writes octet counting messages with invalid framing.
7 # Check that an invalid octet counting is handled as non transparent framing.
31 qr/octet counting/ => 0,
H A Dargs-client-tcp-octet-maxline.pl2 # The client writes octet counting message that is too long.
47 qr/octet counting /.(MAXLINE+1).qr/, incomplete frame, /.
49 qr/octet counting /.(MAXLINE+1).
H A Dargs-client-tcp-octet-nontransp.pl2 # The client writes octet counting and non transpatent framing in chunks.
21 ${$self->{syslogd}}->loggrep("octet counting 2", 5, 1)
22 or die ref($self), " syslogd did not 1 octet counting";
24 ${$self->{syslogd}}->loggrep("octet counting 2", 5, 2)
25 or die ref($self), " syslogd did not 2 octet counting";
33 ${$self->{syslogd}}->loggrep("octet counting 2", 5, 4)
34 or die ref($self), " syslogd did not 4 octet counting";
41 qr/tcp logger .* octet counting 2, use 2 bytes/ => 3,
42 qr/tcp logger .* octet counting 2, incomplete frame, /.
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/
H A D2022_KR.pm34 my $octet = Encode::encode( 'euc-kr', $utf8, FB_PERLQQ );
35 euc_iso( \$octet );
36 return $octet;
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGuess.pm51 my ( $obj, $octet, $chk ) = @_;
52 my $guessed = guess( $obj, $octet );
57 my $utf8 = $guessed->decode( $octet, $chk || 0 );
58 $_[1] = $octet if $chk;
69 my $octet = shift;
72 return "Empty string, empty guess" unless defined $octet and length $octet;
75 if ( Encode::is_utf8($octet) ) {
77 Encode::_utf8_off($octet);
83 my $BOM = pack( 'C3', unpack( "C3", $octet ) );
[all...]
H A DEncoding.pm103 MUST return the octet sequence representing I<$string>.
115 If an error occurs, it SHOULD return the octet sequence for the
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/
H A DJIS7.pm55 my $octet = Encode::encode( 'euc-jp', $utf8, $chk || 0 );
56 $h2z and &Encode::JP::H2Z::h2z( \$octet );
57 euc_jis( \$octet, $jis0212 );
58 return $octet;
/openbsd-current/lib/libcrypto/pkcs12/
H A Dp12_sbag.c148 return ASN1_item_unpack(bag->value.bag->value.octet, &X509_it);
159 return ASN1_item_unpack(bag->value.bag->value.octet, &X509_CRL_it);
H A Dp12_add.c80 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
H A Dpkcs12_local.h93 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon10
/openbsd-current/lib/libcrypto/x509/
H A Dx509_addr.c554 * Unused bits in the last octet of |bs| and all bits in subsequent bytes
925 count_trailing_zeroes(uint8_t octet) argument
929 if (octet == 0)
932 while ((octet & (1 << count)) == 0)
941 uint8_t octet; local
944 if (!CBS_peek_last_u8(cbs, &octet))
946 if (octet != trim)
948 if (!CBS_get_last_u8(cbs, &octet))
969 uint8_t octet; local
985 * the trailing zero bits of the last octet
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dutf8.pm112 Converts in-place the internal representation of the string from an octet
145 equivalent octet sequence in the native encoding (Latin-1 or EBCDIC). The
157 If your code expects an octet sequence this can be used to validate
172 Converts in-place the character sequence to the corresponding octet
194 Attempts to convert in-place the octet sequence encoded in Perl's extended
/openbsd-current/sys/dev/sbus/
H A Dqe.c1032 u_int8_t octet, maccc, *ladrp = (u_int8_t *)&hash[0]; local
1063 octet = enm->enm_addrlo[i];
1066 if ((crc & 1) ^ (octet & 1)) {
1072 octet >>= 1;
H A Dbe.c1075 u_int8_t octet; local
1103 octet = enm->enm_addrlo[i];
1106 if ((crc & 1) ^ (octet & 1)) {
1112 octet >>= 1;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h183 u8 octet[6]; member in struct:__sanitizer::__sanitizer_ether_addr
H A Dsanitizer_platform_limits_freebsd.h211 u8 octet[6]; member in struct:__sanitizer::__sanitizer_ether_addr
H A Dsanitizer_platform_limits_posix.h420 u8 octet[6]; member in struct:__sanitizer::__sanitizer_ether_addr
/openbsd-current/usr.bin/ssh/
H A Dssh-pkcs11.c698 ASN1_OCTET_STRING *octet = NULL; local
768 octet = d2i_ASN1_OCTET_STRING(NULL, &attrp, key_attr[1].ulValueLen);
769 if (octet == NULL) {
773 attrp = octet->data;
774 if (o2i_ECPublicKey(&ec, &attrp, octet->length) == NULL) {
807 if (octet)
808 ASN1_OCTET_STRING_free(octet);
/openbsd-current/sys/dev/ic/
H A Dlemac.c354 int idx, idx2, found, octet; local
361 octet = bus_space_read_1(iot, ioh, ioreg);
363 if (octet == testpat[idx2]) {
H A Dar5xxx.c1027 int octet; local
1036 for (offset = 0x1f, octet = 0, total = 0;
1042 mac_d[octet + 1] = data & 0xff;
1043 mac_d[octet] = data >> 8;
1044 octet += 2;
/openbsd-current/usr.sbin/nsd/
H A Drdata.c429 uint8_t octet = *data++; local
430 buffer_write_u8(output, hexdigits[octet >> 4]);
431 buffer_write_u8(output, hexdigits[octet & 0x0f]);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.pm92 octet/char BOM S.P d800-dfff ord > 0xffff \x{1abcd} ==
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.pm321 =head3 octet
712 I<HH> is the hex representation of the octet that could not be decoded to
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm894 Return the local address as a binary octet string
959 Return the peer address as a binary octet string
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregcharclass.pl45 comparisons involving octet<128 are done before checking the C<is_utf8>

Completed in 309 milliseconds

12