/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/ |
H A D | reftype.t | 41 my($type,$what) = @$test; 44 print "# $what\n"; 45 my $res = reftype($what); 48 bless $what, $pack if $type && defined $pack;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | st-dump.pl | 72 my $what = "$object"; # Stringify 73 my ($bless, $ref, $addr) = $what =~ /^(\w+)=(\w+)\((0x.*)\)$/; 74 ($ref, $addr) = $what =~ /^(\w+)\((0x.*)\)$/ unless $bless;
|
H A D | malice.t | 117 my ($data, $sub, $magic_len, $what) = @_; 123 is (defined ($clone), '', "truncated $what to $i should fail"); 125 like ($@, "/^Magic number checking on storable $what failed/", 134 my ($data, $sub, $what, $name) = @_; 137 is (defined ($clone), '', "$name $what should fail"); 138 like ($@, $what, $name); 142 my ($contents, $sub, $what, $isnetwork) = @_; 143 my $isfile = $what eq 'file'; 158 + ($isnetwork ? $network_magic : $other_magic), $what); 237 "/^Corrupted storable $what \\(binar [all...] |
H A D | blessed.t | 125 my ($what, $times) = @$self; 126 return ("$what$times", ($::immortals{$what}) x $times); 133 my ($what, $times) = $x =~ /(.)(\d+)/; 136 my $expect = $::immortals{$what};
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/ |
H A D | fields.t | 17 use fields qw(what); 25 [sort qw(_no Pants who _up_yours what)] 37 [sort qw(Pants who what)]); 53 what => 'Ahh', who => 'Moo', 58 @{$obj}{qw(what who _up_yours)} = ('Ahh', 'Moo', 'Yip');
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | smstdio.c | 243 ** what -- type of information setting 253 sm_stdiosetinfo(fp, what, valp) 255 int what; 258 switch (what) 272 ** what -- type of information request 282 sm_stdiogetinfo(fp, what, valp) 284 int what; 287 switch (what)
|
H A D | findfp.c | 273 ** what -- type of information to set 279 ** - when what != SM_IO_WHAT_VECTORS and setinfo vector 285 sm_io_setinfo(fp, what, valp) 287 int what; 293 switch (what) 325 return (*fp->f_setinfo)(fp, what, valp); 344 ** what -- type of information request 358 sm_io_getinfo(fp, what, valp) 360 int what; 367 switch (what) [all...] |
H A D | stdio.c | 296 ** what -- type of info to set 305 sm_stdsetinfo(fp, what, valp) 307 int what; 310 switch (what) 326 ** what -- type of info to get 331 ** on 'what' value, and returns values >=0. Return 337 sm_stdgetinfo(fp, what, valp) 339 int what; 342 switch (what)
|
H A D | strio.c | 392 ** Currently only SM_IO_WHAT_MODE is supported for 'what'. 396 ** what -- type of information to set 405 sm_strsetinfo(fp, what, valp) 407 int what; 410 switch(what) 423 ** Currently only SM_IO_WHAT_MODE is supported for 'what'. 427 ** what -- type of information requested 436 sm_strgetinfo(fp, what, valp) 438 int what; 441 switch(what) [all...] |
/osnet-11/usr/src/lib/brand/shared/brand/amd64/ |
H A D | runexe.s | 59 movq %rax, %rsp / Set %rsp to what linkers expect
|
/osnet-11/usr/src/lib/brand/shared/brand/i386/ |
H A D | runexe.s | 59 movl %eax, %esp / Set %esp to what linkers expect
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Stash.pm | 1 # Stash.pm -- show what stashes are loaded 11 B::Stash - show what stashes are loaded
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | sha256.c | 327 const char *what; 330 what = "short string"; 341 what = "long string"; 350 what = "one million \"a\""; 364 report ("digest", GCRY_MD_SHA224, what, errtxt); 371 const char *what; 374 what = "short string"; 385 what = "long string"; 395 what = "one million \"a\""; 410 report ("digest", GCRY_MD_SHA256, what, errtx 326 const char *what; local 370 const char *what; local [all...] |
H A D | sha512.c | 374 const char *what; 377 what = "short string"; 389 what = "long string"; 401 what = "one million \"a\""; 417 report ("digest", GCRY_MD_SHA384, what, errtxt); 424 const char *what; 427 what = "short string"; 440 what = "long string"; 453 what = "one million \"a\""; 470 report ("digest", GCRY_MD_SHA512, what, errtx 373 const char *what; local 423 const char *what; local [all...] |
H A D | hmac-tests.c | 98 const char *what; local 103 what = "FIPS-198a, A.1"; 116 what = "FIPS-198a, A.2"; 127 what = "FIPS-198a, A.3"; 138 what = "FIPS-198a, A.4"; 154 report ("hmac", GCRY_MD_SHA1, what, errtxt); 172 "what do ya want for nothing?", 248 const char *what; local 254 what = tv[tvidx].desc; 269 report ("hmac", GCRY_MD_SHA224, what, errtx 362 const char *what; local 516 const char *what; local 654 const char *what; local [all...] |
H A D | rijndael.c | 1072 const char *what; 1075 what = "low-level"; 1082 what = "cfb"; 1087 what = "ofb"; 1097 report ("cipher", GCRY_CIPHER_AES128, what, errtxt); 1105 const char *what; 1110 what = "low-level"; 1120 report ("cipher", GCRY_CIPHER_AES192, what, errtxt); 1129 const char *what; 1134 what 1069 const char *what; local 1102 const char *what; local 1126 const char *what; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Constant.pm | 543 # Figure out what to switch on. 627 my $what = shift; 628 foreach (sort keys %$what) { 632 $params->{''} = 1 if $what->{''}; 633 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN}; 634 $params->{NV} = 1 if $what->{NV}; 635 $params->{PV} = 1 if $what->{PV} || $what [all...] |
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_handle.c | 311 dtrace_dropkind_t what, uint64_t howmany) 317 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION); 322 drop.dtdda_kind = what; 327 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what)); 336 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ", 310 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | bf.c | 191 ** fmode -- what mode the file should be created as 260 ** what -- type of info to obtain 265 sm_bfgetinfo(fp, what, valp) 267 int what; 273 switch (what) 820 ** what -- type of info to set/change 826 sm_bfsetinfo(fp, what, valp) 828 int what; 836 switch (what)
|
H A D | sfsasl.c | 45 ** what -- the type of information requested 56 sasl_getinfo(fp, what, valp) 58 int what; 63 switch (what) 75 return sm_io_getinfo(so->fp, what, valp); 439 ** what -- the type of information requested 451 tls_getinfo(fp, what, valp) 453 int what; 458 switch (what)
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 1411 dm_get_usage_string(char *what, char *how, char **usage_string) argument 1415 if (usage_string == NULL || what == NULL) { 1420 if (strcmp(what, DM_USE_MOUNT) == 0) { 1430 } else if (strcmp(what, DM_USE_VFSTAB) == 0) { 1434 } else if (strcmp(what, DM_USE_FS) == 0) { 1437 } else if (strcmp(what, DM_USE_SVM) == 0) { 1447 } else if (strcmp(what, DM_USE_VXVM) == 0) { 1450 } else if (strcmp(what, DM_USE_LU) == 0) { 1454 } else if (strcmp(what, DM_USE_DUMP) == 0) { 1458 } else if (strcmp(what, DM_USE_EXPORTED_ZPOO [all...] |
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 576 set_index(void *what, int index) { argument 579 timer = what; 584 free_timer(void *what, void *uap) { argument 585 evTimer *t = what; 593 print_timer(void *what, void *uap) { argument 594 evTimer *cur = what; 597 cur = what;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 841 local($what,$prefix,$base) = @_; 860 local($sname) = &psou($what); 864 for $field (split(/;/, $struct{$what})) { 884 if ($isaunion{$what}) { 898 $revpad = $length/8 if $isaunion{$what}; 957 $countof{$what} = $struct_count unless defined $countof{$whati}; 1058 warn "what's this? $whatis in $line "; 1202 local($what, $_) = @_; 1203 /u/ && $isaunion{$what}++; 1204 /s/ && $isastruct{$what} [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
H A D | ToText.pm | 69 future, and this may change what options are supported.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Tabs.pm | 84 Text::Tabs does about what the unix utilities expand(1) and unexpand(1)
|