Home
last modified time | relevance | path

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

/tools/lib/api/
Dio.h26 bool eof; member
37 io->eof = false; in io__init()
45 if (io->eof) in io__get_char()
52 io->eof = true; in io__get_char()
/tools/perf/tests/
Dapi-io.c101 EXPECT_EQUAL(io.eof, false); in do_test_get_char()
105 EXPECT_EQUAL(io.eof, true); in do_test_get_char()
156 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_hex()
237 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_dec()
/tools/lib/symbol/
Dkallsyms.c47 while (!io.eof) { in kallsyms__parse()
/tools/perf/util/
Dsynthetic-events.c385 while (!io.eof) { in perf_event__synthesize_mmap_events()