Searched refs:what (Results 51 - 75 of 141) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL256 information about what those errors might mean.
387 All possible messages the program can print out--and what they mean. You
391 If applicable, please include details on what the user should do to correct
402 Don't just present an example without explaining what it does. Adding a
403 short paragraph saying what the example will do can increase the value of
426 what it uses them for. File names should be enclosed in FE<lt>E<gt>. It's
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL348 # Explain what perlbug is
474 result, and what you expected.
956 (use alone or with -v). You must describe what went wrong
1047 =item Are you sure what you have is a bug?
1058 Check in L<perldiag> to see what any Perl error message(s) mean.
1132 A compact description of what's wrong is fine.
1217 and say what went wrong. Alternatively, a prepared report may be
1271 None known (guess what must have been used to report them?)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t26 my $what = defined $c ? '(' . $p . ')' : 'no prototype';
28 print '# Testing ',$what,"\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm73 If $dont_execute is true it will only print what it was going to do
307 If $dont_execute is true it will only print what it was going to do
H A DInstalled.pm261 ExtUtils::Installed provides a standard way to find out what core and module
H A DMM_Win32.pm438 These are based on what command.com does on Win98. They may be wrong
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.h369 /* .what is a character array with one character for each member of .data
383 U8 *what; member in struct:reg_data
H A Ddoio.c1616 char *what; local
1623 if (PL_tainted) { TAINT_PROPER(what); } \
1638 what = "chmod";
1654 what = "chown";
1678 what = "kill";
1748 what = "unlink";
1770 what = "utime";
1787 * library figure out what to do. This usually means
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm47 documentation to see what constants are implemented in your system.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm128 my ($what, $how) = splice(@_, 0, 2);
129 fail "Unknown selector: $what"
130 unless exists $extractor_for{$what};
131 fail "Filter for $what is not a subroutine reference"
133 push @transforms, gen_std_filter_for($what,$how);
459 B<Note that, no matter what you set the terminator pattern to,
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c1324 const char *what;
1327 what = "low-level";
1338 report ("pubkey", GCRY_PK_ECDSA, what, errtxt);
1319 const char *what; local
H A Ddes.c1034 do_tripledes_set_extra_info (void *context, int what, argument
1043 switch (what)
1125 const char *what;
1130 what = "low-level";
1144 report ("cipher", GCRY_CIPHER_3DES, what, errtxt);
1124 const char *what; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t370 my ($what, $template, $in, $out) = @$_;
371 my $got = $what eq 'u' ? (unpack $template, $in) : (pack $template, $in);
373 my $un = $what eq 'u' ? 'un' : '';
/osnet-11/usr/src/cmd/parted/
H A Dparted.c302 * what contains SECT_START if the sector to adjust is a start sector
310 prefer_snap (PedSector s, int what, PedGeometry* range, EMoves* allow, argument
317 PED_ASSERT (what == SECT_START || what == SECT_END, return 0);
325 new_sect = part->geom.end + 1 + what;
333 new_sect = part->geom.start + what;
343 && what == SECT_START) )
346 && what == SECT_END) )
488 "%s's file system manipulation code is not as robust as what you'll find in\n"
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c811 * MBR is supposed to be of 512 bytes no matter what the device block size is.
1485 fdisk_get_disk_geom(ext_part_t *epp, int type, int what) argument
1489 switch (what) {
1504 switch (what) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm50 1766), for declaring what language form (language and possibly
120 what you want to feed it.
129 The output is untainted. If you don't know what tainting is,
388 The output is untainted. If you don't know what tainting is,
670 # E.g., what should Oriya's list be, besides just Hindi?
716 an internal table that stipulates what common
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm215 Add more detail about what $put_sub and $get_meth are and how to use them.
H A DLint.pm70 Neither of these will do what a naive user would expect.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm182 Encode::Guess enables you to guess in what encoding a given data is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm258 function call. It allows the user to see what IO handles, see L<IO::Handle>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm58 # took me a while to figure out what I was trying to do.
267 look different than what would be expected. If you wish to add more tags to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm81 what it does with pipe buffering. Thus you can't just open a pipe to
330 unless $saved{fileno $fd}; # Do not close what we redirect!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm281 essentially what it does.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm247 no matter what machine you're on, but they return C<undef> if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm173 (can) explicitly specify the layers and are supposed to know what you

Completed in 1328 milliseconds

123456