Searched refs:infd (Results 1 – 1 of 1) sorted by relevance
36 int infd; in do_test() local39 infd = create_temp_file ("tst-wfile-sync-in-", &infile); in do_test()40 xwrite (infd, test_data, strlen (test_data)); in do_test()41 xclose (infd); in do_test()43 infd = xopen (infile, O_RDONLY, 0); in do_test()44 infp = fdopen (infd, "r"); in do_test()52 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 1); in do_test()
Completed in 3 milliseconds