OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copyfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
redir.c
136
STATIC int
copyfd
(int, int, int, int);
204
copyfd
(rl->into, rl->orig, rl->cloexec, 1);
452
else if (
copyfd
(redir->ndup.dupfd, fd,
480
if (
copyfd
(f, fd, cloexec, 1) < 0) {
637
copyfd
(int from, int to, int cloexec, int move)
function
693
if (
copyfd
(from, to, 0, 1) != to) {
redir.c
136
STATIC int
copyfd
(int, int, int, int);
204
copyfd
(rl->into, rl->orig, rl->cloexec, 1);
452
else if (
copyfd
(redir->ndup.dupfd, fd,
480
if (
copyfd
(f, fd, cloexec, 1) < 0) {
637
copyfd
(int from, int to, int cloexec, int move)
function
693
if (
copyfd
(from, to, 0, 1) != to) {
Completed in 37 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026