OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dupfd
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
dup2.c
121
dupfd
(int fd, int desired_fd)
function
128
int r =
dupfd
(fd, desired_fd);
151
result =
dupfd
(fd, desired_fd);
fcntl.c
50
dupfd
(int oldfd, int newfd, int flags)
function
181
result =
dupfd
(fd, target, 0);
222
result =
dupfd
(fd, target, O_CLOEXEC);
Completed in 321 milliseconds