Home
last modified time | relevance | path

Searched refs:fddup (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c40 int fddup; in main() local
69 fddup = dup2(pipefd[1], duped_num); in main()
70 if (fddup < 0) { in main()
75 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fddup, &ev)) { in main()
79 close(fddup); in main()