HomeSort by: relevance | last modified time | path
    Searched defs:fd_from (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
120 fd_from = fileno (from);
132 return new module_client (pex, fd_from, fd_to);
173 int fd_from = -1, fd_to = -1; local
176 fd_from = fileno (stdin);
186 fd_from = strtoul (cstr, &ptr, 10);
192 fd_from = open (cstr, dir);
195 fd_to = fd_from;
    [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
118 fd_from = fileno (from);
130 return new module_client (pex, fd_from, fd_to);
170 int fd_from = -1, fd_to = -1; local
173 fd_from = fileno (stdin);
183 fd_from = strtoul (cstr, &ptr, 10);
189 fd_from = open (cstr, dir);
192 fd_to = fd_from;
    [all...]

Completed in 22 milliseconds