SBC_MAX 292 compat/regex/regcomp.c memset (fastmap, '\0', sizeof (char) * SBC_MAX); SBC_MAX 387 compat/regex/regcomp.c for (i = 0; i < SBC_MAX; ++i) SBC_MAX 441 compat/regex/regcomp.c memset (fastmap, '\1', sizeof (char) * SBC_MAX); SBC_MAX 499 compat/regex/regcomp.c preg->fastmap = re_malloc (char, SBC_MAX); SBC_MAX 708 compat/regex/regcomp.c re_comp_buf.fastmap = (char *) malloc (SBC_MAX); SBC_MAX 2722 compat/regex/regcomp.c for (wc = 0; wc < SBC_MAX; ++wc) SBC_MAX 2742 compat/regex/regcomp.c for (ch = 0; ch < SBC_MAX; ++ch) SBC_MAX 2965 compat/regex/regcomp.c for (ch = 0; ch < SBC_MAX; ch++) SBC_MAX 3463 compat/regex/regcomp.c for (ch = 0; ch < SBC_MAX; ++ch) SBC_MAX 3562 compat/regex/regcomp.c for (i = 0; i < SBC_MAX; ++i) \ SBC_MAX 3568 compat/regex/regcomp.c for (i = 0; i < SBC_MAX; ++i) \ SBC_MAX 177 compat/regex/regex_internal.h #define BITSET_WORDS (SBC_MAX / BITSET_WORD_BITS) SBC_MAX 2300 compat/regex/regexec.c return trtable[ch + SBC_MAX]; SBC_MAX 3329 compat/regex/regexec.c re_node_set dests_node[SBC_MAX]; SBC_MAX 3330 compat/regex/regexec.c bitset_t dests_ch[SBC_MAX]; SBC_MAX 3365 compat/regex/regexec.c calloc (sizeof (re_dfastate_t *), SBC_MAX); SBC_MAX 3376 compat/regex/regexec.c if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX) SBC_MAX 3383 compat/regex/regexec.c if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX SBC_MAX 3461 compat/regex/regexec.c (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), SBC_MAX); SBC_MAX 3492 compat/regex/regexec.c (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), 2 * SBC_MAX); SBC_MAX 3510 compat/regex/regexec.c trtable[ch + SBC_MAX] = dest_states_word[j]; SBC_MAX 3524 compat/regex/regexec.c trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; SBC_MAX 3818 compat/regex/regexec.c if (((elem_len <= 1 && char_len <= 1) || char_len == 0) && (wc != WEOF && wc < SBC_MAX))