Home
last modified time | relevance | path

Searched refs:shout (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Drun.c147 int shin, shout, sherr; in run_exec() local
187 shout = 1; in run_exec()
202 if (stout && (shout = open (stout, mode_out, 0666)) == -1) in run_exec()
245 if (shout != 1) in run_exec()
247 (void) dup2 (shout, 1); in run_exec()
248 (void) close (shout); in run_exec()
382 (void) close (shout); in run_exec()
/mirbsd/src/gnu/usr.bin/perl/lib/Text/TabsWrap/
DCHANGELOG80 <shout>LONG WORDS WILL NOW BE WRAPPED BY DEFAULT</shout>.
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlsec.pod109 $shout = `echo $arg`; # Insecure, $shout now tainted
Dperltie.pod885 sub TIEHANDLE { print "<shout>\n"; my $i; bless \$i, shift }
975 sub DESTROY { print "</shout>\n" }
Dperl5004delta.pod608 print "<shout>\n";
672 print "</shout>\n";
Dperlretut.pod1617 $x =~ /shout/; # matches
/mirbsd/src/share/dict/
Dwords20734 shout
Dweb2a4529 battle shout
54134 shout song
Dweb2179924 shout
/mirbsd/src/share/misc/
Dacronyms10271 PDS please don't shout
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.614100 Log: Fix a typo, un-shout, and reformat the installation output.