Home
last modified time | relevance | path

Searched refs:bit_decl (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/cron/
H A Dstructs.h29 bitstr_t bit_decl(minute, MINUTE_COUNT);
30 bitstr_t bit_decl(hour, HOUR_COUNT);
31 bitstr_t bit_decl(dom, DOM_COUNT);
32 bitstr_t bit_decl(month, MONTH_COUNT);
33 bitstr_t bit_decl(dow, DOW_COUNT);
/openbsd/include/
H A Dbitstring.h69 #define bit_decl(name, nbits) \ macro
/openbsd/usr.bin/vi/common/
H A Dgs.h109 bitstr_t bit_decl(seqb, MAX_BIT_SEQ);
/openbsd/regress/include/bitstring/
H A Dbitstring_test.c59 bitstr_t bit_decl(bss, DECL_TEST_LENGTH); in main()
/openbsd/sbin/isakmpd/
H A Disakmp_cfg.c104 bitstr_t bit_decl(attrbits, CFG_ATTR_BIT_MAX); in cfg_initiator_send_ATTR()