Searched refs:amt_read (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dsf-pcap.c155 size_t amt_read; local
184 amt_read = fread(((char *)&hdr) + sizeof hdr.magic, 1,
186 if (amt_read != sizeof(hdr) - sizeof(hdr.magic)) {
195 (unsigned long)amt_read);
402 size_t amt_read; local
412 amt_read = fread(&sf_hdr, 1, ps->hdrsize, fp);
413 if (amt_read != ps->hdrsize) {
420 if (amt_read != 0) {
424 (unsigned long)amt_read);
524 amt_read
[all...]
H A Dsavefile.c329 size_t amt_read; local
341 amt_read = fread((char *)&magic, 1, sizeof(magic), fp);
342 if (amt_read != sizeof(magic)) {
351 (unsigned long)amt_read);
H A Dsf-pcap-ng.c265 size_t amt_read; local
267 amt_read = fread(buf, 1, bytes_to_read, fp);
268 if (amt_read != bytes_to_read) {
274 if (amt_read == 0 && !fail_on_eof)
279 (unsigned long)amt_read);
687 size_t amt_read; local
733 amt_read = fread(&total_length, 1, sizeof(total_length), fp);
734 if (amt_read < sizeof(total_length)) {
749 amt_read = fread(&byte_order_magic, 1, sizeof(byte_order_magic), fp);
750 if (amt_read < sizeo
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp389 int32_t amt_read = fread(fileBuf.getAlias(), 1, fileSize, f.getAlias()); local
390 TEST_ASSERT_EQ(amt_read, fileSize);
392 if (amt_read != fileSize || fileSize <=0) {
H A Drbbitst.cpp1452 int amt_read; local
1458 amt_read = fread(fileBuf, 1, fileSize, f);
1459 if (amt_read != fileSize || fileSize <= 0) {
H A Dregextst.cpp3825 int32_t amt_read; local
3831 amt_read = fread(fileBuf, 1, fileSize, f);
3832 if (amt_read != fileSize || fileSize <= 0) {

Completed in 146 milliseconds