Searched refs:pfd2 (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 44 static int fd, pfd1, pfd2; variable 64 {&pfd2, SEEK_SET, ESPIPE}, 65 {&pfd2, SEEK_CUR, ESPIPE}, 66 {&pfd2, SEEK_END, ESPIPE}, 97 pfd2 = SAFE_OPEN(TFIFO2, O_RDWR, 0777); in setup() 114 if (pfd2 > 0) in cleanup() 115 SAFE_CLOSE(pfd2); in cleanup()
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 8 int (*pfd2)(double) = &f; // selects f(double) variable
|