fddup 135 tools/perf/util/probe-file.c int ret, idx, fddup; fddup 148 tools/perf/util/probe-file.c fddup = dup(fd); fddup 149 tools/perf/util/probe-file.c if (fddup < 0) fddup 152 tools/perf/util/probe-file.c fp = fdopen(fddup, "r"); fddup 178 tools/perf/util/probe-file.c close(fddup); fddup 474 tools/perf/util/probe-file.c int ret = 0, fddup; fddup 477 tools/perf/util/probe-file.c fddup = dup(pcache->fd); fddup 478 tools/perf/util/probe-file.c if (fddup < 0) fddup 480 tools/perf/util/probe-file.c fp = fdopen(fddup, "r"); fddup 482 tools/perf/util/probe-file.c close(fddup); fddup 40 tools/testing/selftests/kcmp/kcmp_test.c int fddup; fddup 69 tools/testing/selftests/kcmp/kcmp_test.c fddup = dup2(pipefd[1], duped_num); fddup 70 tools/testing/selftests/kcmp/kcmp_test.c if (fddup < 0) { fddup 75 tools/testing/selftests/kcmp/kcmp_test.c if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fddup, &ev)) { fddup 79 tools/testing/selftests/kcmp/kcmp_test.c close(fddup);