Searched refs:what (Results 26 - 50 of 567) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DQueue.pm36 # to waste memory and run into deep recursion. So what we can do is
102 my($class,$what) = @_;
105 if ( $All[$i]->{qmod} eq $what ) {
111 $what,
119 my @what = @_;
120 CPAN->debug(sprintf("before jumpqueue All[%s] what[%s]",
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[
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Dnew_handler.cc51 std::bad_alloc::what() const throw() function in class:std::bad_alloc
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dwatch.h45 /* Modify the watchers for FILE. *WHAT tells what to do to them.
49 struct addremove_args *what));
H A Dwatch.c25 "-a (add/remove): Specify what actions, one of\n",
34 watch_modify_watchers (file, what)
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
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_report.h28 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size,
/openbsd-current/gnu/llvm/libcxx/src/
H A Doptional.cpp17 const char* bad_optional_access::what() const noexcept {
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dxsub_h.t10 # This is what the code expects
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)
[all...]
H A Dhash.t56 my $what = $prefix . 'fetch';
57 like ($@, qr/^$what/,$what);
61 $what = $prefix . 'store';
62 like ($@, qr/^$what/, $what);
70 $what = $prefix . 'delete';
71 like ($@, qr/^$what/, $what);
151 my $what
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DXS.pm159 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
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dstabs.c139 aout_process_stab (what, string, type, other, desc)
140 int what;
154 if (what == 's' || what == 'n')
180 s_stab_generic (int what, char *stab_secname, char *stabstr_secname) argument
193 any trailing whitespace. The argument what is one of 's', 'n' or
196 if (what != 's')
215 as_warn (_(".stab%c: missing comma"), what);
223 as_warn (_(".stab%c: missing comma"), what);
231 as_warn (_(".stab%c: missing comma"), what);
403 s_stab(int what) argument
411 s_xstab(int what) argument
[all...]
H A Decoff.h84 extern void ecoff_stab (segT sec, int what, const char *string,
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dstabs.c137 aout_process_stab (what, string, type, other, desc)
138 int what;
152 if (what == 's' || what == 'n')
177 s_stab_generic (int what, char *stab_secname, char *stabstr_secname) argument
190 any trailing whitespace. The argument what is one of 's', 'n' or
193 if (what != 's')
212 as_warn (_(".stab%c: missing comma"), what);
220 as_warn (_(".stab%c: missing comma"), what);
228 as_warn (_(".stab%c: missing comma"), what);
398 s_stab(int what) argument
406 s_xstab(int what) argument
[all...]
/openbsd-current/usr.sbin/bgpd/
H A Dpftable.c45 unsigned long what; member in struct:pf_table
60 if (pft->naddrs == 0 || pft->what == 0)
73 ret = ioctl(devpf, pft->what, &tio);
164 pft->what = 0;
176 unsigned long what; local
195 what = del ? DIOCRDELADDRS : DIOCRADDADDRS;
196 if (pft->naddrs != 0 && pft->what != what)
209 pft->what = 0;
221 pft->what
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dstdexcept.cc45 logic_error::what() const throw() function in class:logic_error
66 runtime_error::what() const throw() function in class:runtime_error
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dstdexcept.cc45 logic_error::what() const throw() function in class:std::logic_error
66 runtime_error::what() const throw() function in class:std::runtime_error
H A Dvterminate.cc73 { fprintf(stderr, " what(): %s\n", exc.what()); }
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c120 gdb_wince_id what; local
126 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what))
128 while (what_this != what);
143 gdb_wince_id what; local
149 if (sockread (huh, s, &what, sizeof (what)) != sizeof (what))
151 while (what_this != what);
168 getmemory(LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) argument
188 putdword(LPCWSTR huh, int s, gdb_wince_id what, DWORD n) argument
198 putword(LPCWSTR huh, int s, gdb_wince_id what, WORD n) argument
213 putmemory(LPCWSTR huh, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
224 putresult(LPCWSTR huh, gdb_wince_result res, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.h69 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
70 ecoff_stab ((seg), (what), (string), (type), (other), (desc))
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dread.t84 my $what = sprintf "%d into %d l $length o $offset",
86 $what .= ' u' if $utf8;
88 is ($got, length $will_read, "got $what");
89 is ($buffer, $expect, "buffer $what");
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dst-dump.pl43 my $what = "$object"; # Stringify
44 my ($bless, $ref, $addr) = $what =~ /^(\w+)=(\w+)\((0x.*)\)$/;
45 ($ref, $addr) = $what =~ /^(\w+)\((0x.*)\)$/ unless $bless;
H A Dmalice.t92 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 \\(binar
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/base/t/
H A Dfields.t17 use fields qw(what);
25 [sort qw(_no Pants who _up_yours what)]
37 [sort qw(Pants who what)]);
50 what => 'Ahh', who => 'Moo',
55 @{$obj}{qw(what who _up_yours)} = ('Ahh', 'Moo', 'Yip');
/openbsd-current/usr.sbin/ldapd/
H A Devbuffer_tls.c74 short what = EVBUFFER_READ; local
79 what |= EVBUFFER_TIMEOUT;
111 what |= EVBUFFER_ERROR;
114 what |= EVBUFFER_EOF;
145 (*bufev->errorcb)(bufev, what, bufev->cbarg);
155 short what = EVBUFFER_WRITE; local
158 what |= EVBUFFER_TIMEOUT;
175 what |= EVBUFFER_ERROR;
178 what |= EVBUFFER_EOF;
203 (*bufev->errorcb)(bufev, what, bufe
213 short what = EVBUFFER_HANDSHAKE; local
[all...]
/openbsd-current/usr.sbin/syslogd/
H A Devbuffer_tls.c74 short what = EVBUFFER_READ; local
79 what |= EVBUFFER_TIMEOUT;
111 what |= EVBUFFER_ERROR;
115 what |= EVBUFFER_EOF;
146 (*bufev->errorcb)(bufev, what, bufev->cbarg);
156 short what = EVBUFFER_WRITE; local
159 what |= EVBUFFER_TIMEOUT;
176 what |= EVBUFFER_ERROR;
179 what |= EVBUFFER_EOF;
204 (*bufev->errorcb)(bufev, what, bufe
214 short what = EVBUFFER_HANDSHAKE; local
[all...]
/openbsd-current/usr.bin/stat/
H A Dstat.c299 int flags, size, prec, ofmt, hilo, what; local
437 fmtcase(what, SHOW_st_dev);
438 fmtcase(what, SHOW_st_ino);
439 fmtcase(what, SHOW_st_mode);
440 fmtcase(what, SHOW_st_nlink);
441 fmtcase(what, SHOW_st_uid);
442 fmtcase(what, SHOW_st_gid);
443 fmtcase(what, SHOW_st_rdev);
444 fmtcase(what, SHOW_st_atime);
445 fmtcase(what, SHOW_st_mtim
485 format1(const struct stat *st, const char *file, const char *fmt, int flen, char *buf, size_t blen, int flags, int size, int prec, int ofmt, int hilo, int what) argument
[all...]

Completed in 166 milliseconds

1234567891011>>