Home | History | Annotate | Download | only in lib

Lines Matching defs:bytes

396 	     be the first bytes of multibyte characters, which means
461 size_t bytes = mbrtowc (&w, &arg[i + m],
463 if (bytes == 0)
465 else if (bytes == (size_t) -1)
470 else if (bytes == (size_t) -2)
487 for (j = 1; j < bytes; j++)
501 m += bytes;
602 embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not
611 /* Elide embedded null bytes if we can't return a size. */
702 /* Elide embedded null bytes since we don't return a size. */