Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-copy.c231 struct stat buf, buf2, buf3; in test_copy_bytes_regular_file_one() local
271 assert_se(fstat(fd3, &buf3) == 0); in test_copy_bytes_regular_file_one()
274 assert_se(buf3.st_size == buf2.st_size); in test_copy_bytes_regular_file_one()
276 assert_se((uint64_t) buf3.st_size == max_bytes); in test_copy_bytes_regular_file_one()