/openbsd/gnu/usr.bin/perl/ |
H A 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 2504 #define isALNUM_utf8(p,e) isWORDCHAR_utf8(p,e) argument 2506 #define isALNUM_LC_utf8(p,e)isWORDCHAR_LC_utf8(p,e) argument [all …]
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | busop.c | 50 u_int16_t *p = a; in bus_space_read_multi_2() local 112 u_int16_t *p = a; in bus_space_read_region_2() local 206 u_int32_t *p = a; in bus_space_read_multi_4() local 268 u_int32_t *p = a; in bus_space_read_region_4() local 362 u_int64_t *p = a; in bus_space_read_multi_8() local 424 u_int64_t *p = a; in bus_space_read_region_8() local 518 u_int8_t *p = a; in bus_space_read_multi_1() local 580 u_int8_t *p = a; in bus_space_read_region_1() local 674 u_int16_t *p = a; in bus_space_read_raw_multi_2() local 1088 u_int8_t *p = a; in bus_space_read_raw_multi_1() local [all …]
|
/openbsd/sys/arch/hppa/dev/ |
H A D | elroy.c | 497 volatile u_int16_t *p; in elroy_r2() local 534 volatile u_int16_t *p; in elroy_w2() local 560 volatile u_int8_t *p; in elroy_rm_1() local 571 volatile u_int16_t *p; in elroy_rm_2() local 582 volatile u_int32_t *p; in elroy_rm_4() local 593 volatile u_int64_t *p; in elroy_rm_8() local 604 volatile u_int8_t *p; in elroy_wm_1() local 648 volatile u_int8_t *p; in elroy_sm_1() local 776 volatile u_int8_t *p; in elroy_rr_1() local 826 volatile u_int8_t *p; in elroy_wr_1() local [all …]
|
H A D | dino.c | 685 volatile u_int16_t *p; in dino_r2() local 754 volatile u_int16_t *p; in dino_w2() local 802 volatile u_int8_t *p; in dino_rm_1() local 822 volatile u_int16_t *p; in dino_rm_2() local 844 volatile u_int32_t *p; in dino_rm_4() local 870 volatile u_int8_t *p; in dino_wm_1() local 938 volatile u_int8_t *p; in dino_sm_1() local 1116 volatile u_int8_t *p; in dino_rr_1() local 1195 volatile u_int8_t *p; in dino_wr_1() local 1388 volatile u_int8_t *p; in dino_sr_1() local [all …]
|
/openbsd/usr.sbin/acme-client/ |
H A D | json.c | 603 int c; in json_fmt_chkacc() local 623 int c; in json_fmt_newacc() local 653 int c; in json_fmt_neworder() local 690 int c; in json_fmt_revokecert() local 710 int c; in json_fmt_newcert() local 731 int c; in json_fmt_protected_rsa() local 756 int c; in json_fmt_protected_ec() local 780 int c; in json_fmt_protected_kid() local 803 int c; in json_fmt_signed() local 828 int c; in json_fmt_thumb_rsa() local [all …]
|
/openbsd/usr.sbin/iscsid/ |
H A D | initiator.c | 40 struct connection *c; member 196 struct pdu *p; in initiator_login() local 222 struct pdu *p; in initiator_discovery() local 250 struct pdu *p; in initiator_logout() local 289 initiator_nop_in_imm(struct connection *c, struct pdu *p) in initiator_nop_in_imm() 335 const char **p, **q; in initiator_login_kvp() local 385 struct pdu *p; in initiator_login_build() local 438 struct pdu *p; in initiator_text_build() local 460 initiator_login_cb(struct connection *c, void *arg, struct pdu *p) in initiator_login_cb() 543 initiator_discovery_cb(struct connection *c, void *arg, struct pdu *p) in initiator_discovery_cb() [all …]
|
H A 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() 227 struct pdu *p, *np; in conn_task_schedule() local 262 #define SET_NUM(p, x, v, min, max) \ argument 274 #define SET_BOOL(p, x, v) \ argument 286 #define SET_DIGEST(p, x, v) \ argument [all …]
|
/openbsd/usr.bin/tmux/ |
H A D | colour.c | 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 1044 colour_palette_get(struct colour_palette *p, int c) in colour_palette_get() 1065 colour_palette_set(struct colour_palette *p, int n, int c) in colour_palette_set() [all …]
|
/openbsd/usr.bin/mandoc/ |
H A D | term_ascii.c | 60 struct termp *p; in ascii_init() local 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() 364 locale_width(const struct termp *p, int c) in locale_width() 394 locale_endline(struct termp *p) in locale_endline() [all …]
|
H A D | term.c | 57 term_free(struct termp *p) in term_free() 79 term_end(struct termp *p) in term_end() 93 term_flushln(struct termp *p) in term_flushln() 435 endline(struct termp *p) in endline() 459 term_newln(struct termp *p) in term_newln() 474 term_vspace(struct termp *p) in term_vspace() 532 term_fontpop(struct termp *p) in term_fontpop() 801 adjbuf(struct termp_col *c, size_t sz) in adjbuf() 811 bufferc(struct termp *p, char c) in bufferc() 839 encode1(struct termp *p, int c) in encode1() [all …]
|
/openbsd/usr.sbin/btrace/ |
H A D | printf.c | 65 #define octtobin(c) ((c) - '0') 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 276 int c; in print_escape() local 398 int c; in getchr() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A 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 395 char c; in p_ere() local 438 char c; in p_ere_exp() local 663 int c; in p_simp_re() local 880 char c; in p_b_term() local 947 char c; in p_b_cclass() local 976 char c; in p_b_eclass() local 1391 isinsets(struct re_guts *g, int c) in isinsets() [all …]
|
/openbsd/sys/ddb/ |
H A 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 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 159 int skill, c; in db_hangman() local 182 const char *p; in db_hangman() local [all …]
|
H A 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/lib/libexpat/lib/ |
H A D | xmltok.c | 293 # define CHAR_MATCHES(enc, p, c) \ argument 296 sb_charMatches(const ENCODING *enc, const char *p, int c) { in sb_charMatches() 302 # define CHAR_MATCHES(enc, p, c) (*(p) == (c)) argument 508 unsigned char c; in latin1_toUtf8() local 741 #define LITTLE2_CHAR_MATCHES(p, c) ((p)[1] == 0 && (p)[0] == (c)) in DEFINE_UTF16_TO_UTF16() argument 761 little2_charMatches(const ENCODING *enc, const char *p, int c) { in little2_charMatches() 874 #define BIG2_CHAR_MATCHES(p, c) ((p)[0] == 0 && (p)[1] == (c)) argument 894 big2_charMatches(const ENCODING *enc, const char *p, int c) { in big2_charMatches() 922 # define CHAR_MATCHES(enc, p, c) BIG2_CHAR_MATCHES(p, c) argument 1046 isSpace(int c) { in isSpace() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | genpreds.c | 64 const char *p; in validate_exp() local 98 const char *p; in process_define_predicate() local 230 const char *p = XSTR (exp, 0); in needs_variable() local 335 add_mode_tests (struct pred_data *p) in add_mode_tests() 752 const char *p; in add_constraint() local 952 struct constraint_data *c; in write_enum_constraint_num() local 1008 struct constraint_data *c; in write_insn_constraint_len() local 1035 struct constraint_data *c; in write_regclass_for_constraint() local 1058 struct constraint_data *c; in write_tm_constrs_h() local 1226 struct pred_data *p; in write_tm_preds_h() local [all …]
|
/openbsd/sys/arch/hppa/include/ |
H A 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 75 #define pci_conf_size(c, t) \ argument 77 #define pci_conf_read(c, t, r) \ 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 85 #define pci_intr_line(c, ih) (ih) argument 86 #define pci_intr_string(c, ih) \ argument [all …]
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A 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/usr.bin/sndiod/ |
H A 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 586 struct port *a, *p; in port_alt_ref() local [all …]
|
/openbsd/usr.bin/printf/ |
H A 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/sbin/iked/ |
H A 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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A 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/usr.sbin/relayd/ |
H A 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/usr.bin/sed/ |
H A 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 473 char c, *text, *op, *sp; in compile_subst() local 676 char *lbuf, *text, *p, *op, *s; in compile_text() local 814 u_char *p; in enterlabel() local 815 u_int h, c; in enterlabel() local 839 u_char *p; in findlabel() local [all …]
|
/openbsd/lib/libc/regex/ |
H A 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 238 char c; in p_ere() local 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() 468 int c; in p_simp_re() local 687 char c; in p_b_term() local 754 char c; in p_b_cclass() local [all …]
|