Lines Matching refs:length
71 int length; in simple_file_copy() local
77 length = current_size - 3; in simple_file_copy()
83 length = current_size - 5; in simple_file_copy()
96 length = current_size - 6; in simple_file_copy()
99 if (length < 0) in simple_file_copy()
100 length = 0; in simple_file_copy()
103 length, 0), length); in simple_file_copy()
106 TEST_COMPARE (inoff, 2 + length); in simple_file_copy()
110 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 3 + length); in simple_file_copy()
113 TEST_COMPARE (outoff, 5 + length); in simple_file_copy()
117 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 6 + length); in simple_file_copy()
121 if (length > 0) in simple_file_copy()
122 TEST_COMPARE (st.st_size, out_skipped + length); in simple_file_copy()
137 length) == 0); in simple_file_copy()