/osnet-11/usr/src/grub/grub2/tests/ |
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'three"fou [all...] |
H A D | grub_script_final_semicolon.in | 9 echo one ; echo two ; echo three 10 echo one; echo two ; echo three;
|
H A D | grub_script_return.in | 59 echo three 102 echo three
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | decl.t | 28 sub three { subroutine 31 do three(); 40 $~ = 'three'; 43 format three = format
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | use_ok.t | 27 package Foo::three;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/ |
H A D | HiRes.t | 119 my $three = time; 120 ok 7, $one == $two || $two == $three, "slept too long, $one $two $three"; 168 my $three = time; 169 ok 12, $one == $two || $two == $three, "slept too long, $one $two $three";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/ |
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 | File.pm | 76 C<open> accepts one, two or three parameters. With one parameter, 77 it is just a front end for the built-in C<open> function. With two or three 91 it passes all the three arguments to the three-argument C<open> operator.
|
/osnet-11/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_net_include.sh | 529 done | while read three four; do 530 [ "$three" != addif ] && echo "$three $four \c"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | DB.t | 136 @ret = three(1); 147 sub three { two(@_) } subroutine 226 @baz = map { dualvar(1, $_) } qw( one two three four five );
|
H A D | strict.pm | 59 casual programming.) Currently, there are three possible things to be
|
H A D | Dumpvalue.t | 248 %foo = ( three => '123' );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
H A D | form.t | 150 'minie'=>'three'}, 155 <option value="minie">three</option> 167 'minie'=>'three'}, 172 <option value="minie">three</option>
|
H A D | autoescape.t | 99 'minie'=>'three' 106 <option value="minie">three</option>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/ |
H A D | Dict.pm | 36 If there are only three arguments and the third argument is a hash
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
H A D | grent.pm | 68 namely name, passwd, gid, and members (not mem). The first three
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Path.pm | 18 a time. C<mkpath> takes three arguments: 54 C<rmtree> takes three arguments:
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | ecc.c | 400 gcry_mpi_t three, x_3, axb, y; 402 three = mpi_alloc_set_ui (3); 407 mpi_powm (x_3, x, three, base->p); 414 mpi_free (three); 396 gcry_mpi_t three, x_3, axb, y; local
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | ecc.c | 400 gcry_mpi_t three, x_3, axb, y; 402 three = mpi_alloc_set_ui (3); 407 mpi_powm (x_3, x, three, base->p); 414 mpi_free (three); 396 gcry_mpi_t three, x_3, axb, y; local
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/ |
H A D | Langinfo.pm | 123 three constants to be used as arguments to langinfo(): a constant for
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Trig.pm | 344 Spherical coordinates, I<(rho, theta, pi)>, are three-dimensional 345 coordinates which define a point in three-dimensional space. They are 360 Cylindrical coordinates, I<(rho, theta, z)>, are three-dimensional 361 coordinates which define a point in three-dimensional space. They are
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Soundex.pm | 102 character being an upper case letter and the remaining three being digits.
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | speedtest2.tcl | 93 set ones {zero one two three four five six seven eight nine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | bigintpm.inc | 176 # Functions with three arguments
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
H A D | Semaphore.pm | 233 a concatenation of smaller lists, each which has three values. The
|