tempfd 113 maint/gnulib/lib/dup2.c int tempfd; tempfd 116 maint/gnulib/lib/dup2.c tempfd = open ("NUL", O_RDONLY); tempfd 117 maint/gnulib/lib/dup2.c if (tempfd == -1) tempfd 120 maint/gnulib/lib/dup2.c if (tempfd == desired_fd) tempfd 122 maint/gnulib/lib/dup2.c close (tempfd); tempfd 133 maint/gnulib/lib/dup2.c close (tempfd); tempfd 78 maint/gnulib/lib/os2-spawn.c undup_safer_noinherit (int tempfd, int origfd) tempfd 80 maint/gnulib/lib/os2-spawn.c if (tempfd >= 0) tempfd 82 maint/gnulib/lib/os2-spawn.c if (dup2 (tempfd, origfd) < 0) tempfd 85 maint/gnulib/lib/os2-spawn.c close (tempfd); tempfd 27 maint/gnulib/lib/os2-spawn.h extern void undup_safer_noinherit (int tempfd, int origfd);