PCMK__BUFFER_SIZE   97 lib/common/patchset.c         char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  126 lib/common/patchset.c             char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  178 lib/common/patchset.c         char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  545 lib/common/patchset.c                 char buffer_set[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  546 lib/common/patchset.c                 char buffer_unset[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  563 lib/common/patchset.c                                               PCMK__BUFFER_SIZE - o_set, ", ");
PCMK__BUFFER_SIZE  566 lib/common/patchset.c                                           PCMK__BUFFER_SIZE - o_set, "@%s=%s",
PCMK__BUFFER_SIZE  572 lib/common/patchset.c                                                 PCMK__BUFFER_SIZE - o_unset,
PCMK__BUFFER_SIZE  576 lib/common/patchset.c                                             PCMK__BUFFER_SIZE - o_unset, "@%s",
PCMK__BUFFER_SIZE  779 lib/common/xml.c             char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  789 lib/common/xml.c                 char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  938 lib/common/xml.c         xml_buffer = pcmk__realloc(xml_buffer, data_length + PCMK__BUFFER_SIZE);
PCMK__BUFFER_SIZE  939 lib/common/xml.c         read_chars = fread(xml_buffer + data_length, 1, PCMK__BUFFER_SIZE,
PCMK__BUFFER_SIZE  942 lib/common/xml.c     } while (read_chars == PCMK__BUFFER_SIZE);
PCMK__BUFFER_SIZE  984 lib/common/xml.c         buffer = pcmk__realloc(buffer, PCMK__BUFFER_SIZE + length + 1);
PCMK__BUFFER_SIZE  985 lib/common/xml.c         read_len = BZ2_bzRead(&rc, bz_file, buffer + length, PCMK__BUFFER_SIZE);
PCMK__BUFFER_SIZE  294 lib/common/xpath.c     char buffer[PCMK__BUFFER_SIZE];