Home
last modified time | relevance | path

Searched refs:no_stderr (Results 1 – 25 of 104) sorted by relevance

12345

/dports/lang/solidity/solidity_0.8.11/scripts/
H A Dcommon.sh104 local no_stderr=false
119 no_stderr=true
124 no_stderr=true
142 [[ $no_stderr == "true" ]] || >&2 cat "$stderr_file"
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Commands/
H A DLVM.pm72 no_stderr => 1;
130 my @lines = i_run $cmd, fail_ok => 1, no_stderr => 1;
187 my @lines = i_run $cmd, fail_ok => 1, no_stderr => 1;
/dports/x11-wm/fvwm3/fvwm3-1.0.4/perllib/FVWM/Module/
H A DToolkit.pm91 my $no_stderr = shift || 0; # for private usage only
122 print STDERR "[$title]: $msg\n" if $! && !$no_stderr;
/dports/x11-wm/fvwm2/fvwm-2.6.9/perllib/FVWM/Module/
H A DToolkit.pm91 my $no_stderr = shift || 0; # for private usage only
122 print STDERR "[$title]: $msg\n" if $! && !$no_stderr;
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dwheel_run.pm257 my $no_stderr = (defined $conduit and $conduit eq "pty");
263 (!$no_stderr ? (StderrFilter => $filter_class->new( Literal => "!" ))
266 (!$no_stderr ? (StderrEvent => 'stderr_nonexistent') : ()),
275 (!$no_stderr ? (StderrEvent => 'stderr') : ()),
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/subcmd/
H A Drun-command.c64 need_err = !cmd->no_stderr && cmd->err < 0; in start_command()
93 if (cmd->no_stderr) in start_command()
H A Drun-command.h46 unsigned no_stderr:1; member
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/subcmd/
H A Drun-command.c64 need_err = !cmd->no_stderr && cmd->err < 0; in start_command()
93 if (cmd->no_stderr) in start_command()
H A Drun-command.h46 unsigned no_stderr:1; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/subcmd/
H A Drun-command.c64 need_err = !cmd->no_stderr && cmd->err < 0; in start_command()
93 if (cmd->no_stderr) in start_command()
H A Drun-command.h46 unsigned no_stderr:1; member
/dports/devel/cgit/cgit-1.2.3/git/
H A Drun-command.h118 unsigned no_stderr:1; member
H A Dconnected.c98 rev_list.no_stderr = opt->quiet; in check_connected()
/dports/devel/git-p4/git-2.34.1/
H A Drun-command.h118 unsigned no_stderr:1; member
H A Dconnected.c118 rev_list.no_stderr = opt->quiet; in check_connected()
/dports/devel/git-svn/git-2.34.1/
H A Drun-command.h118 unsigned no_stderr:1; member
H A Dconnected.c118 rev_list.no_stderr = opt->quiet; in check_connected()
/dports/devel/git-gui/git-2.34.1/
H A Drun-command.h118 unsigned no_stderr:1; member
H A Dconnected.c118 rev_list.no_stderr = opt->quiet; in check_connected()
/dports/devel/git/git-2.34.1/
H A Drun-command.h118 unsigned no_stderr:1; member
H A Dconnected.c118 rev_list.no_stderr = opt->quiet; in check_connected()
/dports/devel/git-cvs/git-2.34.1/
H A Drun-command.h118 unsigned no_stderr:1; member
H A Dconnected.c118 rev_list.no_stderr = opt->quiet; in check_connected()
/dports/devel/py-ipykernel5/ipykernel-5.5.0/ipykernel/
H A Dkernelapp.py153 no_stderr = Bool(False, help="redirect stderr to the null device").tag(config=True) variable in IPKernelApp
368 if self.no_stdout or self.no_stderr:
372 if self.no_stderr:
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Helper/
H A DRun.pm71 if ( $option->{no_stderr} ) {

12345