HomeSort by: relevance | last modified time | path
    Searched defs:nbytes_read (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_uu.c 214 ssize_t *nl, size_t* nbytes_read)
230 *nbytes_read < UUENCODE_BID_MAX_READ) {
248 *nbytes_read = *avail;
271 size_t nbytes_read; local
281 nbytes_read = avail;
283 len = bid_get_line(filter, &b, &avail, &ravail, &nl, &nbytes_read);
305 if (nbytes_read >= UUENCODE_BID_MAX_READ)
310 len = bid_get_line(filter, &b, &avail, &ravail, &nl, &nbytes_read);
  /src/external/gpl3/binutils/dist/bfd/
mmo.c 1603 bfd_size_type nbytes_read = 0; local
1615 while ((nbytes_read = bfd_read (buf, 4, abfd)) == 4)
2093 if (nbytes_read != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 1604 bfd_size_type nbytes_read = 0; local
1616 while ((nbytes_read = bfd_read (buf, 4, abfd)) == 4)
2094 if (nbytes_read != 0)
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 1604 bfd_size_type nbytes_read = 0; local
1616 while ((nbytes_read = bfd_read (buf, 4, abfd)) == 4)
2094 if (nbytes_read != 0)
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 1609 bfd_size_type nbytes_read = 0; local
1621 while ((nbytes_read = bfd_read (buf, 4, abfd)) == 4)
2099 if (nbytes_read != 0)

Completed in 34 milliseconds