/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
H A D | 517-t-targetable.t | 137 T_UV => { type => 'u', with_size => undef, what => '(UV)$var', what_size => undef }, 138 T_IV => { type => 'i', with_size => undef, what => '(IV)$var', what_size => undef }, 139 T_NV => { type => 'n', with_size => undef, what => '(NV)$var', what_size => undef }, 140 T_FLOAT => { type => 'n', with_size => undef, what => '(double)$var', what_size => undef }, 141 T_PTR => { type => 'i', with_size => undef, what => 'PTR2IV($var)', what_size => undef }, 142 T_PV => { type => 'p', with_size => undef, what => '$var', what_size => undef }, 143 …T_OPAQUE => { type => 'p', with_size => 'n', what => '(char *)&$var', what_size => ', sizeof($v… 144 …T_OPAQUEPTR => { type => 'p', with_size => 'n', what => '(char *)$var', what_size => ', sizeof(*$v… 145 T_CHAR => { type => 'p', with_size => 'n', what => '(char *)&$var', what_size => ', 1' }, 146 T_CALLBACK => { type => 'p', with_size => 'n', what => '$var.context.value().chp()', [all …]
|
/openbsd/usr.sbin/tokenadm/ |
H A D | tokenadm.c | 75 what_t what; in main() local 79 what = LIST; in main() 112 if (what != LIST) in main() 117 if (what != LIST) in main() 122 if (what != LIST) in main() 144 what = DISABLE; in main() 149 what = ENABLE; in main() 154 what = REMOVE; in main() 174 what = MODECH; in main() 219 switch (what) { in main() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | proc-why.c | 108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument 130 proc_prettyfprint_signal (file, what, verbose); in proc_prettyfprint_why() 135 proc_prettyfprint_fault (file, what, verbose); in proc_prettyfprint_why() 141 proc_prettyfprint_syscall (file, what, verbose); in proc_prettyfprint_why() 147 proc_prettyfprint_syscall (file, what, verbose); in proc_prettyfprint_why() 152 proc_prettyfprint_signal (file, what, verbose); in proc_prettyfprint_why() 157 fprintf (file, "Exit status: %ld\n", what); in proc_prettyfprint_why() 161 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why() 172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument 174 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
|
H A D | wince-stub.c | 120 gdb_wince_id what; in getdword() local 126 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what)) in getdword() 128 while (what_this != what); in getdword() 143 gdb_wince_id what; in getword() local 149 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what)) in getword() 160 #define gethandle(huh, s, what) (HANDLE) getdword ((huh), (s), (what)) argument 161 #define getpvoid(huh, s, what) (LPVOID) getdword ((huh), (s), (what)) argument 162 #define getlen(huh, s, what) (gdb_wince_len) getword ((huh), (s), (what)) argument 190 if (sockwrite (huh, s, &what, sizeof (what)) != sizeof (what)) in putdword() 200 if (sockwrite (huh, s, &what, sizeof (what)) != sizeof (what)) in putword() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
H A D | XS.pm | 159 my ($self, $what) = @_; 160 foreach (sort keys %$what) { 164 $params->{''} = 1 if $what->{''}; 165 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN}; 166 $params->{NV} = 1 if $what->{NV}; 167 $params->{PV} = 1 if $what->{PV} || $what->{PVN}; 168 $params->{SV} = 1 if $what->{SV}; 209 my ($package, $subname, $default_type, $what, $indent, $breakout) = 226 $result .= $self->dump_names ({default_type=>$default_type, what=>$what,
|
H A D | Base.pm | 281 foreach (keys %$what) { 685 my $what = shift; 695 $what->{$type} = 1; 711 $what->{$default_type} = 1; 758 $what->{''} = 1; 909 if (!ref $what) { 911 $what = {map {$_ => 1} split /,\s*/, ($what || '')}; 918 my $params = $self->params ($what); 944 default_type => $default_type, what => $what, 975 my $what = {}; [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | stabs.c | 140 int what; in aout_process_stab() 154 if (what == 's' || what == 'n') 196 if (what != 's') in s_stab_generic() 244 what, desc); in s_stab_generic() 246 if (what == 's' || what == 'n') in s_stab_generic() 262 else if (what == 'd') in s_stab_generic() 270 what = 'n'; in s_stab_generic() 346 if (what == 's') in s_stab_generic() 361 if (what == 's' || what == 'n') in s_stab_generic() 403 s_stab (int what) in s_stab() argument [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | stabs.c | 138 int what; in aout_process_stab() 152 if (what == 's' || what == 'n') 193 if (what != 's') in s_stab_generic() 241 what, desc); in s_stab_generic() 243 if (what == 's' || what == 'n') in s_stab_generic() 259 else if (what == 'd') in s_stab_generic() 267 what = 'n'; in s_stab_generic() 341 if (what == 's') in s_stab_generic() 356 if (what == 's' || what == 'n') in s_stab_generic() 398 s_stab (int what) in s_stab() argument [all …]
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | watch.c | 34 watch_modify_watchers (file, what) in watch_modify_watchers() argument 36 struct addremove_args *what; 97 add_edit_pending = what->adding && what->edit; 98 add_unedit_pending = what->adding && what->unedit; 99 add_commit_pending = what->adding && what->commit; 100 remove_edit_pending = !what->adding && what->edit; 101 remove_unedit_pending = !what->adding && what->unedit; 102 remove_commit_pending = !what->adding && what->commit; 141 if (!what->remove_temp) 147 if (!what->remove_temp) [all …]
|
/openbsd/usr.sbin/bgpd/ |
H A D | pftable.c | 45 unsigned long what; member 60 if (pft->naddrs == 0 || pft->what == 0) in pftable_change() 73 ret = ioctl(devpf, pft->what, &tio); in pftable_change() 164 pft->what = 0; in pftable_clear_all() 176 unsigned long what; in pftable_add_work() local 195 what = del ? DIOCRDELADDRS : DIOCRADDADDRS; in pftable_add_work() 196 if (pft->naddrs != 0 && pft->what != what) in pftable_add_work() 209 pft->what = 0; in pftable_add_work() 221 pft->what = what; in pftable_add_work() 250 if (pft->what != 0 && pftable_change(pft) != 0) in pftable_commit() [all …]
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | xsub_h.t | 31 my $what = shift; 35 if (defined $what) { 36 $what = quotemeta('$' . $package . '::' . $what); 38 $what = 'bootstrap parameter'; 48 qr/$package object version $real_version does not match $what/, 73 my ($expect, $what) = default(); 78 expect_bad($what, 'main'); 82 my ($expect, $what) = default($param); 86 expect_bad($what, 'main', $param);
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Queue.pm | 102 my($class,$what) = @_; 105 if ( $All[$i]->{qmod} eq $what ) { 111 $what, 119 my @what = @_; 122 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @what), 124 unless (defined $what[0]{reqtype}) { 127 $what[0]{reqtype} = "c"; 129 my $inherit_reqtype = $what[0]{reqtype} =~ /^(c|r)$/ ? "r" : "b"; 130 WHAT: for my $what_tuple (@what) { 162 my($self,$what) = @_; [all …]
|
H A D | Shell.pm | 407 if ($what =~ s/^-// && exists $CPAN::DEBUG{$what}) { 883 my($what) = shift @_; 886 $what && $what =~ /^[aru]$/; 1032 if ($what eq "r") { 1554 my($self,$what) = @_; 1563 my($self,$what) = @_; 1564 $self->myprint($what) unless $already_printed{$what}++; 1580 my($self,$what) = @_; 1587 my($self,$what) = @_; 1594 my($self,$what) = @_; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
H A D | reftype.t | 36 my($type,$what, $n) = @$test; 38 is( reftype($what), $type, $n); 39 next unless ref($what); 41 bless $what, "ABC"; 42 is( reftype($what), $type, $n); 44 bless $what, "0"; 45 is( reftype($what), $type, $n);
|
/openbsd/gnu/lib/libreadline/ |
H A D | undo.c | 72 rl_add_undo (what, start, end, text) in rl_add_undo() argument 73 enum undo_code what; in rl_add_undo() 78 temp->what = what; 95 if (release->what == UNDO_DELETE) in rl_free_undo_list() 124 if (rl_undo_list->what == UNDO_DELETE || rl_undo_list->what == UNDO_INSERT) in rl_do_undo() 130 switch (rl_undo_list->what) in rl_do_undo() 180 if (rl->what == type)
|
/openbsd/regress/usr.bin/ssh/ |
H A D | modpipe.c | 39 enum { MOD_XOR, MOD_AND_OR } what; member 47 char what[16+1]; in parse_modification() local 52 what, &m->offset, &m1, &m2)) < 3) in parse_modification() 54 if (strcasecmp(what, "xor") == 0) { in parse_modification() 59 m->what = MOD_XOR; in parse_modification() 61 } else if (strcasecmp(what, "andor") == 0) { in parse_modification() 68 m->what = MOD_AND_OR; in parse_modification() 72 errx(1, "Invalid modification type \"%s\"", what); in parse_modification() 113 switch (mods[i].what) { in main()
|
/openbsd/regress/usr.sbin/pkg_add/ |
H A D | minitar | 25 my ($what, $verbose); 62 $what = \&create; 64 $what = \&test; 66 $what = \&extract; 79 if (!defined $what) { 83 &$what($arcname, @ARGV);
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/ |
H A D | macro-at.txi | 3 @settitle AUTHORS -- who did what on GNU LilyPond 13 @node Top, , AUTHORS -- who did what on GNU LilyPond, (dir) 16 * AUTHORS -- who did what on GNU LilyPond:: AUTHORS -- who did what. 19 @node AUTHORS -- who did what on GNU LilyPond, Top, , Top 20 @chapter AUTHORS -- who did what on GNU LilyPond? 22 This file lists authors of GNU LilyPond, and what they wrote.
|
/openbsd/usr.bin/stat/ |
H A D | stat.c | 437 fmtcase(what, SHOW_st_dev); in output() 438 fmtcase(what, SHOW_st_ino); in output() 439 fmtcase(what, SHOW_st_mode); in output() 441 fmtcase(what, SHOW_st_uid); in output() 442 fmtcase(what, SHOW_st_gid); in output() 443 fmtcase(what, SHOW_st_rdev); in output() 448 fmtcase(what, SHOW_st_size); in output() 452 fmtcase(what, SHOW_st_gen); in output() 453 fmtcase(what, SHOW_symlink); in output() 490 int hilo, int what) in format1() argument [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | pmf9.C | 31 int iterate(region *region_p, region::region_func what, 33 int iterate(region *region_p, region::region_func what, 39 region_impl::iterate (region *region_p, region::region_func what, in iterate() argument 45 if (!(region_p->*what)()) return 0; in iterate() 50 region_impl::iterate (region *region_p, region::region_func what, in iterate() argument 55 if (!clip_rgn.iterate(region_p, what, p->content)) return 0; in iterate()
|
/openbsd/usr.sbin/ldapd/ |
H A D | evbuffer_tls.c | 74 short what = EVBUFFER_READ; in buffertls_readcb() local 79 what |= EVBUFFER_TIMEOUT; in buffertls_readcb() 111 what |= EVBUFFER_ERROR; in buffertls_readcb() 114 what |= EVBUFFER_EOF; in buffertls_readcb() 155 short what = EVBUFFER_WRITE; in buffertls_writecb() local 158 what |= EVBUFFER_TIMEOUT; in buffertls_writecb() 175 what |= EVBUFFER_ERROR; in buffertls_writecb() 178 what |= EVBUFFER_EOF; in buffertls_writecb() 213 short what = EVBUFFER_HANDSHAKE; in buffertls_handshakecb() local 216 what |= EVBUFFER_TIMEOUT; in buffertls_handshakecb() [all …]
|
/openbsd/usr.sbin/syslogd/ |
H A D | evbuffer_tls.c | 74 short what = EVBUFFER_READ; in buffertls_readcb() local 79 what |= EVBUFFER_TIMEOUT; in buffertls_readcb() 111 what |= EVBUFFER_ERROR; in buffertls_readcb() 115 what |= EVBUFFER_EOF; in buffertls_readcb() 156 short what = EVBUFFER_WRITE; in buffertls_writecb() local 159 what |= EVBUFFER_TIMEOUT; in buffertls_writecb() 176 what |= EVBUFFER_ERROR; in buffertls_writecb() 179 what |= EVBUFFER_EOF; in buffertls_writecb() 214 short what = EVBUFFER_HANDSHAKE; in buffertls_handshakecb() local 217 what |= EVBUFFER_TIMEOUT; in buffertls_handshakecb() [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | weak.t | 40 my ($contents, $sub, $testersub, $what) = @_; 43 is ($@, "", "There should be no error extracting for $what"); 44 &$testersub ($clone, $what); 76 my ($clone, $what) = @_; 88 my ($clone, $what) = @_; 98 my ($clone, $what) = @_; 100 if ($what eq 'nothing') { 111 my ($clone, $what) = @_;
|
H A D | malice.t | 92 my ($data, $sub, $magic_len, $what) = @_; 98 is (defined ($clone), '', "truncated $what to $i should fail"); 100 like ($@, "/^Magic number checking on storable $what failed/", 109 my ($data, $sub, $what, $name) = @_; 113 is (defined ($clone), '', "$name $what should fail"); 114 like ($@, $what, $name); 118 my ($contents, $sub, $what, $isnetwork) = @_; 119 my $isfile = $what eq 'file'; 134 + ($isnetwork ? $network_magic : $other_magic), $what); 214 "/^Corrupted storable $what \\(binary v$header->{major}.$header->{minor}\\)/", [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/ |
H A D | Constant.pm | 144 my ($package, $subname, $default_type, $what, $indent, $breakout, @items) 148 types => $what, indent => $indent, 174 my $what = shift; 180 if (!ref $what) { 182 $what = {map {$_ => 1} split /,\s*/, ($what)}; 184 my $params = ExtUtils::Constant::XS->params ($what); 271 unless $what->{$type}; 284 unless ($what->{$type}) {
|