/openbsd/lib/libc/time/ |
H A D | localtime.c | 1561 #ifndef WRONG 1659 return WRONG; in time2sub() 1661 return WRONG; in time2sub() 1664 return WRONG; in time2sub() 1670 return WRONG; in time2sub() 1695 return WRONG; in time2sub() 1698 return WRONG; in time2sub() 1793 return WRONG; in time2sub() 1798 return WRONG; in time2sub() 1836 return WRONG; in time1() [all …]
|
/openbsd/regress/usr.bin/ssh/ |
H A D | sshsig.sh | 18 WRONG=$OBJ/wrong-key.pub 106 (printf "$sig_principal " ; cat $WRONG) > $OBJ/allowed_signers 214 cat $WRONG > $OBJ/revoked_keys 242 (printf "$sig_principal " ; cat $WRONG) > $OBJ/allowed_signers
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perllol.pod | 95 $AoA[$i] = @tmp; # WRONG! 184 print @AoA; # WRONG
|
H A D | perlref.pod | 701 sub inner { return $x * 19 } # WRONG 852 \local(@array) = foo(); # WRONG 853 \(%hash) = bar(); # WRONG
|
H A D | perldsc.pod | 120 $AoA[$i] = @array; # WRONG! 140 $AoA[$i] = \@array; # WRONG!
|
H A D | perl5005delta.pod | 878 %hash = { one => 1, two => 2, }; # WRONG 879 %hash = [ qw/ an anon array / ]; # WRONG
|
H A D | perlsub.pod | 626 my ($foo) = <STDIN>; # WRONG? 635 my $foo, $bar = 1; # WRONG 1155 # WRONG 1176 baz(); # WRONG: calls itself, but leaks memory
|
H A D | perl5220delta.pod | 2021 [A-z] # WRONG; Not portable; not clear what is meant 2022 [a-Z] # WRONG; Not portable; not clear what is meant 2023 [%-.] # WRONG; Not portable; not clear what is meant 2024 [\x41-Z] # WRONG; Not portable; not obvious to non-geek
|
H A D | perlrecharclass.pod | 600 / [ \x{10 FFFF} ] /xx # WRONG!
|
H A D | perldiag.pod | 5619 [A-z] # WRONG; Not portable; not clear what is meant 5620 [a-Z] # WRONG; Not portable; not clear what is meant 5621 [%-.] # WRONG; Not portable; not clear what is meant 5622 [\x41-Z] # WRONG; Not portable; not obvious to non-geek 5713 %hash = { one => 1, two => 2, }; # WRONG 5714 %hash = [ qw/ an anon array / ]; # WRONG
|
H A D | perlebcdic.pod | 1048 $is_ascii = "\r" ne chr(13); # WRONG
|
H A D | perlop.pod | 1591 $s = q{ if($x eq "}") ... }; # WRONG 1615 qXfooX # WRONG!
|
H A D | perlport.pod | 126 print $socket "Hi there, client!\r\n"; # WRONG
|
H A D | perlfunc.pod | 2449 eval { $answer = }; # WRONG 3405 getprotobynumber $number eq 'icmp' # WRONG 8161 # WRONG 8164 # WRONG
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq5.pod | 595 print $fd[1] "Type it: "; # WRONG 596 my $got = <$fd[0]> # WRONG 597 print $fd[2] "What was that: $got"; # WRONG 797 open my $fh, '+>', '/path/name'; # WRONG (almost always)
|
H A D | perlfaq7.pod | 614 local($foo) = <$fh>; # WRONG 621 my($foo) = <$fh>; # WRONG
|
H A D | perlfaq4.pod | 614 my $yesterday = localtime() - ONE_DAY; # WRONG 630 my ($d, $m, $y) = ( localtime $today-86400 )[3..5]; # WRONG 1247 my $oref = "$aref"; # WRONG 1258 print "@lines"; # WRONG - extra blanks
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | EquivalentUnifiedIdeograph.txt | 328 2FAE ; 975E # KANGXI RADICAL WRONG
|
H A D | DNormalizationProps.txt | 4583 2FAE ; NFKC_CF; 975E # So KANGXI RADICAL WRONG
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | README | 74 /berman/migchain/source/gdb-6.3/gdb/configure # WRONG
|
/openbsd/games/fortune/datfiles/ |
H A D | zippy | 330 I can't decide which WRONG TURN to make first!! 332 I can't decide which WRONG TURN to make first!! I wonder if BOB
|
H A D | fortunes-o | 1390 putting his bird in the *WRONG* bushes.
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | epigraphs.pod | 1919 A long habit of not thinking a thing WRONG, gives it a superficial
|
/openbsd/gnu/usr.bin/cvs/ |
H A D | FAQ | 1773 WRONG: CVSROOT=C:\SRC\CVSROOT
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | texinfo.txi | 13095 @@c WRONG - missing @@end ifset.
|