Searched refs:rdfd (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/splice/ |
H A D | splice03.c | 43 static int rdfd; variable 60 { &rdfd, NULL, &wrfd, NULL, EINVAL }, 62 { &rdfd, NULL, &pipes[1], &offset, ESPIPE }, 68 rdfd = SAFE_OPEN(TEST_FILE, O_RDONLY); in setup() 104 if (rdfd > 0) in cleanup() 105 SAFE_CLOSE(rdfd); in cleanup()
|
Completed in 1 milliseconds