| /openbsd/src/gnu/usr.bin/binutils/gdb/vx-share/ |
| D | wait.h | 19 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument 20 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument 21 #define WIFEXITED(w) (((w)&0377) == 0) argument 22 #define WRETCODE(w) ((w) >> 8) argument 23 #define WSTOPSIG(w) ((w) >> 8) argument 24 #define WCOREDUMP(w) (((w)&0200) != 0) argument 25 #define WTERMSIG(w) ((w) & 0177) argument 26 #define WSETEXIT(w, status) ((w) = (status)) argument 27 #define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8))) argument 39 #define WRETCODE(w) (w).w_retcode argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_wait.h | 46 #define WIFEXITED(w) (((w)&0377) == 0) argument 50 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument 61 #define WIFSTOPPED(w) ((w)&0x40) argument 64 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument 69 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ argument 73 #define WTERMSIG(w) ((w) & 0177) argument 85 #define WCOREDUMP(w) (((w)&0200) != 0) argument 90 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) argument 92 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) argument 98 #define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig)) argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | wait.h | 14 #define WIFEXITED(w) (((w)&0377) == 0) argument 18 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument 29 #define WIFSTOPPED(w) ((w)&0x40) argument 32 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument 37 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ argument 41 #define WTERMSIG(w) ((w) & 0177) argument 53 #define WCOREDUMP(w) (((w)&0200) != 0) argument 57 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) argument 61 #define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8))) argument
|
| /openbsd/src/usr.bin/tmux/ |
| D | alerts.c | 46 struct window *w = arg; in alerts_timer() local 55 struct window *w, *w1; in alerts_callback() local 93 alerts_check_all(struct window *w) in alerts_check_all() 113 alerts_enabled(struct window *w, int flags) in alerts_enabled() 133 struct window *w; in alerts_reset_all() local 140 alerts_reset(struct window *w) in alerts_reset() 159 alerts_queue(struct window *w, int flags) in alerts_queue() 184 alerts_check_bell(struct window *w) in alerts_check_bell() 222 alerts_check_activity(struct window *w) in alerts_check_activity() 258 alerts_check_silence(struct window *w) in alerts_check_silence()
|
| D | window.c | 99 winlink_find_by_window(struct winlinks *wwl, struct window *w) in winlink_find_by_window() 184 winlink_set_window(struct winlink *wl, struct window *w) in winlink_set_window() 198 struct window *w = wl->window; in winlink_remove() local 281 struct window w; in window_find_by_id() local 288 window_update_activity(struct window *w) in window_update_activity() 297 struct window *w; in window_create() local 339 window_destroy(struct window *w) in window_destroy() 387 window_add_ref(struct window *w, const char *from) in window_add_ref() 394 window_remove_ref(struct window *w, const char *from) in window_remove_ref() 404 window_set_name(struct window *w, const char *new_name) in window_set_name() [all …]
|
| D | layout.c | 231 layout_fix_offsets(struct window *w) in layout_fix_offsets() 243 layout_cell_is_top(struct window *w, struct layout_cell *lc) in layout_cell_is_top() 259 layout_cell_is_bottom(struct window *w, struct layout_cell *lc) in layout_cell_is_bottom() 278 layout_add_horizontal_border(struct window *w, struct layout_cell *lc, in layout_add_horizontal_border() 290 layout_fix_panes(struct window *w, struct window_pane *skip) in layout_fix_panes() 367 layout_resize_check(struct window *w, struct layout_cell *lc, in layout_resize_check() 422 layout_resize_adjust(struct window *w, struct layout_cell *lc, in layout_resize_adjust() 467 layout_destroy_cell(struct window *w, struct layout_cell *lc, in layout_destroy_cell() 517 layout_init(struct window *w, struct window_pane *wp) in layout_init() 528 layout_free(struct window *w) in layout_free() [all …]
|
| D | layout-set.c | 74 layout_set_select(struct window *w, u_int layout) in layout_set_select() 87 layout_set_next(struct window *w) in layout_set_next() 106 layout_set_previous(struct window *w) in layout_set_previous() 127 layout_set_even(struct window *w, enum layout_type type) in layout_set_even() 181 layout_set_even_h(struct window *w) in layout_set_even_h() 187 layout_set_even_v(struct window *w) in layout_set_even_v() 193 layout_set_main_h(struct window *w) in layout_set_main_h() 291 layout_set_main_h_mirrored(struct window *w) in layout_set_main_h_mirrored() 389 layout_set_main_v(struct window *w) in layout_set_main_v() 487 layout_set_main_v_mirrored(struct window *w) in layout_set_main_v_mirrored() [all …]
|
| D | resize.c | 26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in resize_window() 99 clients_with_window(struct window *w) in clients_with_window() 115 struct session *s, struct window *w, int (*skip_client)(struct client *, in clients_calculate_size() 268 __unused int current, struct session *s, struct window *w) in default_window_size_skip_client() 278 default_window_size(struct client *c, struct session *s, struct window *w, in default_window_size() 338 int current, __unused struct session *s, struct window *w) in recalculate_size_skip_client() 353 recalculate_size(struct window *w, int now) in recalculate_size() 430 struct window *w; in recalculate_sizes_now() local
|
| D | names.c | 36 struct window *w = arg; in name_time_callback() local 43 name_time_expired(struct window *w, struct timeval *tv) in name_time_expired() 54 check_window_name(struct window *w) in check_window_name() 108 default_window_name(struct window *w) in default_window_name() 124 format_window_name(struct window *w) in format_window_name()
|
| D | screen-redraw.c | 55 screen_redraw_border_set(struct window *w, struct window_pane *wp, in screen_redraw_border_set() 99 screen_redraw_two_panes(struct window *w, int direction) in screen_redraw_two_panes() 200 struct window *w = c->session->curw->window; in screen_redraw_cell_border() local 238 struct window *w = c->session->curw->window; in screen_redraw_type_of_cell() local 320 struct window *w = c->session->curw->window; in screen_redraw_check_cell() local 431 struct window *w = wp->window; in screen_redraw_make_pane_status() local 494 struct window *w = c->session->curw->window; in screen_redraw_draw_pane_status() local 555 struct window *w = c->session->curw->window; in screen_redraw_update() local 592 struct window *w = s->curw->window; in screen_redraw_set_context() local 694 struct window *w = s->curw->window; in screen_redraw_draw_borders_style() local [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | typedef5.C | 8 typedef v* (*w)(t); typedef 12 typedef v* (*w)(t const); // this is ok typedef 13 typedef v* (*w)(t); // ERROR - covers message `previously declared here' typedef 14 typedef v* (*const w)(t); // ERROR - invalid redeclaration typedef 15 typedef v const* (*w)(t); // ERROR - invalid redeclaration typedef 16 typedef v* const (*w)(t); // ERROR - invalid redeclaration typedef
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | wait.h | 22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) argument 25 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) argument 28 #define WIFEXITED(w) (((w) & 0xff) == 0) argument 32 #define WSTOPSIG(w) (((w) >> 8) & 0xff) argument 35 #define WTERMSIG(w) ((w) & 0x7f) argument 38 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) argument
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | logging.h | 77 # define WARN(w) __rt_warning(WARN_FORMAT, (w), __FILE__, __LINE__) argument 79 # define WARN(w) ((void)(0)) argument 87 # define INFO(w) argument 93 # define INFO(w) __rt_warning("%s\n", (w)) argument 95 # define INFO(w) ((void)(0)) argument 113 # define TRACE(w) __rt_trace("%s ", (w)) argument 115 # define TRACE(w) ((void)(0)) argument
|
| /openbsd/src/sbin/unwind/libunbound/sldns/ |
| D | wire2str.c | 388 int w = vsnprintf(*str, *slen, format, args); in sldns_str_vprint() local 404 int w; in sldns_str_print() local 428 int w = 0; in print_remainder_hex() local 438 int w = 0, comprloop = 0; in sldns_wire2str_pkt_scan() local 489 int w = 0; in sldns_rr_tcttl_scan() local 524 int w = 0; in sldns_wire2str_rr_scan() local 595 int w = 0; in sldns_wire2str_rrquestion_scan() local 620 int w = 0; in sldns_wire2str_rr_unknown_scan() local 655 int flags, w = 0; in rr_comment_dnskey() local 708 int w = 0; in rr_comment_nsec3() local [all …]
|
| /openbsd/src/usr.sbin/unbound/sldns/ |
| D | wire2str.c | 388 int w = vsnprintf(*str, *slen, format, args); in sldns_str_vprint() local 404 int w; in sldns_str_print() local 428 int w = 0; in print_remainder_hex() local 438 int w = 0, comprloop = 0; in sldns_wire2str_pkt_scan() local 489 int w = 0; in sldns_rr_tcttl_scan() local 524 int w = 0; in sldns_wire2str_rr_scan() local 595 int w = 0; in sldns_wire2str_rrquestion_scan() local 620 int w = 0; in sldns_wire2str_rr_unknown_scan() local 655 int flags, w = 0; in rr_comment_dnskey() local 708 int w = 0; in rr_comment_nsec3() local [all …]
|
| /openbsd/src/distrib/special/more/ |
| D | curses.h | 164 #define waddbytes(w, s, n) __waddbytes(w, s, n, 0) argument 165 #define waddstr(w, s) __waddbytes(w, s, strlen(s), 0) argument 177 #define mvwaddbytes(w, y, x, s, n) \ argument 179 #define mvwaddch(w, y, x, ch) \ argument 181 #define mvwaddnstr(w, y, x, s, n) \ argument 183 #define mvwaddstr(w, y, x, s) \ argument 185 #define mvwdelch(w, y, x) \ argument 187 #define mvwgetch(w, y, x) \ argument 189 #define mvwgetstr(w, y, x, s) \ argument 191 #define mvwinch(w, y, x) \ argument [all …]
|
| /openbsd/src/lib/libcrypto/bn/ |
| D | bn_word.c | 64 BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() 106 BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() 144 BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word() 179 BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word() 226 BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | unittcpreuse.c | 54 struct waiting_tcp* w; in tcpid_addmore() local 237 struct waiting_tcp* w = outnet->tcp_wait_first; in check_waiting_tcp_list() local 257 struct waiting_tcp* w = outnet->tcp_wait_first, *n = NULL; in waiting_tcp_list_clear() local 278 struct waiting_tcp* w; in check_waiting_tcp_removal() local 318 struct waiting_tcp* w, *t = NULL; in waiting_tcp_list_test() local 363 struct waiting_tcp* w = reuse->write_wait_first; in check_reuse_write_wait() local 397 struct waiting_tcp* w = reuse->write_wait_first, *n = NULL; in reuse_write_wait_clear() local 419 struct waiting_tcp* w; in check_reuse_write_wait_removal() local 455 struct waiting_tcp* w; in reuse_write_wait_test() local
|
| /openbsd/src/sys/dev/pci/ |
| D | azalia_codec.c | 706 const widget_t *w; in azalia_codec_fnode() local 846 const widget_t *w, *ww; in azalia_mixer_init() local 1484 widget_t *w; in azalia_mixer_default() local 1617 widget_t *w; in azalia_codec_enable_unsol() local 1868 const widget_t *w; in azalia_mixer_get() local 1891 const widget_t *w; in azalia_mixer_get() local 2267 const widget_t *w; in azalia_mixer_set() local 2335 const widget_t *w; in azalia_mixer_set() local 2414 const widget_t *w; in azalia_mixer_set() local 2570 azalia_ampcap_ov(widget_t *w, int type, int offset, int steps, int size, in azalia_ampcap_ov() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | libgcc2.c | 76 const DWunion w = { {.low = -uu.s.low, in __negdi2() local 87 const Wtype w = a + b; in __addvSI3() local 98 const SItype w = a + b; in __addvsi3() local 112 const DWtype w = a + b; in __addvDI3() local 125 const Wtype w = a - b; in __subvSI3() local 136 const SItype w = a - b; in __subvsi3() local 150 const DWtype w = a - b; in __subvDI3() local 163 const DWtype w = (DWtype) a * (DWtype) b; in __mulvSI3() local 176 const DItype w = (DItype) a * (DItype) b; in __mulvsi3() local 190 const Wtype w = -a; in __negvSI2() local [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/src/ |
| D | sha.c | 103 #define M1(a, b, c, d, e, f, k, w) \ in sha1() argument 107 #define M11(f, k, w) M1(a, b, c, d, e, f, k, w); in sha1() argument 108 #define M12(f, k, w) M1(e, a, b, c, d, f, k, w); in sha1() argument 109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w); in sha1() argument 110 #define M14(f, k, w) M1(c, d, e, a, b, f, k, w); in sha1() argument 111 #define M15(f, k, w) M1(b, c, d, e, a, f, k, w); in sha1() argument 171 #define M2(a, b, c, d, e, f, g, h, w) \ in sha256() argument 182 #define M21(w) M2(a, b, c, d, e, f, g, h, w) in sha256() argument 183 #define M22(w) M2(h, a, b, c, d, e, f, g, w) in sha256() argument 184 #define M23(w) M2(g, h, a, b, c, d, e, f, w) in sha256() argument [all …]
|
| /openbsd/src/sbin/unwind/libunbound/libunbound/ |
| D | libworker.c | 92 libworker_delete_env(struct libworker* w) in libworker_delete_env() 112 libworker_delete(struct libworker* w) in libworker_delete() 121 libworker_delete_event(struct libworker* w) in libworker_delete_event() 133 struct libworker* w = (struct libworker*)calloc(1, sizeof(*w)); in libworker_setup() local 266 handle_cancel(struct libworker* w, uint8_t* buf, uint32_t len) in handle_cancel() 287 libworker_do_cmd(struct libworker* w, uint8_t* msg, uint32_t len) in libworker_do_cmd() 315 struct libworker* w = (struct libworker*)arg; in libworker_handle_control_cmd() local 332 struct libworker* w = (struct libworker*)arg; in libworker_dobg() local 378 struct libworker* w; in libworker_bg() local 578 setup_qinfo_edns(struct libworker* w, struct ctx_query* q, in setup_qinfo_edns() [all …]
|
| /openbsd/src/usr.sbin/unbound/libunbound/ |
| D | libworker.c | 92 libworker_delete_env(struct libworker* w) in libworker_delete_env() 112 libworker_delete(struct libworker* w) in libworker_delete() 121 libworker_delete_event(struct libworker* w) in libworker_delete_event() 133 struct libworker* w = (struct libworker*)calloc(1, sizeof(*w)); in libworker_setup() local 266 handle_cancel(struct libworker* w, uint8_t* buf, uint32_t len) in handle_cancel() 287 libworker_do_cmd(struct libworker* w, uint8_t* msg, uint32_t len) in libworker_do_cmd() 315 struct libworker* w = (struct libworker*)arg; in libworker_handle_control_cmd() local 332 struct libworker* w = (struct libworker*)arg; in libworker_dobg() local 378 struct libworker* w; in libworker_bg() local 578 setup_qinfo_edns(struct libworker* w, struct ctx_query* q, in setup_qinfo_edns() [all …]
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | outside_network.c | 195 waiting_tcp_delete(struct waiting_tcp* w) in waiting_tcp_delete() 213 pick_outgoing_tcp(struct pending_tcp* pend, struct waiting_tcp* w, int s) in pick_outgoing_tcp() 374 struct waiting_tcp* w = reuse->write_wait_first; local 470 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local 869 struct waiting_tcp* w = outnet->tcp_wait_first; local 946 struct waiting_tcp* w; local 1048 struct waiting_tcp* w; local 1156 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local 1215 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local 1225 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local [all …]
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | outside_network.c | 195 waiting_tcp_delete(struct waiting_tcp* w) in waiting_tcp_delete() 213 pick_outgoing_tcp(struct pending_tcp* pend, struct waiting_tcp* w, int s) in pick_outgoing_tcp() 374 struct waiting_tcp* w = reuse->write_wait_first; local 470 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local 869 struct waiting_tcp* w = outnet->tcp_wait_first; local 946 struct waiting_tcp* w; local 1048 struct waiting_tcp* w; local 1156 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local 1215 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local 1225 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local [all …]
|