Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.c773 unsigned int nbytes_read = 0; in target_read_string() local
814 nbytes_read += i + 1; in target_read_string()
821 nbytes_read += tlen; in target_read_string()
828 return nbytes_read; in target_read_string()
H A Dwince.c1242 gdb_wince_len nbytes_read; in handle_output_debug_string() local
1251 &p, nbytes, &nbytes_read) in handle_output_debug_string()
1256 WideCharToMultiByte (CP_ACP, 0, (LPCWSTR) p, (int) nbytes_read, s, in handle_output_debug_string()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dmmo.c1534 bfd_size_type nbytes_read = 0; in mmo_scan() local
1545 while ((nbytes_read = bfd_bread (buf, 4, abfd)) == 4) in mmo_scan()
1971 if (nbytes_read != 0) in mmo_scan()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dmmo.c1642 bfd_size_type nbytes_read = 0; local
1653 while ((nbytes_read = bfd_bread (buf, 4, abfd)) == 4)
2077 if (nbytes_read != 0)