Searched refs:what (Results 251 - 275 of 567) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm161 with what the semantics ought to be. Do not rely on the current
202 So you want to know what C<import> actually does?
232 do what you want, depending on the code inside the subroutine, with details
237 what you are doing. You have been warned.
/openbsd-current/usr.bin/awk/
H A Dproto.h152 extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, const char *what);
/openbsd-current/usr.sbin/unbound/services/
H A Dmesh.h337 * @param leeway: TTL leeway what to expire earlier for this update.
356 * @param what: NETEVENT_* error code (if not 0, what is wrong, TIMEOUT).
359 struct comm_reply* reply, int what);
388 * @param qinfo: what to query for (copied).
389 * @param qflags: what flags to use (RD / CD flag or not).
415 * @param qinfo: what to query for (copied).
416 * @param qflags: what flags to use (RD / CD flag or not).
510 * @param qinfo: what query
/openbsd-current/sbin/unwind/libunbound/services/
H A Dmesh.h337 * @param leeway: TTL leeway what to expire earlier for this update.
356 * @param what: NETEVENT_* error code (if not 0, what is wrong, TIMEOUT).
359 struct comm_reply* reply, int what);
388 * @param qinfo: what to query for (copied).
389 * @param qflags: what flags to use (RD / CD flag or not).
415 * @param qinfo: what to query for (copied).
416 * @param qflags: what flags to use (RD / CD flag or not).
510 * @param qinfo: what query
/openbsd-current/usr.sbin/sysupgrade/
H A Dsysupgrade.sh213 set -A _NEXTKERNV -- $(what bsd |
/openbsd-current/usr.sbin/relayd/
H A Drelay.c2477 short what = EVBUFFER_READ; local
2483 what |= EVBUFFER_TIMEOUT;
2494 what |= EVBUFFER_ERROR;
2500 what |= EVBUFFER_EOF;
2505 what |= EVBUFFER_ERROR;
2530 (*bufev->errorcb)(bufev, what, bufev->cbarg);
2540 short what = EVBUFFER_WRITE; local
2543 what |= EVBUFFER_TIMEOUT;
2553 what |= EVBUFFER_ERROR;
2573 (*bufev->errorcb)(bufev, what, bufe
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c1216 return 0; /* FIXME: not a good failure value (but what is?) */
1243 return 0; /* FIXME: not a good failure value (but what is?) */
1263 return 0; /* FIXME: not a good failure value (but what is?) */
1345 return 0; /* FIXME: not a good failure value (but what is?) */
3905 int why, what, flags; local
3970 what = proc_what (pi);
3983 proc_prettyprint_why (why, what, 1);
3991 wstat = (what << 8) | 0177;
3994 if (syscall_is_lwp_exit (pi, what))
4002 else if (syscall_is_exit (pi, what))
[all...]
H A Dinfrun.c621 /* Clear out all variables saying what to do when inferior is continued.
842 differentiate to its caller what the state of the target is after
908 /* This structure contains what used to be local variables in
995 /* Now figure out what to do with the result of the result. */
1051 /* Now figure out what to do with the result of the result. */
1224 by an event from the inferior, figure out what it means and take
1526 done what needs to be done, if anything.
1789 /* Look at the cause of the stop, and decide what to do.
1970 struct bpstat_what what;
1972 what
1965 struct bpstat_what what; local
[all...]
H A Dproc-api.c79 #if 0 /* not sure what I might actually need to do here, if anything */
757 proc_prettyfprint_status (long flags, int why, int what, int thread) argument
771 why, what, 0);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm37 'html_render_class', # what class to use to render
38 'search_class', # what to use to search for POD documents
1159 (Exactly what separator character should be used, is gotten from
1233 This specifies what string should be put at the beginning of
1244 This specifies what string should be put at the end of the contents page.
1272 the JavaScript is used only to get the browser to remember what
1282 This sets what class is used for rendering the files.
1290 This sets what class is used for searching for the files.
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Dtinfo.cc49 std::bad_cast::what() const throw() function in class:std::bad_cast
55 std::bad_typeid::what() const throw() function in class:std::bad_typeid
405 // answer we can get. Because it is unknown what the run-time ratio of
461 // things) and where we started is not a public base of what we
/openbsd-current/games/phantasia/
H A Dinterplayer.c283 /* decide what happens next */
444 writerecord(&Player, Fileloc); /* let foe know what we did */
515 / int what - what type of tampering
535 tampered(int what, double arg1, double arg2)
544 switch (what) {
531 tampered(int what, double arg1, double arg2) argument
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp162 this is the opposite of what you want and failure modes are somewhat
/openbsd-current/usr.sbin/httpd/
H A Dpatterns.c271 start_capture(struct match_state *ms, const char *s, const char *p, int what) argument
281 ms->capture[level].len = what;
376 /* points to what is next */
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DProxySubs.pm217 my $what = {};
222 $default_type, $what, $items,
/openbsd-current/share/mk/
H A Dbsd.prog.mk89 # XXX still create SRCS, because it's what bsd.dep.mk understands
/openbsd-current/usr.sbin/config/
H A Dmain.c572 cfcrosscheck(struct config *cf, const char *what, struct nvlist *nv) argument
600 cf->cf_name, what, nv->nv_str, nv->nv_str);
/openbsd-current/usr.sbin/smtpd/
H A Dioev.c407 io_paused(struct io *io, int what) argument
409 return (io->flags & (IO_PAUSE_IN | IO_PAUSE_OUT)) == what;
/openbsd-current/gnu/usr.bin/perl/cpan/Digest/lib/
H A DDigest.pm168 To know what arguments (if any) the constructor takes (the C<$args,...> above)
213 reason. If it croaks it is unpredictable what the state of the $ctx
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpod_lib.pl234 my ($name, $content, $re, $what) = @_;
238 Carp::croak("$0: $name contains no $what") if $sections < 1;
239 Carp::croak("$0: $name contains discontiguous $what") if $sections > 1;
436 $contents =~ /perldelta - what is new for perl v(\d+)\.(\d+)\.(\d+)\r?\n/;
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlivp.PL51 -p Print a preface before each test telling what it will test.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Ddiagnostics.pm62 This is useful for pinpointing what
156 curious what sorts of things are being intercepted.
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DProcess.inc138 // does what's necessary to prevent their generation.
258 // Restore the signal mask back to what we saved earlier.
/openbsd-current/sys/arch/sparc64/dev/
H A Dsbus.c152 const char *); /*what*/
648 int flags, int (*handler)(void *), void *arg, const char *what)
755 ih = bus_intr_allocate(t0, handler, arg, vec, ipl, map, clr, what);
647 sbus_intr_establish(bus_space_tag_t t, bus_space_tag_t t0, int pri, int level, int flags, int (*handler)(void *), void *arg, const char *what) argument
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm59 # Rather than print STDERR "# here's what went wrong\n"
60 diag("here's what went wrong");
144 If you want to control what functions Test::More will export, you
268 The later gives you some idea of what failed. It also makes it easier
356 cannot know what you are testing for (beyond the name), but C<is()> and
357 C<isnt()> know what the test was and why it failed. For example this
371 So you can figure out what went wrong without rerunning the test.
508 Its advantage over C<ok()> is when the test fails you'll know what $got
1076 B<NOTE> I'm not quite sure what will happen with filehandles.
1227 what wen
[all...]

Completed in 422 milliseconds

<<11121314151617181920>>