Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.cpp104 int OutputFd = DuplicateFile(2); in DupAndCloseStderr() local
105 if (OutputFd > 0) { in DupAndCloseStderr()
106 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr()
111 reinterpret_cast<void *>(GetHandleFromFd(OutputFd))); in DupAndCloseStderr()