Searched refs:pfd2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
H A D | lseek02.c | 27 static int fd, pfd1, pfd2; variable 47 {&pfd2, SEEK_SET, ESPIPE}, 48 {&pfd2, SEEK_CUR, ESPIPE}, 49 {&pfd2, SEEK_END, ESPIPE}, 80 pfd2 = SAFE_OPEN(TFIFO2, O_RDWR, 0777); in setup() 97 if (pfd2 > 0) in cleanup() 98 SAFE_CLOSE(pfd2); in cleanup()
|
Completed in 1 milliseconds