buffer 1175 global/global.c const char *buffer; buffer 1255 global/global.c while ((buffer = strbuf_fgets(ib, fp, STRBUF_NOCRLF)) != NULL) { buffer 1256 global/global.c int result = regexec(&preg, buffer, 0, 0, 0); buffer 1264 global/global.c convert_put_using(cv, encoded_pattern, path, linenum, buffer, buffer 901 libglibc/regex.c unsigned char *buffer = bufp->buffer; buffer 903 libglibc/regex.c print_partial_compiled_pattern (buffer, buffer + bufp->used); buffer 1614 libglibc/regex.c while ((unsigned long) (b - bufp->buffer + (n)) > bufp->allocated) \ buffer 1687 libglibc/regex.c unsigned char *old_buffer = bufp->buffer; \ buffer 1693 libglibc/regex.c bufp->buffer = (unsigned char *) REALLOC (bufp->buffer, bufp->allocated);\ buffer 1694 libglibc/regex.c if (bufp->buffer == NULL) \ buffer 1697 libglibc/regex.c if (old_buffer != bufp->buffer) \ buffer 1699 libglibc/regex.c b = (b - old_buffer) + bufp->buffer; \ buffer 1700 libglibc/regex.c begalt = (begalt - old_buffer) + bufp->buffer; \ buffer 1702 libglibc/regex.c fixup_alt_jump = (fixup_alt_jump - old_buffer) + bufp->buffer;\ buffer 1704 libglibc/regex.c laststart = (laststart - old_buffer) + bufp->buffer; \ buffer 1706 libglibc/regex.c pending_exact = (pending_exact - old_buffer) + bufp->buffer; \ buffer 1976 libglibc/regex.c if (bufp->buffer) buffer 1980 libglibc/regex.c RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char); buffer 1984 libglibc/regex.c bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char); buffer 1986 libglibc/regex.c if (!bufp->buffer) FREE_STACK_RETURN (REG_ESPACE); buffer 1991 libglibc/regex.c begalt = b = bufp->buffer; buffer 2459 libglibc/regex.c COMPILE_STACK_TOP.begalt_offset = begalt - bufp->buffer; buffer 2461 libglibc/regex.c = fixup_alt_jump ? fixup_alt_jump - bufp->buffer + 1 : 0; buffer 2462 libglibc/regex.c COMPILE_STACK_TOP.laststart_offset = b - bufp->buffer; buffer 2471 libglibc/regex.c COMPILE_STACK_TOP.inner_group_offset = b - bufp->buffer + 2; buffer 2530 libglibc/regex.c begalt = bufp->buffer + COMPILE_STACK_TOP.begalt_offset; buffer 2533 libglibc/regex.c ? bufp->buffer + COMPILE_STACK_TOP.fixup_alt_jump - 1 buffer 2535 libglibc/regex.c laststart = bufp->buffer + COMPILE_STACK_TOP.laststart_offset; buffer 2547 libglibc/regex.c = bufp->buffer + COMPILE_STACK_TOP.inner_group_offset; buffer 2939 libglibc/regex.c bufp->used = b - bufp->buffer; buffer 3209 libglibc/regex.c unsigned char *pattern = bufp->buffer; buffer 3599 libglibc/regex.c && ((re_opcode_t) bufp->buffer[0] == begbuf buffer 3601 libglibc/regex.c || ((re_opcode_t) bufp->buffer[0] == begline buffer 3613 libglibc/regex.c if (bufp->used > 0 && (re_opcode_t) bufp->buffer[0] == at_dot && range > 0) buffer 3887 libglibc/regex.c unsigned char *p = bufp->buffer; buffer 5568 libglibc/regex.c if (!re_comp_buf.buffer) buffer 5573 libglibc/regex.c if (!re_comp_buf.buffer) buffer 5575 libglibc/regex.c re_comp_buf.buffer = (unsigned char *) malloc (200); buffer 5576 libglibc/regex.c if (re_comp_buf.buffer == NULL) buffer 5668 libglibc/regex.c preg->buffer = 0; buffer 5865 libglibc/regex.c if (preg->buffer != NULL) buffer 5866 libglibc/regex.c free (preg->buffer); buffer 5867 libglibc/regex.c preg->buffer = NULL; buffer 329 libglibc/regex.h unsigned char *buffer; buffer 451 libglibc/regex.h struct re_pattern_buffer *buffer)); buffer 457 libglibc/regex.h extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer)); buffer 466 libglibc/regex.h _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string, buffer 473 libglibc/regex.h _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1, buffer 481 libglibc/regex.h _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string, buffer 487 libglibc/regex.h _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1, buffer 505 libglibc/regex.h _RE_ARGS ((struct re_pattern_buffer *buffer, struct re_registers *regs,