re_comp_buf 5552 libglibc/regex.c static struct re_pattern_buffer re_comp_buf; re_comp_buf 5568 libglibc/regex.c if (!re_comp_buf.buffer) re_comp_buf 5573 libglibc/regex.c if (!re_comp_buf.buffer) re_comp_buf 5575 libglibc/regex.c re_comp_buf.buffer = (unsigned char *) malloc (200); re_comp_buf 5576 libglibc/regex.c if (re_comp_buf.buffer == NULL) re_comp_buf 5579 libglibc/regex.c re_comp_buf.allocated = 200; re_comp_buf 5581 libglibc/regex.c re_comp_buf.fastmap = (char *) malloc (1 << BYTEWIDTH); re_comp_buf 5582 libglibc/regex.c if (re_comp_buf.fastmap == NULL) re_comp_buf 5591 libglibc/regex.c re_comp_buf.newline_anchor = 1; re_comp_buf 5593 libglibc/regex.c ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf); re_comp_buf 5612 libglibc/regex.c 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);