OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fd_to
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
mapper-client.cc
46
module_client::module_client (pex_obj *p, int fd_from, int
fd_to
)
47
: Client (fd_from,
fd_to
), pex (p)
115
int fd_from = -1,
fd_to
= -1;
local
119
if (from && (
fd_to
= dup (fileno (to))) >= 0)
132
return new module_client (pex, fd_from,
fd_to
);
173
int fd_from = -1,
fd_to
= -1;
local
177
fd_to
= fileno (stdout);
195
fd_to
= fd_from;
205
fd_to
= strtoul (cstr, &ptr, 10);
211
fd_to
= open (cstr, dir)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
mapper-client.cc
44
module_client::module_client (pex_obj *p, int fd_from, int
fd_to
)
45
: Client (fd_from,
fd_to
), pex (p)
113
int fd_from = -1,
fd_to
= -1;
local
117
if (from && (
fd_to
= dup (fileno (to))) >= 0)
130
return new module_client (pex, fd_from,
fd_to
);
170
int fd_from = -1,
fd_to
= -1;
local
174
fd_to
= fileno (stdout);
192
fd_to
= fd_from;
202
fd_to
= strtoul (cstr, &ptr, 10);
208
fd_to
= open (cstr, dir)
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026