Home
last modified time | relevance | path

Searched refs:nbytes_read (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_filter_uu.c213 ssize_t *nl, size_t* nbytes_read) in bid_get_line() argument
229 *nbytes_read < UUENCODE_BID_MAX_READ) { in bid_get_line()
247 *nbytes_read = *avail; in bid_get_line()
270 size_t nbytes_read; in uudecode_bidder_bid() local
280 nbytes_read = avail; in uudecode_bidder_bid()
282 len = bid_get_line(filter, &b, &avail, &ravail, &nl, &nbytes_read); in uudecode_bidder_bid()
304 if (nbytes_read >= UUENCODE_BID_MAX_READ) in uudecode_bidder_bid()
309 len = bid_get_line(filter, &b, &avail, &ravail, &nl, &nbytes_read); in uudecode_bidder_bid()
/NextBSD/contrib/gdb/gdb/
HDtarget.c771 unsigned int nbytes_read = 0; in target_read_string() local
812 nbytes_read += i + 1; in target_read_string()
819 nbytes_read += tlen; in target_read_string()
826 return nbytes_read; in target_read_string()
HDwince.c1246 gdb_wince_len nbytes_read; in handle_output_debug_string() local
1255 &p, nbytes, &nbytes_read) in handle_output_debug_string()
1260 WideCharToMultiByte (CP_ACP, 0, (LPCWSTR) p, (int) nbytes_read, s, in handle_output_debug_string()