Searched refs:devNull (Results 1 – 1 of 1) sorted by relevance
93 int devNull = open("/dev/null", O_WRONLY); in DisableStderr() local94 REQUIRE(devNull != -1); in DisableStderr()97 dupToStderrAndClose(devNull); in DisableStderr()