Home
last modified time | relevance | path

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

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