Home
last modified time | relevance | path

Searched refs:Fd (Results 1 – 25 of 46) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
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_utils.h34 explicit LogWriter(int Fd) : Fd(Fd) {}
53 int Fd = -1;
H A Dxray_x86_64.cpp29 retryingReadSome(int Fd, char *Begin, char *End) XRAY_NEVER_INSTRUMENT { in retryingReadSome() argument
33 while (BytesToRead && (BytesRead = read(Fd, Begin, BytesToRead))) { in retryingReadSome()
50 int Fd = open(Filename, O_RDONLY | O_CLOEXEC); in readValueFromFile() local
51 if (Fd == -1) in readValueFromFile()
57 std::tie(BytesRead, Success) = retryingReadSome(Fd, Line, Line + BufSize); in readValueFromFile()
58 close(Fd); in readValueFromFile()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRandomNumberGenerator.cpp79 int Fd = open("/dev/urandom", O_RDONLY); in getRandomBytes()
80 if (Fd != -1) { in getRandomBytes()
82 ssize_t BytesRead = read(Fd, Buffer, Size); in getRandomBytes()
87 if (close(Fd) == -1) in getRandomBytes()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Fd/
H A Dempty.out_lint1 mandoc: empty.in:10:2: WARNING: skipping empty macro: Fd
2 mandoc: empty.in:14:2: WARNING: skipping empty macro: Fd
H A Dfont.out_markdown5 **Fd-font** - changing the font inside the old-style include macro
H A Darg.out_markdown5 **Fd-arg** - escape sequences in the arguments of in-line EOL macros
H A Dempty.out_markdown5 **Fd-empty** - empty preprocessor directive macros
H A Deos.out_markdown5 **Fd-eos** - end of sentence handling after the legacy include macro
H A Deos.out_ascii4 FFdd--eeooss - end of sentence handling after the legacy include macro
H A Dfont.out_ascii4 FFdd--ffoonntt - changing the font inside the old-style include macro
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp110 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() argument
111 return fdopen(Fd, Mode); in OpenFile()
118 int DuplicateFile(int Fd) { in DuplicateFile() argument
119 return dup(Fd); in DuplicateFile()
H A DFuzzerUtilLinux.cpp35 void DiscardOutput(int Fd) { in DiscardOutput() argument
39 dup2(fileno(Temp), Fd); in DiscardOutput()
H A DFuzzerIOWindows.cpp217 FILE* OpenFile(int Fd, const char* Mode) { in OpenFile() argument
218 return _fdopen(Fd, Mode); in OpenFile()
221 int CloseFile(int Fd) { in CloseFile() argument
222 return _close(Fd); in CloseFile()
225 int DuplicateFile(int Fd) { in DuplicateFile() argument
226 return _dup(Fd); in DuplicateFile()
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) { in DiscardOutput() argument
164 dup2(fileno(Temp), Fd); in DiscardOutput()
H A DFuzzerUtilWindows.cpp219 void DiscardOutput(int Fd) { in DiscardOutput() argument
223 _dup2(_fileno(Temp), Fd); in DiscardOutput()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A Dfiledoalloc.c58 # define isatty(Fd) __isatty (Fd) argument
H A Dwfiledoalloc.c59 # define isatty(Fd) __isatty (Fd) argument
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp206 auto Fd = open("/proc/self/statm", O_RDONLY); in GetRSS() local
208 s64 Len = read(Fd, Buf, sizeof(Buf) - 1); in GetRSS()
209 close(Fd); in GetRSS()
/openbsd-src/usr.bin/mandoc/
H A Dmandoc.css224 .Fd { font-style: normal;
276 .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft,
291 .Fd::before { content: "Fd"; }
316 .Fa::before, .Fd::before, .Fl::before, .Fn::before, .Ft::before,
337 .Fa:hover::before, .Fd:hover::before, .Fl:hover::before, .Fn:hover::before,
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp221 loadYAML(sys::fs::file_t Fd, size_t FileSize, StringRef Filename, in loadYAML() argument
227 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadYAML()
228 sys::fs::closeFile(Fd); in loadYAML()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1583.crt17 A4IBAQBF5LcfCmdJavPxyXQu1/Q0uPkX1L9Qfpk3ggxMI+QtrXCbKvjrJMGbg+Fd
H A D1137.crt12 Fd/Fy0VNbgyxmlBeMCUNBS9yG4TZiZqMKZ6Rg3yETi0w+QybfTg6txm/ZkFEaDLQ
/openbsd-src/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

12