Searched defs:dup2 (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Ddup.c23 dup2(int oldFD, int newFD) function
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Ddup2.c47 dup2 (int fd, int desired_fd) function
H A Dunistd.h82 # undef dup2 macro
83 # define dup2(o,n) \ macro
H A Dunistd.in.h81 # undef dup2 macro
82 # define dup2(o,n) \ macro
103 # define dup2 rpl_dup2 macro
H A Dfchdir.c221 #undef dup2 macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Ddup2.c36 # undef dup2 macro
109 dup2 (int fd, int desired_fd) function
H A Dunistd.in.h205 # define dup2 rpl_dup2 macro
216 # undef dup2 macro
217 # define dup2(o,n) \ macro
/haiku-fatelf/src/bin/bash/lib/sh/
H A Doslib.c84 dup2 (fd1, fd2) function
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h157 # define dup2(fd1, fd2) _haiku_build_dup2(fd1, fd2) macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Dunistd.in.h162 # define dup2 rpl_dup2 macro
173 # undef dup2 macro
174 # define dup2(o,n) \ macro
/haiku-fatelf/src/build/libroot/
H A Dfunction_remapper.cpp130 dup2(int fd1, int fd2) function
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h136 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t)) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1645 #define dup2 fssh_dup2 macro

Completed in 203 milliseconds