Searched refs:pfd1 (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 41 {&pfd1, SEEK_SET, ESPIPE}, 42 {&pfd1, SEEK_CUR, ESPIPE}, 43 {&pfd1, SEEK_END, ESPIPE}, 77 pfd1 = SAFE_OPEN(TFIFO1, O_RDWR, 0777); in setup() 88 if (pfd1 > 0) in cleanup() 89 SAFE_CLOSE(pfd1); in cleanup()
|
Completed in 1 milliseconds