/osnet-11/usr/src/grub/grub2/tests/ |
H A D | grub_script_final_semicolon.in | 6 echo one; echo two 7 echo one; echo two; 8 echo one ; echo two ; 9 echo one ; echo two ; echo three 10 echo one; echo two ; echo three;
|
H A D | grub_script_return.in | 56 echo two 81 echo two 93 echo two 100 echo two 124 echo two 131 echo two
|
H A D | grub_script_for1.in | 3 for x in one two 'three 3' "four 4" five six-6; do echo $x; done 5 for x in one two 'three 3' "four 4" five six-6 14 a="one two three" 23 b="one two three"
|
H A D | grub_script_echo1.in | 20 echo one two three 21 echo "one two three" 22 echo 'one two three' 35 echo one"two"three 36 echo one${two}three 37 echo one"two"$three 39 echo one'two'three 40 echo one${two}three 41 echo one'two'$three 43 echo one'two'thre [all...] |
H A D | grub_script_while1.in | 7 echo two
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | decl.t | 17 do two(); 19 sub two { subroutine 22 format two = format 37 $~ = 'two';
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | t-strl.c | 32 int one, two, k; local 98 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]); 99 SM_TEST(one == two); 102 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]); 103 SM_TEST(one == two); 106 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]); 107 SM_TEST(one == two); 110 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]); 111 SM_TEST(one == two); 114 two [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/ |
H A D | HiRes.t | 102 my @two = gettimeofday(); 103 ok 4, ($two[0] > $one[0] || ($two[0] == $one[0] && $two[1] > $one[1])), 104 "@two is not greater than @one"; 108 ok 6, $f - $two[0] < 2, "$f - $two[0] >= 2"; 117 my $two = time; 120 ok 7, $one == $two || $two [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | mbi_rand.t | 32 my $two = Math::BigInt->new(2); 65 "# tried $ADB * $B + $two*$AMB - $AMB\n" 66 unless ok ($ADB*$B+$two*$AMB-$AMB,$As); 74 "# tried $ADB * $A + $two*$AMB - $AMB\n" 75 unless ok ($ADB*$A+$two*$AMB-$AMB,$Bs); 76 # print " +$two * $AMB = ",$ADB * $A + $two * $AMB,"\n"; 77 # print " -$AMB = ",$ADB * $A + $two * $AMB - $AMB,"\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | BareCalc.pm | 25 base_len new zero one two ten copy str num add sub mul div mod inc dec
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/ |
H A D | testcmp.pl | 20 testcmp -- compare two files line-by-line 32 Compare two text files line-by-line and return 0 if they are the 39 function that takes two pre-chomped text-lines as its arguments 41 return 0 if it considers the two lines equivalent, and non-zero 77 ## these two lines must be different
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | use_ok.t | 20 package Foo::two;
|
/osnet-11/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_net_include.sh | 129 # Do the two interfaces share a physical interface? 245 done < "$file" | while read one two; do 247 [ "$one" = "$keyword" ] && echo "$one $two" 531 done` | while read one two; do 533 [ "$one $two" = "$inet_oneline_epilogue" ] && \ 535 line="addif $zaddr $one $two" 547 | while read one two; do 550 addif $two >/dev/null
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprofile.c | 256 reg Pfobj_t *one, *two, *next; local 262 /* partition to two equal size lists */ 263 one = two = NIL(Pfobj_t*); 271 pf->next = two; 272 two = pf; 279 two = pfsort(two); 282 if(PFLINE(one) == 0 && PFLINE(two) == 0) 283 cmp = PFVM(one) > PFVM(two) ? 1 : -1; 286 else if(PFLINE(two) [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | goto.t | 239 sub two { subroutine 248 sub one { print "ok 6\n"; goto &two; print "not ok 6\n"; }
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/ |
H A D | diff_upload.cgi | 15 Enter two files. When you press "submit" their diff will be
|
H A D | multiple_forms.cgi | 27 [qw{one two three four five}],'three'),"\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Pipe.pm | 207 (see the C<Symbol> package). C<IO::Pipe::new> optionally takes two 209 subclass thereof. These two objects will be used for the system call 213 These two handles are held in the array part of the GLOB until either 237 on the newly created C<IO::Pipe> object. It returns an array of two objects
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 75 static int treecompare(Dt_t* dt, char* one, char* two, Dtdisc_t* disc) argument 77 static int treecompare(dt, one, two, disc) 80 char* two; 84 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Compare.pm | 148 The File::Compare::compare function compares the contents of two 155 File::Compare::compare_text does a line by line comparison of the two
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/ |
H A D | crossplatform.t | 92 my ($module, $one, $two) = @_; 94 my ($two_v) = $module->splitpath( $module->rel2abs($two) );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2text.PL | 182 quote; if I<quotes> is two characters, the first character is used as the 184 characters, the first two are used as the left quote and the second two as 192 Assume each sentence ends with two spaces and try to preserve that spacing. 200 formatting the output. Output will be wrapped at two columns less than the 209 unless B<-t> is given, in which case it's two columns less than the width of
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | FileHandle.pm | 158 It requires two parameters, which are passed to C<FileHandle::fdopen>; 162 C<FileHandle::open> accepts one parameter or two. With one parameter, 163 it is just a front end for the built-in C<open> function. With two
|
H A D | open.pm | 169 "layers" (also known as "disciplines") for all I/O. Any two-argument 266 If Perl is not built to use PerlIO as its IO system then only the two 271 between the two modes when opening files (which is many DOS-like 272 platforms, including Windows). These two layers are no-ops on
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | memchr.s | 82 cmp %o4, 2 ! only two bytes needed to align?
|