Home
last modified time | relevance | path

Searched refs:read_count (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2451 int read_count = -1; in check_match_ordinary() local
2452 sscanf(str + str_off, tmp_fmt, &read_count); in check_match_ordinary()
2454 if (read_count > 0) { in check_match_ordinary()
2455 str_off += read_count; in check_match_ordinary()
2457 return read_count; in check_match_ordinary()
2462 int read_count = 0; in scan() local
2463 int retval = sscanf(str + str_off, tmp_fmt, &read_count); in scan()
2468 return read_count; in scan()
2474 int read_count = 0; in scan() local
2475 int retval = sscanf(str + str_off, tmp_fmt, arg, &read_count); in scan()
[all …]
/freebsd/tests/sys/cddl/zfs/bin/
H A Dfile_check.c44 int64_t read_count = 0; in main() local
83 read_count += n; in main()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp574 int read_count = in GetCharacter() local
578 while (read_count > 0 && status == lldb::eConnectionStatusSuccess) in GetCharacter()
579 read_count = in GetCharacter()
585 if (read_count) { in GetCharacter()
1595 size_t read_count = m_input_connection.Read( in CompleteCharacter()
1597 if (read_count == 0) in CompleteCharacter()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c462 int read_count = 0; in ecore_dcbx_copy_mib() local
486 read_count++; in ecore_dcbx_copy_mib()
490 type, read_count, prefix_seq_num, suffix_seq_num); in ecore_dcbx_copy_mib()
492 (read_count < ECORE_DCBX_MAX_MIB_READ_TRY)); in ecore_dcbx_copy_mib()
494 if (read_count >= ECORE_DCBX_MAX_MIB_READ_TRY) { in ecore_dcbx_copy_mib()
497 type, read_count, prefix_seq_num, suffix_seq_num); in ecore_dcbx_copy_mib()
/freebsd/tests/sys/fs/fusefs/
H A Dread.cc210 volatile sig_atomic_t read_count = 0; in TEST_F() local
223 read_count++; in TEST_F()
235 read_count++; in TEST_F()
266 EXPECT_EQ(read_count, 1); in TEST_F()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c3328 u_int read_count; local
3356 read_count = sizeof(rb->recv_space);
3358 read_count = (u_int)rp->datalen;
3360 buflen = read(fd, (char *)&rb->recv_space, read_count);