OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syscall_dup2
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/process/
system.hpp
55
extern int (*
syscall_dup2
)(const int, const int);
system.cpp
42
int (*detail::
syscall_dup2
)(const int, const int) = ::dup2;
variable
child.cpp
101
if (process::detail::
syscall_dup2
(old_fd, new_fd) == -1) {
Completed in 20 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026