nbytes             30 include/crm/common/xml_io_internal.h                        bool compress, unsigned int *nbytes);
nbytes             32 include/crm/common/xml_io_internal.h                          bool compress, unsigned int *nbytes);
nbytes           2052 lib/common/iso8601.c         size_t nbytes = 0;
nbytes           2103 lib/common/iso8601.c         nbytes = strftime(&date_s[date_len], sizeof(date_s) - date_len,
nbytes           2109 lib/common/iso8601.c         if (nbytes == 0) { // Would overflow buffer
nbytes           2112 lib/common/iso8601.c         date_len += nbytes;
nbytes            619 lib/common/rules.c                    char *expansion, size_t *nbytes)
nbytes            624 lib/common/rules.c     if (nbytes != NULL) {
nbytes            625 lib/common/rules.c         *nbytes = 1; // Include space for terminator
nbytes            639 lib/common/rules.c             if (nbytes != NULL) {
nbytes            640 lib/common/rules.c                 ++(*nbytes);
nbytes            659 lib/common/rules.c         if (nbytes != NULL) {
nbytes            660 lib/common/rules.c             *nbytes += match_len;
nbytes            689 lib/common/rules.c     size_t nbytes = 0;
nbytes            698 lib/common/rules.c                             &nbytes)) {
nbytes            703 lib/common/rules.c     result = pcmk__assert_alloc(nbytes, sizeof(char));
nbytes            597 lib/common/xml_io.c                  bool compress, unsigned int *nbytes)
nbytes            642 lib/common/xml_io.c     if (nbytes != NULL) {
nbytes            643 lib/common/xml_io.c         *nbytes = bytes_out;
nbytes            663 lib/common/xml_io.c                    bool compress, unsigned int *nbytes)
nbytes            675 lib/common/xml_io.c                             compress, nbytes);
nbytes            691 lib/common/xml_io.c                      unsigned int *nbytes)
nbytes            702 lib/common/xml_io.c     return write_xml_stream(xml, filename, stream, compress, nbytes);
nbytes            820 lib/common/xml_io.c     unsigned int nbytes = 0;
nbytes            821 lib/common/xml_io.c     int rc = pcmk__xml_write_fd(xml, filename, fd, compress, &nbytes);
nbytes            826 lib/common/xml_io.c     return (int) nbytes;
nbytes            832 lib/common/xml_io.c     unsigned int nbytes = 0;
nbytes            833 lib/common/xml_io.c     int rc = pcmk__xml_write_file(xml, filename, compress, &nbytes);
nbytes            838 lib/common/xml_io.c     return (int) nbytes;
nbytes            129 maint/gnulib/lib/af_alg.c           off_t nbytes = st.st_size - off;
nbytes            130 maint/gnulib/lib/af_alg.c           if (sendfile (ofd, fd, &off, nbytes) == nbytes)
nbytes            643 maint/gnulib/lib/dfa.c       size_t nbytes = mbrtowc (&wch, s, n, &d->mbs);
nbytes            644 maint/gnulib/lib/dfa.c       if (0 < nbytes && nbytes < (size_t) -2)
nbytes            647 maint/gnulib/lib/dfa.c           return nbytes;
nbytes            882 maint/gnulib/lib/dfa.c   int nbytes = mbs_to_wchar (&dfa->lex.wctok, dfa->lex.ptr, dfa->lex.left,
nbytes            884 maint/gnulib/lib/dfa.c   int c = nbytes == 1 ? to_uchar (dfa->lex.ptr[0]) : EOF;
nbytes            885 maint/gnulib/lib/dfa.c   dfa->lex.ptr += nbytes;
nbytes            886 maint/gnulib/lib/dfa.c   dfa->lex.left -= nbytes;
nbytes             56 maint/gnulib/lib/group-member.c       size_t nbytes;
nbytes             57 maint/gnulib/lib/group-member.c       if (! INT_MULTIPLY_WRAPV (n_group_slots, sizeof *gi->group, &nbytes))
nbytes             59 maint/gnulib/lib/group-member.c           gi->group = malloc (nbytes);
nbytes             57 maint/gnulib/lib/mbswidth.c mbsnwidth (const char *string, size_t nbytes, int flags)
nbytes             60 maint/gnulib/lib/mbswidth.c   const char *plimit = p + nbytes;
nbytes             50 maint/gnulib/lib/mbswidth.h extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
nbytes            294 maint/gnulib/lib/obstack.c   _OBSTACK_SIZE_T nbytes = 0;
nbytes            298 maint/gnulib/lib/obstack.c       nbytes += lp->limit - (char *) lp;
nbytes            300 maint/gnulib/lib/obstack.c   return nbytes;
nbytes             30 maint/gnulib/lib/reallocarray.c   size_t nbytes;
nbytes             31 maint/gnulib/lib/reallocarray.c   if (INT_MULTIPLY_WRAPV (nmemb, size, &nbytes))
nbytes             38 maint/gnulib/lib/reallocarray.c   return realloc (ptr, nbytes);
nbytes            249 maint/gnulib/lib/xmalloc.c   idx_t nbytes;
nbytes            251 maint/gnulib/lib/xmalloc.c   size_t nbytes;
nbytes            254 maint/gnulib/lib/xmalloc.c     = (INT_MULTIPLY_WRAPV (n, s, &nbytes)
nbytes            256 maint/gnulib/lib/xmalloc.c        : nbytes < DEFAULT_MXFAST ? DEFAULT_MXFAST : 0);
nbytes            260 maint/gnulib/lib/xmalloc.c       nbytes = adjusted_nbytes - adjusted_nbytes % s;
nbytes            268 maint/gnulib/lib/xmalloc.c           || INT_MULTIPLY_WRAPV (n, s, &nbytes)))
nbytes            270 maint/gnulib/lib/xmalloc.c   pa = xrealloc (pa, nbytes);
nbytes             31 maint/gnulib/tests/test-freadahead.c   int nbytes = atoi (argv[1]);
nbytes             32 maint/gnulib/tests/test-freadahead.c   if (nbytes > 0)
nbytes             34 maint/gnulib/tests/test-freadahead.c       void *buf = malloc (nbytes);
nbytes             35 maint/gnulib/tests/test-freadahead.c       ASSERT (fread (buf, 1, nbytes, stdin) == nbytes);
nbytes             39 maint/gnulib/tests/test-freadahead.c   if (nbytes == 0)
nbytes             43 maint/gnulib/tests/test-freadahead.c       if (lseek (0, 0, SEEK_CUR) == nbytes)
nbytes             32 maint/gnulib/tests/test-freadptr.c   int nbytes = atoi (argv[1]);
nbytes             34 maint/gnulib/tests/test-freadptr.c     void *buf = malloc (nbytes);
nbytes             35 maint/gnulib/tests/test-freadptr.c     ASSERT (fread (buf, 1, nbytes, stdin) == nbytes);
nbytes             39 maint/gnulib/tests/test-freadptr.c   if (lseek (0, 0, SEEK_CUR) == nbytes)
nbytes             51 maint/gnulib/tests/test-freadptr.c       const char *expected = stdin_contents + nbytes;
nbytes             41 maint/gnulib/tests/test-freadptr2.c   int nbytes = atoi (argv[1]);
nbytes             42 maint/gnulib/tests/test-freadptr2.c   if (nbytes > 0)
nbytes             44 maint/gnulib/tests/test-freadptr2.c       void *buf = malloc (nbytes);
nbytes             45 maint/gnulib/tests/test-freadptr2.c       ASSERT (fread (buf, 1, nbytes, stdin) == nbytes);
nbytes             49 maint/gnulib/tests/test-freadptr2.c   if (nbytes == 0)
nbytes             53 maint/gnulib/tests/test-freadptr2.c       if (lseek (0, 0, SEEK_CUR) == nbytes)