OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dup2
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/imake/dist/
imakemdep.h
212
* Step 2:
dup2
213
* If your OS doesn't have a
dup2
() system call to duplicate one file
218
# define
dup2
(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \
macro
/xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h
20
# define
dup2
_dup2
macro
/xsrc/external/mit/xterm/dist/
ptyx.h
164
#define
dup2
(fd1,fd2) ((fd1 == fd2) ? fd1 : \
macro
Completed in 8 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026