Home
last modified time | relevance | path

Searched refs:bitset_t (Results 1 – 3 of 3) sorted by relevance

/posix/
A Dregex_internal.h676 bitset_t word_char;
716 bitset_set (bitset_t set, Idx i) in bitset_set()
722 bitset_clear (bitset_t set, Idx i) in bitset_clear()
734 bitset_empty (bitset_t set) in bitset_empty()
736 memset (set, '\0', sizeof (bitset_t)); in bitset_empty()
740 bitset_set_all (bitset_t set) in bitset_set_all()
749 bitset_copy (bitset_t dest, const bitset_t src) in bitset_copy()
751 memcpy (dest, src, sizeof (bitset_t)); in bitset_copy()
755 bitset_not (bitset_t set) in bitset_not()
767 bitset_merge (bitset_t dest, const bitset_t src) in bitset_merge()
[all …]
A Dregcomp.c93 static reg_errcode_t build_equiv_class (bitset_t sbcset,
98 bitset_t sbcset,
104 static reg_errcode_t build_equiv_class (bitset_t sbcset,
107 bitset_t sbcset,
558 static const bitset_t utf8_sb_map =
2690 bitset_t sbcset, in build_range_exp()
2697 bitset_t sbcset, in build_range_exp()
3135 sbcset = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1); in parse_bracket_exp()
3497 build_equiv_class (bitset_t sbcset, re_charset_t *mbcset, in build_equiv_class()
3582 build_charclass (RE_TRANSLATE_TYPE trans, bitset_t sbcset, in build_charclass()
[all …]
A Dregexec.c170 bitset_t *states_ch);
3274 bitset_t acceptable; in build_trtable()
3281 bitset_t dests_ch[SBC_MAX]; in build_trtable()
3451 re_node_set *dests_node, bitset_t *dests_ch) in group_nodes_into_DFAstates()
3457 bitset_t accepts; /* Characters a node can accept. */ in group_nodes_into_DFAstates()
3568 bitset_t intersec; /* Intersection sets, see below. */ in group_nodes_into_DFAstates()
3569 bitset_t remains; in group_nodes_into_DFAstates()

Completed in 21 milliseconds