| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_utils.cpp | 137 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 D | xray_utils.h | 34 explicit LogWriter(int Fd) : Fd(Fd) {} 53 int Fd = -1;
|
| H A D | xray_x86_64.cpp | 29 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 D | RandomNumberGenerator.cpp | 79 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 D | empty.out_lint | 1 mandoc: empty.in:10:2: WARNING: skipping empty macro: Fd 2 mandoc: empty.in:14:2: WARNING: skipping empty macro: Fd
|
| H A D | font.out_markdown | 5 **Fd-font** - changing the font inside the old-style include macro
|
| H A D | arg.out_markdown | 5 **Fd-arg** - escape sequences in the arguments of in-line EOL macros
|
| H A D | empty.out_markdown | 5 **Fd-empty** - empty preprocessor directive macros
|
| H A D | eos.out_markdown | 5 **Fd-eos** - end of sentence handling after the legacy include macro
|
| H A D | eos.out_ascii | 4 FFdd--eeooss - end of sentence handling after the legacy include macro
|
| H A D | font.out_ascii | 4 FFdd--ffoonntt - changing the font inside the old-style include macro
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 110 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 D | FuzzerUtilLinux.cpp | 35 void DiscardOutput(int Fd) { in DiscardOutput() argument 39 dup2(fileno(Temp), Fd); in DiscardOutput()
|
| H A D | FuzzerIOWindows.cpp | 217 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 D | FuzzerIO.h | 99 FILE* OpenFile(int Fd, const char *Mode); 101 int CloseFile(int Fd); 103 int DuplicateFile(int Fd);
|
| H A D | FuzzerUtilDarwin.cpp | 160 void DiscardOutput(int Fd) { in DiscardOutput() argument 164 dup2(fileno(Temp), Fd); in DiscardOutput()
|
| H A D | FuzzerUtilWindows.cpp | 219 void DiscardOutput(int Fd) { in DiscardOutput() argument 223 _dup2(_fileno(Temp), Fd); in DiscardOutput()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
| H A D | filedoalloc.c | 58 # define isatty(Fd) __isatty (Fd) argument
|
| H A D | wfiledoalloc.c | 59 # define isatty(Fd) __isatty (Fd) argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | linux.cpp | 206 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 D | mandoc.css | 224 .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 D | InstrumentationMap.cpp | 221 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 D | 1583.crt | 17 A4IBAQBF5LcfCmdJavPxyXQu1/Q0uPkX1L9Qfpk3ggxMI+QtrXCbKvjrJMGbg+Fd
|
| H A D | 1137.crt | 12 Fd/Fy0VNbgyxmlBeMCUNBS9yG4TZiZqMKZ6Rg3yETi0w+QybfTg6txm/ZkFEaDLQ
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/ |
| H A D | Makefile | 4 SUBDIR += D1 Db Dd Dl Dq Dt Dv Em Eo Er Ev Ex Fd Fl Fo Ft Ic In Lb Li Lk
|