Searched refs:CHAR_SET_SIZE (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c154 # define CHAR_SET_SIZE 256 macro
167 static char re_syntax_table[CHAR_SET_SIZE];
5637 = (RE_TRANSLATE_TYPE) malloc (CHAR_SET_SIZE
5643 for (i = 0; i < CHAR_SET_SIZE; i++)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c266 # define CHAR_SET_SIZE 256
274 static char re_syntax_table[CHAR_SET_SIZE];
288 for (c = 0; c < CHAR_SET_SIZE; ++c)
7950 = (RE_TRANSLATE_TYPE) malloc (CHAR_SET_SIZE
7956 for (i = 0; i < CHAR_SET_SIZE; i++)
264 # define CHAR_SET_SIZE macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c268 # define CHAR_SET_SIZE 256
276 static char re_syntax_table[CHAR_SET_SIZE];
290 for (c = 0; c < CHAR_SET_SIZE; ++c)
7955 = (RE_TRANSLATE_TYPE) malloc (CHAR_SET_SIZE
7961 for (i = 0; i < CHAR_SET_SIZE; i++)
266 # define CHAR_SET_SIZE macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c268 # define CHAR_SET_SIZE 256
276 static char re_syntax_table[CHAR_SET_SIZE];
290 for (c = 0; c < CHAR_SET_SIZE; ++c)
7959 = (RE_TRANSLATE_TYPE) malloc (CHAR_SET_SIZE
7965 for (i = 0; i < CHAR_SET_SIZE; i++)
266 # define CHAR_SET_SIZE macro

Completed in 110 milliseconds