Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-truncate64.c27 ret = do_test_with_offset (0); in do_test()
32 ret = do_test_with_offset (base_offset); in do_test()
Dtst-preadwrite64.c27 ret = do_test_with_offset (0); in do_test()
34 ret = do_test_with_offset (base_offset); in do_test()
Dtst-preadwrite.c24 return do_test_with_offset (0) == -1; in do_test()
Dtst-truncate.c24 return do_test_with_offset (0); in do_test()
Dtst-preadwrite-common.c47 do_test_with_offset (off_t offset) in do_test_with_offset() function
Dtst-truncate-common.c49 do_test_with_offset (off_t offset) in do_test_with_offset() function
/glibc-2.36/io/
Dtst-posix_fallocate64.c34 ret = do_test_with_offset (512); in do_test()
39 ret = do_test_with_offset (base_offset); in do_test()
Dtst-posix_fallocate.c32 return do_test_with_offset (512); in do_test()
Dtst-posix_fallocate-common.c43 do_test_with_offset (off_t offset) in do_test_with_offset() function
/glibc-2.36/misc/
Dtst-preadvwritev64.c27 ret = do_test_with_offset (0); in do_test()
38 ret += do_test_with_offset (base_offset); in do_test()
Dtst-preadvwritev.c24 return do_test_with_offset (0); in do_test()
Dtst-preadvwritev2.c36 return do_test_with_offset (0); in do_test()
Dtst-preadvwritev64v2.c38 return do_test_with_offset (0); in do_test()
Dtst-preadvwritev-common.c96 do_test_with_offset (off_t offset) in do_test_with_offset() function
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-fallocate64.c27 ret = do_test_with_offset (0); in do_test()
32 ret = do_test_with_offset (base_offset); in do_test()
Dtst-fallocate.c24 return do_test_with_offset (0); in do_test()
Dtst-fallocate-common.c50 do_test_with_offset (off_t offset) in do_test_with_offset() function
/glibc-2.36/ChangeLog.old/
DChangeLog.184234 (do_test_with_offset): Use PREADV and PWRITEV macros and check for
19360 (do_test_with_offset): This. Make it static and accept offset.