| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | bitstring.c | 53 REQUIRE(bitstring != NULL); in isc_bitstring_init() 57 bitstring->magic = BITSTRING_MAGIC; in isc_bitstring_init() 58 bitstring->data = data; in isc_bitstring_init() 59 bitstring->length = length; in isc_bitstring_init() 60 bitstring->size = size; in isc_bitstring_init() 61 bitstring->lsb0 = lsb0; in isc_bitstring_init() 73 bitstring->magic = 0; in isc_bitstring_invalidate() 74 bitstring->data = NULL; in isc_bitstring_invalidate() 75 bitstring->length = 0; in isc_bitstring_invalidate() 76 bitstring->size = 0; in isc_bitstring_invalidate() [all …]
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 10 bitstring.3 \ 50 bitstring.3 bit_clear.3 \ 51 bitstring.3 bit_decl.3 \ 52 bitstring.3 bit_ffc.3 \ 53 bitstring.3 bit_ffc_at.3 \ 54 bitstring.3 bit_ffs.3 \ 55 bitstring.3 bit_ffs_at.3 \ 56 bitstring.3 bit_nclear.3 \ 57 bitstring.3 bit_nset.3 \ 58 bitstring.3 bit_set.3 \ [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | bitstring.h | 97 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, 120 isc_bitstring_invalidate(isc_bitstring_t *bitstring);
|
| /freebsd-12.1/usr.sbin/cron/doc/ |
| H A D | Makefile.vixie | 88 MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh 89 HEADERS = bitstring.h cron.h config.h pathnames.h \
|
| /freebsd-12.1/contrib/netbsd-tests/include/ |
| H A D | d_bitstring_27.out | 45 test bit_test using previous bitstring
|
| H A D | d_bitstring_67.out | 85 test bit_test using previous bitstring
|
| H A D | d_bitstring_8.out | 26 test bit_test using previous bitstring
|
| H A D | d_bitstring_64.out | 82 test bit_test using previous bitstring
|
| H A D | d_bitstring_49.out | 67 test bit_test using previous bitstring
|
| H A D | d_bitstring_32.out | 50 test bit_test using previous bitstring
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.mak | 123 -@erase "$(INTDIR)\bitstring.obj" 245 "$(INTDIR)\bitstring.obj" \ 322 -@erase "$(INTDIR)\bitstring.obj" 323 -@erase "$(INTDIR)\bitstring.sbr" 514 "$(INTDIR)\bitstring.sbr" \ 602 "$(INTDIR)\bitstring.obj" \ 1189 SOURCE=..\bitstring.c 1194 "$(INTDIR)\bitstring.obj" : $(SOURCE) "$(INTDIR)" 1201 "$(INTDIR)\bitstring.obj" "$(INTDIR)\bitstring.sbr" : $(SOURCE) "$(INTDIR)"
|
| H A D | libisc.dsp | 234 SOURCE=..\include\isc\bitstring.h 606 SOURCE=..\bitstring.c
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 258 * 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-12.1/include/ |
| H A D | Makefile | 13 INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.certkeys | 150 The nonce field is a CA-provided random bitstring of arbitrary length
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | genautomata.c | 3288 #define SET_BIT(bitstring, bitno) \ argument 3289 (((char *) (bitstring)) [(bitno) / CHAR_BIT] |= 1 << (bitno) % CHAR_BIT) 3291 #define CLEAR_BIT(bitstring, bitno) \ argument 3292 (((char *) (bitstring)) [(bitno) / CHAR_BIT] &= ~(1 << (bitno) % CHAR_BIT)) 3296 #define TEST_BIT(bitstring, bitno) \ argument 3297 (((char *) (bitstring)) [(bitno) / CHAR_BIT] >> (bitno) % CHAR_BIT & 1)
|
| H A D | FSFChangeLog.10 | 8733 than BITS_BIG_ENDIAN to layout bits within bitstring.
|
| /freebsd-12.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1791 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | stabs.texinfo | 280 or a bitstring instead of a set. It doesn't change the layout of the 1750 In CHILL, if it is a bitstring instead of a set, also use the @samp{S}
|
| /freebsd-12.1/ |
| H A D | UPDATING | 1085 The bitstring(3) API has been updated with new functionality and
|
| H A D | ObsoleteFiles.inc | 8739 OLD_FILES+=usr/libdata/perl/5.00503/mach/bitstring.ph
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 163228 lib/isc/bitstring[email protected] +127 -0 163231 lib/isc/bitstring[email protected] +0 -0 163317 lib/isc/include/isc/bitstring[email protected] +157 -0 163320 lib/isc/include/isc/bitstring[email protected] +0 -0
|