/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/ |
H A D | V.pm | 9 @EXPORT = qw( dprofpp $opt_v $results $expected report @results ); 44 sub report { subroutine
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ |
H A D | usb_keyboard.c | 77 grub_uint8_t report[8]; 225 /* Test showed that getting report may make the keyboard go nuts. 232 grub_uint8_t report[8]; 234 grub_memset (report, 0, sizeof (report)); 237 sizeof (report), (char *) report); 241 data->status = report[0]; 249 sizeof (data->report), 250 (char *) data->report); 76 grub_uint8_t report[8]; member in struct:grub_usb_keyboard_data 270 char report[1]; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | hmac-tests.c | 96 selftests_sha1 (int extended, selftest_report_func_t report) argument 153 if (report) 154 report ("hmac", GCRY_MD_SHA1, what, errtxt); 161 selftests_sha224 (int extended, selftest_report_func_t report) argument 268 if (report) 269 report ("hmac", GCRY_MD_SHA224, what, errtxt); 275 selftests_sha256 (int extended, selftest_report_func_t report) argument 410 if (report) 411 report ("hmac", GCRY_MD_SHA256, what, errtxt); 417 selftests_sha384 (int extended, selftest_report_func_t report) argument 543 selftests_sha512(int extended, selftest_report_func_t report) argument 683 run_selftests(int algo, int extended, selftest_report_func_t report) argument 717 _gcry_hmac_selftest(int algo, int extended, selftest_report_func_t report) argument [all...] |
H A D | sha256.c | 325 selftests_sha224 (int extended, selftest_report_func_t report) 363 if (report) 364 report ("digest", GCRY_MD_SHA224, what, errtxt); 369 selftests_sha256 (int extended, selftest_report_func_t report) 409 if (report) 410 report ("digest", GCRY_MD_SHA256, what, errtxt); 417 run_selftests (int algo, int extended, selftest_report_func_t report) 424 ec = selftests_sha224 (extended, report); 427 ec = selftests_sha256 (extended, report); 324 selftests_sha224(int extended, selftest_report_func_t report) argument 368 selftests_sha256(int extended, selftest_report_func_t report) argument 416 run_selftests(int algo, int extended, selftest_report_func_t report) argument
|
H A D | sha512.c | 372 selftests_sha384 (int extended, selftest_report_func_t report) 416 if (report) 417 report ("digest", GCRY_MD_SHA384, what, errtxt); 422 selftests_sha512 (int extended, selftest_report_func_t report) 469 if (report) 470 report ("digest", GCRY_MD_SHA512, what, errtxt); 477 run_selftests (int algo, int extended, selftest_report_func_t report) 484 ec = selftests_sha384 (extended, report); 487 ec = selftests_sha512 (extended, report); 371 selftests_sha384(int extended, selftest_report_func_t report) argument 421 selftests_sha512(int extended, selftest_report_func_t report) argument 476 run_selftests(int algo, int extended, selftest_report_func_t report) argument
|
H A D | rijndael.c | 1070 selftest_fips_128 (int extended, selftest_report_func_t report) 1096 if (report) 1097 report ("cipher", GCRY_CIPHER_AES128, what, errtxt); 1103 selftest_fips_192 (int extended, selftest_report_func_t report) 1119 if (report) 1120 report ("cipher", GCRY_CIPHER_AES192, what, errtxt); 1127 selftest_fips_256 (int extended, selftest_report_func_t report) 1142 if (report) 1143 report ("cipher", GCRY_CIPHER_AES256, what, errtxt); 1151 run_selftests (int algo, int extended, selftest_report_func_t report) 1067 selftest_fips_128(int extended, selftest_report_func_t report) argument 1100 selftest_fips_192(int extended, selftest_report_func_t report) argument 1124 selftest_fips_256(int extended, selftest_report_func_t report) argument 1148 run_selftests(int algo, int extended, selftest_report_func_t report) argument [all...] |
H A D | sha1.c | 385 selftests_sha1 (int extended, selftest_report_func_t report) 423 if (report) 424 report ("digest", GCRY_MD_SHA1, what, errtxt); 431 run_selftests (int algo, int extended, selftest_report_func_t report) 438 ec = selftests_sha1 (extended, report); 384 selftests_sha1(int extended, selftest_report_func_t report) argument 430 run_selftests(int algo, int extended, selftest_report_func_t report) argument
|
H A D | dsa.c | 1087 selftests_dsa (selftest_report_func_t report) 1128 if (report) 1129 report ("pubkey", GCRY_PK_DSA, what, errtxt); 1136 run_selftests (int algo, int extended, selftest_report_func_t report) 1145 ec = selftests_dsa (report); 1085 selftests_dsa(selftest_report_func_t report) argument 1134 run_selftests(int algo, int extended, selftest_report_func_t report) argument
|
H A D | ecc.c | 1322 selftests_ecdsa (selftest_report_func_t report) 1337 if (report) 1338 report ("pubkey", GCRY_PK_ECDSA, what, errtxt); 1345 run_selftests (int algo, int extended, selftest_report_func_t report) 1354 ec = selftests_ecdsa (report); 1317 selftests_ecdsa(selftest_report_func_t report) argument 1340 run_selftests(int algo, int extended, selftest_report_func_t report) argument
|
H A D | rsa.c | 1278 selftests_rsa (selftest_report_func_t report) 1324 if (report) 1325 report ("pubkey", GCRY_PK_RSA, what, errtxt); 1332 run_selftests (int algo, int extended, selftest_report_func_t report) 1341 ec = selftests_rsa (report); 1276 selftests_rsa(selftest_report_func_t report) argument 1330 run_selftests(int algo, int extended, selftest_report_func_t report) argument
|
H A D | md.c | 1343 _gcry_md_selftest (int algo, int extended, selftest_report_func_t report) argument 1357 ec = extraspec->selftest (algo, extended, report); 1361 if (report) 1362 report ("digest", algo, "module",
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | perlbug.PL | 52 # append a list of individual differences to the bug report. 114 # Also report selected environment variables. 125 # Changed in 1.24 Added '-F<file>' to save report HVDS 98-07-01 248 # Subject of bug-report message 254 # File to send as report 260 # Body of report 270 # Not OK - provide build failure template by finessing OK report 280 # OK - send "OK" report for build on this system 288 "perlbug -ok" and "perlbug -nok" do not report on Perl versions which 290 $date. If you really want to report thi [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | pt-limit.c | 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
|
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 256 report : 1; member in struct:trans_element_status 274 report : 1; member in struct:ctlr_element_status 369 report : 1; member in struct:device_element
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Xref.pm | 19 The report generated is in the following format: 32 "(definitions)" and "(main)". These report, respectively, on subroutine 36 The report is then grouped by the B<Package> of each variable, 64 Raw output. Instead of producing a human-readable report, outputs a line
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
H A D | ToChecker.pm | 40 (or an error report)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | podselect.PL | 101 Please report bugs using L<http://rt.cpan.org>.
|
H A D | pod2usage.PL | 128 Please report bugs using L<http://rt.cpan.org>.
|
/osnet-11/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 694 report(uint32_t data[], uint16_t len) 724 report(data, 10); 730 report(data2, 2); 732 report(data2, 2);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Pipe.pm | 248 Graham Barr. Currently maintained by the Perl Porters. Please report all
|
H A D | Poll.pm | 199 Graham Barr. Currently maintained by the Perl Porters. Please report all
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/ |
H A D | UNIX.pm | 135 Graham Barr. Currently maintained by the Perl Porters. Please report all
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Carp.pm | 38 croak or shortmess which report the error as being from where 113 # Carp will not report errors from within these packages if it 115 # system. Carp will not report errors from within these packages 116 # either, and will not report calls *to* these packages for carp and 172 # the top-level caller's package and report the error from there. confess() 188 # or simply report the caller's package (croak() and carp()), respectively.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Harness.pm | 207 Test::Harness will report it as a bonus. This indicates that whatever 276 can begin examining the summary report: 294 The columns in the summary report mean: 343 out each individual test which failed along with a summary report and 409 quietly (no report). $total is a hash ref summary of all the tests 1061 test whether new files appeared in that directory, and report them as 1159 Figure a way to report test names in the failure summary.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/ |
H A D | Peek.pm | 98 datatype, and C<mstat("marker")> function to report on memory usage 185 mstats_fillhash(%report, 1); # Static info too 192 mstats2hash($_, %report); # Preserve static info 193 # Do something with %report 380 Note that C<Dump> will not report I<all> the elements in the array, 382 report tree).
|