Searched refs:devnull (Results 1 – 2 of 2) sorted by relevance
25 with open(os.devnull, 'w') as devnull:27 stdout=devnull, stderr=devnull)
111 int devnull = open("/dev/null", O_RDONLY); in SetUp() local112 if (devnull < 0) err(1, "failed to open /dev/null"); in SetUp()114 if (!dup2(devnull, STDIN_FILENO)) err(1, "failed to overwrite stdin"); in SetUp()115 static_cast<void>(close(devnull)); in SetUp()