Lines Matching refs:DEVNULL
1431 local *DEVNULL;1434 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null";1435 $childOut = ">&DEVNULL";1436 $childErr = ">&DEVNULL";1451 close DEVNULL if ($quiet);