Home
last modified time | relevance | path

Searched refs:getFD (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d411 static int getFD(ref File f) { return core.stdc.stdio.fileno(f.getFP()); }
416 auto stdinFD = getFD(stdin);
417 auto stdoutFD = getFD(stdout);
418 auto stderrFD = getFD(stderr);
662 && stdinFD != getFD(std.stdio.stdin ))
665 && stdoutFD != getFD(std.stdio.stdout))
668 && stderrFD != getFD(std.stdio.stderr))
703 static int getFD(ref File f) { return f.isOpen ? f.fileno : -1; }
710 fileDescriptor = getFD(file);
757 && stdinFD != getFD(std.stdio.stdin ))
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d936 static int getFD(ref File f) { return core.stdc.stdio.fileno(f.getFP()); }
941 auto stdinFD = getFD(stdin);
942 auto stdoutFD = getFD(stdout);
943 auto stderrFD = getFD(stderr);
1208 && stdinFD != getFD(std.stdio.stdin ))
1211 && stdoutFD != getFD(std.stdio.stdout))
1214 && stderrFD != getFD(std.stdio.stderr))
1305 static int getFD(ref File f) { return f.isOpen ? f.fileno : -1; }
1313 fileDescriptor = getFD(file);
1362 && stdinFD != getFD(std.stdio.stdin ))
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp567 static int getFD(StringRef Filename, std::error_code &EC, in getFD() function
615 : raw_fd_ostream(getFD(Filename, EC, Disp, Access, Flags), true) {} in raw_fd_ostream()
909 : raw_fd_ostream(getFD(Filename, EC, sys::fs::CD_CreateAlways, in raw_fd_stream()