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

  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 5467 my $to_devnull = ">$dev_null 2>&1";
5468 if (system(ShellEscape($nm, "--demangle", $image) . $to_devnull) == 0) {
5472 } elsif (system(ShellEscape($cppfilt, $image) . $to_devnull) == 0) {
5477 if (system(ShellEscape($nm, "-f", $image) . $to_devnull) == 0) {
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 5467 my $to_devnull = ">$dev_null 2>&1";
5468 if (system(ShellEscape($nm, "--demangle", $image) . $to_devnull) == 0) {
5472 } elsif (system(ShellEscape($cppfilt, $image) . $to_devnull) == 0) {
5477 if (system(ShellEscape($nm, "-f", $image) . $to_devnull) == 0) {

Completed in 74 milliseconds