HomeSort by: relevance | last modified time | path
    Searched refs:dev_null (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 197 dev_null = os.open('/dev/null', 0)
198 os.dup2(dev_null, 2)
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 131 my $dev_null = "/dev/null";
132 if (! -e $dev_null && $^O =~ /MSWin/) { # $^O is the OS perl was built for
133 $dev_null = "nul";
766 if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) {
5013 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) {
5030 if (system("$cmd -i --help >$dev_null 2>&1") == 0) {
5220 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||
5467 my $to_devnull = ">$dev_null 2>&1";
5485 $image) . " 2>$dev_null $cppfilt_flag",
5487 $image) . " 2>$dev_null $cppfilt_flag"
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 131 my $dev_null = "/dev/null";
132 if (! -e $dev_null && $^O =~ /MSWin/) { # $^O is the OS perl was built for
133 $dev_null = "nul";
751 if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) {
4914 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) {
4931 if (system("$cmd -i --help >$dev_null 2>&1") == 0) {
5121 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||
5368 my $to_devnull = ">$dev_null 2>&1";
5386 $image) . " 2>$dev_null $cppfilt_flag",
5388 $image) . " 2>$dev_null $cppfilt_flag"
    [all...]
  /src/external/mit/libuv/dist/test/
test-spawn.c 1679 const char dev_null[] = "NUL"; local
1683 const char dev_null[] = "/dev/null"; local
1686 r = uv_fs_open(NULL, &fs_req, dev_null, UV_FS_O_RDWR, 0, NULL);

Completed in 44 milliseconds