Searched refs:out_skipped (Results 1 – 1 of 1) sorted by relevance
86 int out_skipped; /* Expected skipped bytes before the written data. */ in simple_file_copy() local91 out_skipped = 5; in simple_file_copy()97 out_skipped = 6; in simple_file_copy()122 TEST_COMPARE (st.st_size, out_skipped + length); in simple_file_copy()134 for (int i = 0; i < out_skipped; ++i) in simple_file_copy()136 TEST_VERIFY (memcmp (bytes + out_skipped, random_data + in_skipped, in simple_file_copy()