Home
last modified time | relevance | path

Searched refs:bitstring (Results 1 – 17 of 17) sorted by relevance

/freebsd/share/man/man3/
H A DMakefile6 bitstring.3 \
97 MLINKS+= bitstring.3 bit_alloc.3 \
98 bitstring.3 bit_clear.3 \
99 bitstring.3 bit_count.3 \
100 bitstring.3 bit_decl.3 \
101 bitstring.3 bit_ffc.3 \
102 bitstring.3 bit_ffc_area.3 \
103 bitstring.3 bit_ffc_area_at.3 \
104 bitstring.3 bit_ffc_at.3 \
105 bitstring.3 bit_ffs.3 \
[all …]
/freebsd/usr.sbin/cron/doc/
H A DMakefile.vixie83 MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh
84 HEADERS = bitstring.h cron.h config.h pathnames.h externs.h
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py347 def stringtoint(bitstring): argument
349 size = len(bitstring)
351 acc = acc + (ord(bitstring[i]) * (2**(8*(size - 1 - i))))
361 def expand(bitstring, bitlen, direction): argument
363 if len(bitstring) >= bytelen:
364 return bitstring
367 return ((bytelen-len(bitstring))*"\x00") + bitstring
369 return bitstring + ((bytelen-len(bitstring))*"\x00")
373 def truncate(bitstring, bitlen, keep): argument
378 strbitlen = 8*len(bitstring)
[all …]
/freebsd/contrib/netbsd-tests/include/
H A Dd_bitstring_67.out85 test bit_test using previous bitstring
H A Dd_bitstring_27.out45 test bit_test using previous bitstring
H A Dd_bitstring_32.out50 test bit_test using previous bitstring
H A Dd_bitstring_49.out67 test bit_test using previous bitstring
H A Dd_bitstring_64.out82 test bit_test using previous bitstring
H A Dd_bitstring_8.out26 test bit_test using previous bitstring
/freebsd/tools/build/
H A DMakefile164 INCS+= ${SRCTOP}/include/bitstring.h
165 SYSINCS+= ${SRCTOP}/sys/sys/bitstring.h
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod296 in a bitstring that's internal to I<provider>.
299 is set (1) or not (0) in the internal I<provider> bitstring, and sets
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc8 sys/bitstring.h \
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog258 * check-gen.c: Check all other silly bitstring combinations.
1170 bitstring names
1574 * gen_decode.c: add utctime and bitstring
1576 * gen_encode.c: add utctime and bitstring
1578 * gen_free.c: add utctime and bitstring
/freebsd/crypto/openssh/
H A DPROTOCOL.certkeys151 The nonce field is a CA-provided random bitstring of arbitrary length
/freebsd/include/
H A DMakefile17 INCS= a.out.h ar.h assert.h bitstring.h byteswap.h \
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt36 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format
/freebsd/contrib/ntp/
H A DCommitLog6045 libntp/lib/isc/bitstring.c@1.3 +0 -0
6046 Rename: libntp/lib/isc/bitstring.c -> libntp/lib/isc/bitstring.c
6048 libntp/lib/isc/bitstring.c@1.2 +0 -0
6049 Rename: lib/isc/bitstring.c -> libntp/lib/isc/bitstring.c
6171 libntp/lib/isc/include/isc/bitstring.h@1.3 +0 -0
6172 Rename: libntp/lib/isc/include/isc/bitstring.h -> libntp/lib/isc/include/isc/bitstring.h
6174 libntp/lib/isc/include/isc/bitstring
[all...]