SBC_MAX 281 lib/regcomp.c memset (fastmap, '\0', sizeof (char) * SBC_MAX); SBC_MAX 376 lib/regcomp.c for (i = 0; i < SBC_MAX; ++i) SBC_MAX 430 lib/regcomp.c memset (fastmap, '\1', sizeof (char) * SBC_MAX); SBC_MAX 489 lib/regcomp.c preg->fastmap = re_malloc (char, SBC_MAX); SBC_MAX 601 lib/regcomp.c >> (SBC_MAX % BITSET_WORD_BITS == 0 SBC_MAX 603 lib/regcomp.c : BITSET_WORD_BITS - SBC_MAX % BITSET_WORD_BITS)) SBC_MAX 717 lib/regcomp.c re_comp_buf.fastmap = (char *) malloc (SBC_MAX); SBC_MAX 2716 lib/regcomp.c for (wc = 0; wc < SBC_MAX; ++wc) SBC_MAX 2736 lib/regcomp.c for (ch = 0; ch < SBC_MAX; ++ch) SBC_MAX 2959 lib/regcomp.c for (ch = 0; ch < SBC_MAX; ch++) SBC_MAX 3460 lib/regcomp.c for (ch = 0; ch < SBC_MAX; ++ch) SBC_MAX 3560 lib/regcomp.c for (i = 0; i < SBC_MAX; ++i) \ SBC_MAX 3566 lib/regcomp.c for (i = 0; i < SBC_MAX; ++i) \ SBC_MAX 182 lib/regex_internal.h # if BITSET_WORD_BITS <= SBC_MAX SBC_MAX 190 lib/regex_internal.h #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS) SBC_MAX 759 lib/regex_internal.h memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); SBC_MAX 760 lib/regex_internal.h if (SBC_MAX % BITSET_WORD_BITS != 0) SBC_MAX 762 lib/regex_internal.h ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; SBC_MAX 775 lib/regex_internal.h for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i) SBC_MAX 777 lib/regex_internal.h if (SBC_MAX % BITSET_WORD_BITS != 0) SBC_MAX 779 lib/regex_internal.h ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) SBC_MAX 2345 lib/regexec.c return trtable[ch + SBC_MAX]; SBC_MAX 3380 lib/regexec.c re_node_set dests_node[SBC_MAX]; SBC_MAX 3381 lib/regexec.c bitset_t dests_ch[SBC_MAX]; SBC_MAX 3413 lib/regexec.c calloc (sizeof (re_dfastate_t *), SBC_MAX); SBC_MAX 3426 lib/regexec.c if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX) SBC_MAX 3432 lib/regexec.c if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX SBC_MAX 3509 lib/regexec.c (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), SBC_MAX); SBC_MAX 3540 lib/regexec.c (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), 2 * SBC_MAX); SBC_MAX 3558 lib/regexec.c trtable[ch + SBC_MAX] = dest_states_word[j]; SBC_MAX 3572 lib/regexec.c trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];