| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 99 # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) argument 101 # define MUTABLE_PTR(p) ((void *) (p)) argument 104 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p)) argument 105 #define MUTABLE_CV(p) ((CV *)MUTABLE_PTR(p)) argument 106 #define MUTABLE_GV(p) ((GV *)MUTABLE_PTR(p)) argument 107 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p)) argument 108 #define MUTABLE_IO(p) ((IO *)MUTABLE_PTR(p)) argument 109 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p)) argument 567 # define PERL_VERSION_EQ(j,n,p) \ argument 572 # define PERL_VERSION_NE(j,n,p) (! PERL_VERSION_EQ(j,n,p)) argument [all …]
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | busop.c | 48 u_int16_t *a, bus_size_t c) in bus_space_read_multi_2() 50 u_int16_t *p = a; in bus_space_read_multi_2() local 71 const u_int16_t *a, bus_size_t c) in bus_space_write_multi_2() 73 const u_int16_t *p = a; in bus_space_write_multi_2() local 94 bus_size_t c) in bus_space_set_multi_2() 110 u_int16_t *a, bus_size_t c) in bus_space_read_region_2() 112 u_int16_t *p = a; in bus_space_read_region_2() local 133 const u_int16_t *a, bus_size_t c) in bus_space_write_region_2() 135 const u_int16_t *p = a; in bus_space_write_region_2() local 156 bus_size_t c) in bus_space_set_region_2() [all …]
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | elroy.c | 199 elroy_write32(volatile u_int32_t *p, u_int32_t v) in elroy_write32() 205 elroy_read32(volatile u_int32_t *p) in elroy_read32() 497 volatile u_int16_t *p; in elroy_r2() local 534 volatile u_int16_t *p; in elroy_w2() local 558 elroy_rm_1(void *v, bus_space_handle_t h, bus_size_t o, u_int8_t *a, bus_size_t c) in elroy_rm_1() 560 volatile u_int8_t *p; in elroy_rm_1() local 569 elroy_rm_2(void *v, bus_space_handle_t h, bus_size_t o, u_int16_t *a, bus_size_t c) in elroy_rm_2() 571 volatile u_int16_t *p; in elroy_rm_2() local 580 elroy_rm_4(void *v, bus_space_handle_t h, bus_size_t o, u_int32_t *a, bus_size_t c) in elroy_rm_4() 582 volatile u_int32_t *p; in elroy_rm_4() local [all …]
|
| D | dino.c | 685 volatile u_int16_t *p; in dino_r2() local 754 volatile u_int16_t *p; in dino_w2() local 800 dino_rm_1(void *v, bus_space_handle_t h, bus_size_t o, u_int8_t *a, bus_size_t c) in dino_rm_1() 802 volatile u_int8_t *p; in dino_rm_1() local 820 dino_rm_2(void *v, bus_space_handle_t h, bus_size_t o, u_int16_t *a, bus_size_t c) in dino_rm_2() 822 volatile u_int16_t *p; in dino_rm_2() local 842 dino_rm_4(void *v, bus_space_handle_t h, bus_size_t o, u_int32_t *a, bus_size_t c) in dino_rm_4() 844 volatile u_int32_t *p; in dino_rm_4() local 862 dino_rm_8(void *v, bus_space_handle_t h, bus_size_t o, u_int64_t *a, bus_size_t c) in dino_rm_8() 868 dino_wm_1(void *v, bus_space_handle_t h, bus_size_t o, const u_int8_t *a, bus_size_t c) in dino_wm_1() [all …]
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | json.c | 37 struct parse *p; /* parser object */ member 149 jsmnparse_free(struct parse *p) in jsmnparse_free() 187 struct parse *p; in jsmntree_alloc() local 332 json_free_challenge(struct chng *p) in json_free_challenge() 374 json_parse_challenge(struct jsmnn *n, struct chng *p) in json_parse_challenge() 521 json_parse_capaths(struct jsmnn *n, struct capaths *p) in json_parse_capaths() 539 json_free_capaths(struct capaths *p) in json_free_capaths() 557 jsmn_parser p; in json_parse() local 603 int c; in json_fmt_chkacc() local 604 char *p; in json_fmt_chkacc() local [all …]
|
| /openbsd/src/usr.sbin/iscsid/ |
| D | initiator.c | 40 struct connection *c; member 47 struct connection *c; member 193 initiator_login(struct connection *c) in initiator_login() 196 struct pdu *p; in initiator_login() local 222 struct pdu *p; in initiator_discovery() local 247 initiator_logout(struct session *s, struct connection *c, u_int8_t reason) in initiator_logout() 250 struct pdu *p; in initiator_logout() local 289 initiator_nop_in_imm(struct connection *c, struct pdu *p) in initiator_nop_in_imm() 313 conn_is_leading(struct connection *c) in conn_is_leading() 318 #define MINE_NOT_DEFAULT(c, k) ((c)->mine.k != iscsi_conn_defaults.k) argument [all …]
|
| D | connection.c | 57 struct connection *c; in conn_new() local 114 conn_free(struct connection *c) in conn_free() 136 struct connection *c = arg; in conn_dispatch() local 162 struct connection *c = arg; in conn_write_dispatch() local 202 conn_fail(struct connection *c) in conn_fail() 209 conn_task_ready(struct connection *c) in conn_task_ready() 217 conn_task_issue(struct connection *c, struct task *t) in conn_task_issue() 224 conn_task_schedule(struct connection *c) in conn_task_schedule() 227 struct pdu *p, *np; in conn_task_schedule() local 248 conn_task_cleanup(struct connection *c, struct task *t) in conn_task_cleanup() [all …]
|
| /openbsd/src/usr.bin/tmux/ |
| D | colour.c | 101 colour_split_rgb(int c, u_char *r, u_char *g, u_char *b) in colour_split_rgb() 110 colour_force_rgb(int c) in colour_force_rgb() 125 colour_tostring(int c) in colour_tostring() 260 colour_256toRGB(int c) in colour_256toRGB() 334 colour_256to16(int c) in colour_256to16() 364 int c; in colour_byname() member 946 int c; in colour_byname() local 969 colour_parseX11(const char *p) in colour_parseX11() 971 double c, m, y, k = 0; in colour_parseX11() local 1010 colour_palette_init(struct colour_palette *p) in colour_palette_init() [all …]
|
| /openbsd/src/usr.bin/mandoc/ |
| D | term_ascii.c | 60 struct termp *p; in ascii_init() local 152 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth() 174 struct termp *p; in terminal_sepline() local 186 ascii_width(const struct termp *p, int c) in ascii_width() 199 ascii_letter(struct termp *p, int c) in ascii_letter() 206 ascii_begin(struct termp *p) in ascii_begin() 213 ascii_end(struct termp *p) in ascii_end() 220 ascii_endline(struct termp *p) in ascii_endline() 233 ascii_advance(struct termp *p, size_t len) in ascii_advance() 250 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan() [all …]
|
| /openbsd/src/usr.sbin/btrace/ |
| D | printf.c | 64 #define isodigit(c) ((c) >= '0' && (c) <= '7') argument 65 #define octtobin(c) ((c) - '0') argument 66 #define hextobin(c) ((c) >= 'A' && (c) <= 'F' ? c - 'A' + 10 : (c) >= 'a' && (c) <= 'f' ? c - 'a' +… argument 116 const char *p = getstr(); in stmt_printf() local 158 char p = getchr(); in stmt_printf() local 163 const char *p = getstr(); in stmt_printf() local 169 long p; in stmt_printf() local 183 unsigned long p; in stmt_printf() local 201 double p = getdouble(); in stmt_printf() local 235 int c; in print_escape_str() local [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | regcomp.c | 254 #define SEE(c) (MORE() && PEEK() == (c)) argument 256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument 264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 297 struct parse *p = &pa; in llvm_regcomp() local 393 p_ere(struct parse *p, int stop) /* character this ERE should end at */ in p_ere() 395 char c; in p_ere() local 436 p_ere_exp(struct parse *p) in p_ere_exp() 438 char c; in p_ere_exp() local [all …]
|
| /openbsd/src/lib/libexpat/lib/ |
| D | xmltok.c | 114 #define UTF8_INVALID2(p) \ argument 117 #define UTF8_INVALID3(p) \ argument 126 #define UTF8_INVALID4(p) \ argument 135 isNever(const ENCODING *enc, const char *p) { in isNever() 142 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2() 148 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3() 156 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2() 162 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3() 170 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2() 176 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3() [all …]
|
| /openbsd/src/sys/ddb/ |
| D | db_hangman.c | 39 #define ABC_ISCLR(c) sabc->abc[(c)-'a']==0 argument 40 #define ABC_ISWRONG(c) sabc->abc[(c)-'a']=='_' argument 41 #define ABC_SETWRONG(c) (sabc->abc[(c)-'a']='_') argument 42 #define ABC_SETRIGHT(c) (sabc->abc[(c)-'a']='+') argument 48 #define TOLOWER(c) ((c)|0x20) argument 49 #define ISLOWALPHA(c) ('a'<=(c) && (c)<='z') argument 50 #define ISALPHA(c) ISLOWALPHA(TOLOWER(c)) argument 90 const char *p, *q; in db_randomsym() local 116 const char *p; in db_hang() local 118 int c; in db_hang() local [all …]
|
| D | db_input.c | 73 #define CTRL(c) ((c) & 0x1f) argument 74 #define isspace(c) ((c) == ' ' || (c) == '\t') argument 86 db_putnchars(int c, int count) in db_putnchars() 100 char *p; in db_delete() local 142 db_inputchar(int c) in db_inputchar() 223 char *p; in db_inputchar() local 245 char *p; in db_inputchar() local 297 char *p; in db_inputchar() local 317 char *p; in db_inputchar() local
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | genpreds.c | 64 const char *p; in validate_exp() local 98 const char *p; in process_define_predicate() local 158 write_predicate_subfunction (struct pred_data *p) in write_predicate_subfunction() 230 const char *p = XSTR (exp, 0); in needs_variable() local 266 struct pred_data *p = lookup_predicate (XSTR (exp, 1)); in mark_mode_tests() local 335 add_mode_tests (struct pred_data *p) in add_mode_tests() 636 write_one_predicate_function (struct pred_data *p) in write_one_predicate_function() 751 struct constraint_data *c, **iter, **slot; in add_constraint() local 752 const char *p; in add_constraint() local 932 process_define_constraint (rtx c, int lineno) in process_define_constraint() [all …]
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | pci_machdep.h | 67 #define pci_attach_hook(p, s, pba) \ argument 69 #define pci_bus_maxdevs(c, b) \ argument 71 #define pci_make_tag(c, b, d, f) \ argument 73 #define pci_decompose_tag(c, t, bp, dp, fp) \ argument 75 #define pci_conf_size(c, t) \ argument 77 #define pci_conf_read(c, t, r) \ argument 79 #define pci_conf_write(c, t, r, v) \ argument 81 #define pci_intr_map(p, ihp) \ argument 83 #define pci_intr_map_msi(p, ihp) (-1) argument 84 #define pci_intr_map_msix(p, vec, ihp) (-1) argument [all …]
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | rcupdate.h | 12 #define rcu_dereference(p) (p) argument 13 #define rcu_dereference_raw(p) (p) argument 14 #define rcu_dereference_protected(p, c) (p) argument 15 #define rcu_dereference_check(p, c) (p) argument 16 #define rcu_access_pointer(p) (p) argument 17 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while(0) argument 18 #define rcu_assign_pointer(p, v) do { (p) = (v); } while(0) argument 21 #define rcu_pointer_handoff(p) (p) argument 25 #define rcu_replace_pointer(rp, p, c) \ argument
|
| /openbsd/src/usr.bin/sndiod/ |
| D | midi.c | 64 char *p = buf; in midiev_fmt() local 332 unsigned char c; in midi_in() local 429 midi_abort(struct midi *p) in midi_abort() 483 struct port *p = arg; in port_imsg() local 492 struct port *p = arg; in port_omsg() local 507 struct port *p = arg; in port_exit() local 520 struct port *c; in port_new() local 538 port_del(struct port *c) in port_del() 540 struct port **p; in port_del() local 558 port_ref(struct port *c) in port_ref() [all …]
|
| /openbsd/src/usr.bin/printf/ |
| D | printf.c | 57 #define isodigit(c) ((c) >= '0' && (c) <= '7') argument 58 #define octtobin(c) ((c) - '0') argument 59 #define hextobin(c) ((c) >= 'A' && (c) <= 'F' ? c - 'A' + 10 : (c) >= 'a' && (c) <= 'f' ? c - 'a' +… argument 119 char *p = getstr(); in main() local 161 char p = getchr(); in main() local 166 char *p = getstr(); in main() local 172 long p; in main() local 186 unsigned long p; in main() local 204 double p = getdouble(); in main() local 238 int c; in print_escape_str() local [all …]
|
| /openbsd/src/sbin/iked/ |
| D | control.c | 60 control(struct privsep *ps, struct privsep_proc *p) in control() 66 control_run(struct privsep *ps, struct privsep_proc *p, void *arg) in control_run() 163 struct ctl_conn *c; in control_accept() local 219 struct ctl_conn *c; in control_connbyfd() local 232 struct ctl_conn *c; in control_close() local 259 struct ctl_conn *c; in control_dispatch_imsg() local 347 struct ctl_conn *c; in control_imsg_forward() local 359 struct ctl_conn *c; in control_imsg_forward_peerid() local 369 control_dispatch_ikev2(int fd, struct privsep_proc *p, struct imsg *imsg) in control_dispatch_ikev2() 384 control_dispatch_ca(int fd, struct privsep_proc *p, struct imsg *imsg) in control_dispatch_ca()
|
| /openbsd/src/usr.sbin/relayd/ |
| D | pfe.c | 57 pfe(struct privsep *ps, struct privsep_proc *p) in pfe() 82 pfe_init(struct privsep *ps, struct privsep_proc *p, void *arg) in pfe_init() 120 pfe_dispatch_hce(int fd, struct privsep_proc *p, struct imsg *imsg) in pfe_dispatch_hce() 199 pfe_dispatch_parent(int fd, struct privsep_proc *p, struct imsg *imsg) in pfe_dispatch_parent() 252 pfe_dispatch_relay(int fd, struct privsep_proc *p, struct imsg *imsg) in pfe_dispatch_relay() 257 struct ctl_conn *c; in pfe_dispatch_relay() local 353 show(struct ctl_conn *c) in show() 436 show_sessions(struct ctl_conn *c) in show_sessions() 453 disable_rdr(struct ctl_conn *c, struct ctl_id *id) in disable_rdr() 478 enable_rdr(struct ctl_conn *c, struct ctl_id *id) in enable_rdr() [all …]
|
| /openbsd/src/usr.bin/sed/ |
| D | compile.c | 145 char *p; in compile_stream() local 174 #define addrchar(c) (strchr("0123456789/\\$", (c))) in compile_stream() argument 353 compile_delimited(char *p, char *d) in compile_delimited() 355 char c; in compile_delimited() local 405 int c, d; in compile_ccl() local 441 compile_re(char *p, regex_t **repp) in compile_re() 468 compile_subst(char *p, struct s_subst *s) in compile_subst() 473 char c, *text, *op, *sp; in compile_subst() local 548 compile_flags(char *p, struct s_subst *s) in compile_flags() 676 char *lbuf, *text, *p, *op, *s; in compile_text() local [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| D | 20000703-1.c | 7 unsigned int c; member 11 void foo(struct baz *p, unsigned int c, unsigned int d) in foo() 18 void bar(struct baz *p, unsigned int c, unsigned int d) in bar() 31 struct baz p; in main() local
|
| /openbsd/src/lib/libc/regex/ |
| D | regcomp.c | 112 #define SEE(c) (MORE() && PEEK() == (c)) argument 114 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument 145 struct parse *p = &pa; in regcomp() local 236 p_ere(struct parse *p, int stop) /* character this ERE should end at */ in p_ere() 238 char c; in p_ere() local 279 p_ere_exp(struct parse *p) in p_ere_exp() 281 char c; in p_ere_exp() local 416 p_str(struct parse *p) in p_str() 434 p_bre(struct parse *p, in p_bre() 465 p_simp_re(struct parse *p, in p_simp_re() [all …]
|
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | mainbus.c | 420 mbus_rm_1(void *v, bus_space_handle_t h, bus_size_t o, u_int8_t *a, bus_size_t c) in mbus_rm_1() 428 mbus_rm_2(void *v, bus_space_handle_t h, bus_size_t o, u_int16_t *a, bus_size_t c) in mbus_rm_2() 436 mbus_rm_4(void *v, bus_space_handle_t h, bus_size_t o, u_int32_t *a, bus_size_t c) in mbus_rm_4() 444 mbus_rm_8(void *v, bus_space_handle_t h, bus_size_t o, u_int64_t *a, bus_size_t c) in mbus_rm_8() 452 mbus_wm_1(void *v, bus_space_handle_t h, bus_size_t o, const u_int8_t *a, bus_size_t c) in mbus_wm_1() 460 mbus_wm_2(void *v, bus_space_handle_t h, bus_size_t o, const u_int16_t *a, bus_size_t c) in mbus_wm_2() 468 mbus_wm_4(void *v, bus_space_handle_t h, bus_size_t o, const u_int32_t *a, bus_size_t c) in mbus_wm_4() 476 mbus_wm_8(void *v, bus_space_handle_t h, bus_size_t o, const u_int64_t *a, bus_size_t c) in mbus_wm_8() 484 mbus_sm_1(void *v, bus_space_handle_t h, bus_size_t o, u_int8_t vv, bus_size_t c) in mbus_sm_1() 492 mbus_sm_2(void *v, bus_space_handle_t h, bus_size_t o, u_int16_t vv, bus_size_t c) in mbus_sm_2() [all …]
|