Lines Matching defs:bytes
470 be the first bytes of multibyte characters, which means
543 size_t bytes = mbrtowc (&w, &arg[i + m],
545 if (bytes == 0)
547 else if (bytes == (size_t) -1)
552 else if (bytes == (size_t) -2)
569 for (j = 1; j < bytes; j++)
583 m += bytes;
692 embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not
701 /* Elide embedded null bytes if we can't return a size. */
795 /* Elide embedded null bytes since we don't return a size. */