Searched refs:Fd (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp35 void DiscardOutput(int Fd) { argument
39 dup2(fileno(Temp), Fd);
H A DFuzzerIO.h99 FILE* OpenFile(int Fd, const char *Mode);
101 int CloseFile(int Fd);
103 int DuplicateFile(int Fd);
H A DFuzzerUtilDarwin.cpp160 void DiscardOutput(int Fd) { argument
164 dup2(fileno(Temp), Fd);
H A DFuzzerIOPosix.cpp110 FILE* OpenFile(int Fd, const char* Mode) { argument
111 return fdopen(Fd, Mode);
118 int DuplicateFile(int Fd) { argument
119 return dup(Fd);
H A DFuzzerIOWindows.cpp217 FILE* OpenFile(int Fd, const char* Mode) { argument
218 return _fdopen(Fd, Mode);
221 int CloseFile(int Fd) { argument
222 return _close(Fd);
225 int DuplicateFile(int Fd) { argument
226 return _dup(Fd);
H A DFuzzerUtilWindows.cpp219 void DiscardOutput(int Fd) { argument
223 _dup2(_fileno(Temp), Fd);
H A DFuzzerUtil.h85 void DiscardOutput(int Fd);
H A DFuzzerUtilFuchsia.cpp546 void DiscardOutput(int Fd) { argument
551 dup2(nullfd, Fd);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Dfiledoalloc.c58 # define isatty(Fd) __isatty (Fd)
H A Dwfiledoalloc.c59 # define isatty(Fd) __isatty (Fd)
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.h34 explicit LogWriter(int Fd) : Fd(Fd) {}
53 int Fd = -1; member in class:__xray::LogWriter
H A Dxray_utils.cpp137 internal_close(Fd);
144 while (auto Written = write(Fd, Begin, TotalBytes)) {
159 fsync(Fd);
180 int Fd = mkstemp(TmpFilename);
181 if (Fd == -1) {
190 new (LW) LogWriter(Fd);
H A Dxray_x86_64.cpp29 retryingReadSome(int Fd, char *Begin, char *End) XRAY_NEVER_INSTRUMENT {
33 while (BytesToRead && (BytesRead = read(Fd, Begin, BytesToRead))) {
50 int Fd = open(Filename, O_RDONLY | O_CLOEXEC); variable
51 if (Fd == -1)
57 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize);
58 close(Fd); variable
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DRandomNumberGenerator.cpp79 int Fd = open("/dev/urandom", O_RDONLY);
80 if (Fd != -1) {
82 ssize_t BytesRead = read(Fd, Buffer, Size);
87 if (close(Fd) == -1)
/openbsd-current/regress/usr.bin/mandoc/mdoc/
H A DMakefile4 SUBDIR += D1 Db Dd Dl Dq Dt Dv Em Eo Er Ev Ex Fd Fl Fo Ft Ic In Lb Li Lk
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp206 auto Fd = open("/proc/self/statm", O_RDONLY); local
208 s64 Len = read(Fd, Buf, sizeof(Buf) - 1);
209 close(Fd);
/openbsd-current/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp221 loadYAML(sys::fs::file_t Fd, size_t FileSize, StringRef Filename, argument
227 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC);
228 sys::fs::closeFile(Fd);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1830 POSIX::Fd fd
1847 POSIX::Fd fd
3078 POSIX::Fd fd
3117 POSIX::Fd fd
3138 POSIX::Fd fd
3142 POSIX::Fd fd
3164 POSIX::Fd fd
3461 POSIX::Fd fd
3479 POSIX::Fd fd
3663 POSIX::Fd f
[all...]
/openbsd-current/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.mak130 /Fp"$(INTDIR)/SCC.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3165 Register Fd = MI.getOperand(0).getReg(); local
3179 BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Fd).addReg(Wt, 0, Mips::sub_lo);
3186 BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Fd).addReg(Wt, 0, Mips::sub_lo);
3210 Register Fd = MI.getOperand(0).getReg(); local
3216 BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Fd).addReg(Ws, 0, Mips::sub_64);
3221 BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Fd).addReg(Wt, 0, Mips::sub_64);
3709 // FIXME: This copying is strictly unnecessary. If we could tie FGR32Opnd:$Fd
3710 // / FGR64Opnd:$Fd and MSA128F16:$Ws to the same physical register
3759 Register Fd = MI.getOperand(0).getReg(); local
3783 : Fd;
[all...]
/openbsd-current/gnu/usr.bin/cvs/
H A Dcvsnt.mak427 /Fp"$(INTDIR)/cvsnt.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
794 /Fp"WinDebug/cvsnt.pch" /YX /Fo"$(INTDIR_SRC)/" /Fd"$(INTDIR_SRC)/" /c\
1388 /Fp"WinDebug/cvsnt.pch" /YX /Fo"$(INTDIR_SRC)/" /Fd"$(INTDIR_SRC)/" /c\
2059 /Fp"$(INTDIR)/cvsnt.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
3423 /Fp"WinDebug/cvsnt.pch" /YX /Fo"$(INTDIR_DIFF)/" /Fd"$(INTDIR_DIFF)/" /c\
3618 /Fp"WinDebug/cvsnt.pch" /YX /Fo"$(INTDIR_DIFF)/" /Fd"$(INTDIR_DIFF)/" /c\
/openbsd-current/gnu/usr.bin/perl/win32/
H A DGNUmakefile775 PDBOUT = -Fd$(*).pdb

Completed in 324 milliseconds