Searched defs:dev_null (Results 1 – 7 of 7) sorted by relevance
48 int dev_null = open("/dev/null", O_RDONLY); in main() local
21 int dev_null; variable
162 dev_null (const char *format UNUSED, ...) in dev_null() function
528 let dev_null = fs::OpenOptions::new() in run() localVariable593 let dev_null = fs::OpenOptions::new() in fork() localVariable
300 int dev_null = -1, orig_stdout_fd = -1, orig_stderr_fd = -1; in test_cmdline() local
596 int dev_null = open("/dev/null", O_WRONLY); in GetAppOutputInternal() local
516 int dev_null = open("/dev/null", O_RDONLY); in TEST() local