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  550 lib/common/patchset.c                 char buffer_set[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  551 lib/common/patchset.c                 char buffer_unset[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  568 lib/common/patchset.c                                               PCMK__BUFFER_SIZE - o_set, ", ");
PCMK__BUFFER_SIZE  571 lib/common/patchset.c                                           PCMK__BUFFER_SIZE - o_set, "@%s=%s",
PCMK__BUFFER_SIZE  577 lib/common/patchset.c                                                 PCMK__BUFFER_SIZE - o_unset,
PCMK__BUFFER_SIZE  581 lib/common/patchset.c                                             PCMK__BUFFER_SIZE - o_unset, "@%s",
PCMK__BUFFER_SIZE  746 lib/common/xml.c             char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  756 lib/common/xml.c                 char buffer[PCMK__BUFFER_SIZE];
PCMK__BUFFER_SIZE  905 lib/common/xml.c         xml_buffer = pcmk__realloc(xml_buffer, data_length + PCMK__BUFFER_SIZE);
PCMK__BUFFER_SIZE  906 lib/common/xml.c         read_chars = fread(xml_buffer + data_length, 1, PCMK__BUFFER_SIZE,
PCMK__BUFFER_SIZE  909 lib/common/xml.c     } while (read_chars == PCMK__BUFFER_SIZE);
PCMK__BUFFER_SIZE  954 lib/common/xml.c         buffer = pcmk__realloc(buffer, PCMK__BUFFER_SIZE + length + 1);
PCMK__BUFFER_SIZE  955 lib/common/xml.c         read_len = BZ2_bzRead(&rc, bz_file, buffer + length, PCMK__BUFFER_SIZE);
PCMK__BUFFER_SIZE  293 lib/common/xpath.c     char buffer[PCMK__BUFFER_SIZE];