/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/t/ |
H A D | Langinfo.t | 38 my %want = 53 my @want = sort keys %want; 55 print "1..", scalar @want, "\n"; 57 for my $i (1..@want) { 58 my $try = $want[$i-1]; 62 if (ref $want{$try} && $got =~ $want{$try} || $got eq $want{$try}) { 65 print qq[not ok $i - $try is "$got" not "$want{ [all...] |
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | t-match.c | 19 #define try(str, pat, want) \ 21 if (!SM_TEST(got == want)) \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | grep.t | 150 my $want = wantarray(); 151 if (defined $want) { 152 $gimme = $want ? 'list' : 'scalar';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/ |
H A D | cwd.t | 136 my $want = File::Spec->catdir("t", $Test_Dir); 138 like($abs_path, qr|$want$|); 139 like($fast_abs_path, qr|$want$|);
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.s | 78 * This is necessary to ensure that the registers we want to
|
H A D | alloca.s | 37 ! we want to bump %sp by the requested size
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.s | 78 * This is necessary to ensure that the registers we want to
|
H A D | alloca.s | 36 ! we want to bump %sp by the requested size
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 379 char *want, *altern; local 383 want = flds[k]; 386 altern = index(want, '-'); 389 ok = expect(want, fn); 397 want = index(altern, '-'); 398 if (want != NULL) 399 *want++ = NULLCHAR;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
H A D | MD5.pm | 115 multiple of 4 bytes long. If you want interoperability with other 116 base64 encoded md5 digests you might want to append the redundant 147 This a copy of the $md5 object. It is useful when you do not want to 183 In most cases you want to make sure that the $io_handle is in 191 multiples of 8, so you probably want to just use add() instead. The 204 digest value. Call $md5->clone->digest if you want to calculate the 222 bytes long. If you want interoperability with other base64 encoded 223 md5 digests you might want to append the string "==" to the result.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
H A D | IO.pm | 65 modules you want.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/ |
H A D | base.pm | 86 Digest implementations might want to inherit from this class to get
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/ |
H A D | NDBM_File.pm | 50 The hash variable you want to tie. 59 The name of the file you want to tie to the hash. 81 If you want to create the file if it does not exist, add C<O_CREAT> to
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/ |
H A D | ODBM_File.pm | 50 The hash variable you want to tie. 59 The name of the file you want to tie to the hash. 81 If you want to create the file if it does not exist, add C<O_CREAT> to
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/ |
H A D | SDBM_File.pm | 53 The hash variable you want to tie. 62 The name of the file you want to tie to the hash. 84 If you want to create the file if it does not exist, add C<O_CREAT> to
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Wrap.pm | 150 be used: it is unlikley you would want to pass in a number. 185 into tabs. If you do not want tabs in your results, set 187 want to use 8-character tabstops, set C<$Text::Wrap::tabstop> to 188 the number of characters you do want for your tabstops. 190 If you want to separate your lines with something other than C<\n>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | utf8.pm | 91 UTF-8. If you want to have such bytes and use utf8, you can disable 94 If you want to automatically upgrade your 8-bit legacy bytes to UTF-8, 96 you want to implicitly upgrade your ISO 8859-1 (Latin-1) bytes to UTF-8 110 you should not say that unless you really want to have UTF-8 source code. 130 UTF-8 flag is off, e.g. when you want to make sure that the substr() 168 probably want to use utf8::is_utf8() instead.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Encoder.pm | 124 but also handier when you want to stack encodings. Suppose you want 242 They come in handy when you want to print or find the size of data.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | writemain.SH | 22 : Protect any dollar signs and backticks that you do not want interpreted
|
H A D | minimod.pl | 120 called minimod.PL. In case you want to patch it, please patch
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | cflags.SH | 29 : Protect any dollar signs and backticks that you do not want interpreted
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
H A D | QuotedPrint.pm | 60 characters. You might want to pass it as "\015\012" to produce data 86 module to select the byte encoding you want. For example:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/ |
H A D | Makefile.PL | 61 *** sending remote syslog messages. If you want to log messages on the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/ |
H A D | cookie.cgi | 42 Choose the animals you want to add to the zoo, and click "add".
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 63 want to use CPAN.pm, you have to configure it properly. 65 If you do not want to enter a dialog now, you can answer 'no' to this 145 If you want, I can keep the source files after a build in the cpan 147 files from there. If you don\'t want to keep them, answer 0 to the 236 filename of the history file and with its size. If you do not want to 354 parameters \(e.g. PREFIX, LIB, UNINST or the like\) you want to pass 427 permanently. If you do not want that, just press RETURN. You will then 489 please answer 'y', but if you want me to get a new database now, 624 each, separated by spaces, or none if you just want to keep your
|