Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp137 int OutputFd = DuplicateFile(2); in DupAndCloseStderr() local
138 if (OutputFd >= 0) { in DupAndCloseStderr()
139 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr()
144 reinterpret_cast<void *>(GetHandleFromFd(OutputFd))); in DupAndCloseStderr()