Searched refs:TRUNC_LEN1 (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate01.c | 25 #define TRUNC_LEN1 256 macro 51 for (i = 0; i < TRUNC_LEN1; i++) { in check_and_report() 66 TEST(ftruncate(fd, TRUNC_LEN1)); in verify_ftruncate() 72 check_and_report(0, 'a', TRUNC_LEN1); in verify_ftruncate() 81 check_and_report(TRUNC_LEN1, 0, TRUNC_LEN2); in verify_ftruncate()
|
/third_party/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate02.c | 29 #define TRUNC_LEN1 256 macro 40 {TRUNC_LEN1, 0, TRUNC_LEN1, 'a'}, 41 {TRUNC_LEN2, TRUNC_LEN1, TRUNC_LEN1, '\0'},
|