Searched refs:fd2 (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_unistd.h47 extern int fssh_dup2(int fd1, int fd2);
/haiku/src/libs/stdc++/legacy/
H A Dlibiberty.h52 extern int fdmatch PARAMS ((int fd1, int fd2));
/haiku/headers/build/
H A DBeOSBuildCompatibility.h100 int _haiku_build_dup2(int fd1, int fd2);
143 # define dup2(fd1, fd2) _haiku_build_dup2(fd1, fd2)
/haiku/src/build/libroot/
H A Dremapped_functions.h28 int _haiku_build_dup2(int fd1, int fd2);
H A Dfunction_remapper.cpp124 dup2(int fd1, int fd2) argument
128 return _haiku_build_dup2(fd1, fd2);
H A Dfs.cpp1418 _haiku_build_dup2(int fd1, int fd2) argument
1421 return dup2(fd1, fd2);
/haiku/headers/posix/
H A Dunistd.h345 extern int dup2(int fd1, int fd2);

Completed in 101 milliseconds