/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_errors.cpp | 47 Decorator d; in Print() local 62 Decorator d; in Print() local 102 Decorator d; in Print() local 123 Decorator d; in Print() local 141 Decorator d; in Print() local 154 Decorator d; in Print() local 167 Decorator d; in Print() local 180 Decorator d; in Print() local 193 Decorator d; in Print() local 207 Decorator d; in Print() local [all …]
|
/openbsd/sbin/ifconfig/ |
H A D | brconfig.c | 98 setdiscover(const char *val, int d) in setdiscover() 122 setlearn(const char *val, int d) in setlearn() 128 unsetlearn(const char *val, int d) in unsetlearn() 134 setstp(const char *val, int d) in setstp() 140 unsetstp(const char *val, int d) in unsetstp() 146 setedge(const char *val, int d) in setedge() 152 unsetedge(const char *val, int d) in unsetedge() 158 setautoedge(const char *val, int d) in setautoedge() 170 setptp(const char *val, int d) in setptp() 176 unsetptp(const char *val, int d) in unsetptp() [all …]
|
H A D | ifconfig.c | 1622 setifmtu(const char *val, int d) in setifmtu() 1791 setifnwid(const char *val, int d) in setifnwid() 1834 setifjoin(const char *val, int d) in setifjoin() 1865 delifjoin(const char *val, int d) in delifjoin() 2029 setifwpa(const char *val, int d) in setifwpa() 2288 setifchan(const char *val, int d) in setifchan() 2317 setifscan(const char *val, int d) in setifscan() 2882 setmedia(const char *val, int d) in setmedia() 4083 setpwe3cw(const char *val, int d) in setpwe3cw() 6319 umb_apn(const char *apn, int d) in umb_apn() [all …]
|
/openbsd/usr.bin/sndiod/ |
H A D | siofile.c | 59 struct dev *d = arg; in dev_sio_onmove() local 79 struct dev *d = arg; in dev_sio_timeout() local 90 dev_sio_open(struct dev *d) in dev_sio_open() 234 dev_sio_close(struct dev *d) in dev_sio_close() 251 dev_sio_start(struct dev *d) in dev_sio_start() 277 dev_sio_stop(struct dev *d) in dev_sio_stop() 293 struct dev *d = arg; in dev_sio_pollfd() local 303 struct dev *d = arg; in dev_sio_revents() local 316 struct dev *d = arg; in dev_sio_run() local 441 struct dev *d = arg; in dev_sio_hup() local
|
H A D | dev_sioctl.c | 53 struct dev *d = arg; in dev_sioctl_ondesc() local 82 struct dev *d = arg; in dev_sioctl_onval() local 104 dev_sioctl_open(struct dev *d) in dev_sioctl_open() 124 dev_sioctl_close(struct dev *d) in dev_sioctl_close() 149 struct dev *d = arg; in dev_sioctl_pollfd() local 163 struct dev *d = arg; in dev_sioctl_revents() local 176 struct dev *d = arg; in dev_sioctl_out() local 203 struct dev *d = arg; in dev_sioctl_hup() local
|
H A D | dev.c | 622 dev_cycle(struct dev *d) in dev_cycle() 838 struct dev *d, **pd; in dev_new() local 953 dev_open(struct dev *d) in dev_open() 981 dev_abort(struct dev *d) in dev_abort() 1043 dev_close(struct dev *d) in dev_close() 1056 dev_ref(struct dev *d) in dev_ref() 1068 dev_unref(struct dev *d) in dev_unref() 1082 dev_init(struct dev *d) in dev_init() 1099 dev_done(struct dev *d) in dev_done() 1113 struct dev *d; in dev_bynum() local [all …]
|
/openbsd/lib/libm/src/ |
H A D | math_private.h | 96 #define GET_LDOUBLE_MSW64(v,d) \ argument 105 #define SET_LDOUBLE_MSW64(d,v) \ argument 185 #define GET_LDOUBLE_MSW(v,d) \ argument 194 #define SET_LDOUBLE_MSW(d,v) \ argument 269 #define GET_HIGH_WORD(i,d) \ argument 278 #define GET_LOW_WORD(i,d) \ argument 297 #define SET_HIGH_WORD(d,v) \ argument 307 #define SET_LOW_WORD(d,v) \ argument 326 #define GET_FLOAT_WORD(i,d) \ argument 335 #define SET_FLOAT_WORD(d,i) \ argument [all …]
|
/openbsd/usr.sbin/smtpd/ |
H A D | dict.c | 39 dict_check(struct dict *d, const char *k) in dict_check() 65 dict_set(struct dict *d, const char *k, void *data) in dict_set() 86 dict_xset(struct dict *d, const char * k, void *data) in dict_xset() 98 dict_get(struct dict *d, const char *k) in dict_get() 110 dict_xget(struct dict *d, const char *k) in dict_xget() 122 dict_pop(struct dict *d, const char *k) in dict_pop() 140 dict_xpop(struct dict *d, const char *k) in dict_xpop() 158 dict_poproot(struct dict *d, void **data) in dict_poproot() 175 dict_root(struct dict *d, const char **k, void **data) in dict_root() 190 dict_iter(struct dict *d, void **hdl, const char **k, void **data) in dict_iter() [all …]
|
/openbsd/lib/libcurses/ |
H A D | nc_string.h | 63 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) argument 64 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m)) argument 66 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) argument 67 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strncat((d),(s),(n)) argument 71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument 72 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument 74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) argument 75 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strncpy((d),(s),(n)) argument
|
H A D | nc_tparm.h | 66 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d)) argument 71 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument 72 #define TPARM_7(a,b,c,d,e,f,g,h) TPARM_8(a,b,c,d,e,f,g,h,0) argument 73 #define TPARM_6(a,b,c,d,e,f,g) TPARM_7(a,b,c,d,e,f,g,0) argument 74 #define TPARM_5(a,b,c,d,e,f) TPARM_6(a,b,c,d,e,f,0) argument 75 #define TPARM_4(a,b,c,d,e) TPARM_5(a,b,c,d,e,0) argument 76 #define TPARM_3(a,b,c,d) TPARM_4(a,b,c,d,0) argument 87 #define TIPARM_4(s,a,b,c,d) _nc_tiparm(4,s,a,b,c,d) argument 88 #define TIPARM_5(s,a,b,c,d,e) _nc_tiparm(5,s,a,b,c,d,e) argument 89 #define TIPARM_6(s,a,b,c,d,e,f) _nc_tiparm(6,s,a,b,c,d,e,f) argument [all …]
|
/openbsd/usr.sbin/unbound/validator/ |
H A D | val_kentry.c | 123 struct key_entry_data *d = (struct key_entry_data*) in key_entry_copy_toregion() local 172 struct key_entry_data *d = (struct key_entry_data*) in key_entry_copy() local 224 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isnull() local 231 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isgood() local 238 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isbad() local 245 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_get_reason() local 261 struct key_entry_key** k, struct key_entry_data** d) in key_entry_setup() 287 struct key_entry_data* d; in key_entry_create_null() local 310 struct key_entry_data* d; in key_entry_create_rrset() local 342 struct key_entry_data* d; in key_entry_create_bad() local [all …]
|
/openbsd/sbin/unwind/libunbound/validator/ |
H A D | val_kentry.c | 123 struct key_entry_data *d = (struct key_entry_data*) in key_entry_copy_toregion() local 172 struct key_entry_data *d = (struct key_entry_data*) in key_entry_copy() local 224 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isnull() local 231 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isgood() local 238 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_isbad() local 245 struct key_entry_data* d = (struct key_entry_data*)kkey->entry.data; in key_entry_get_reason() local 261 struct key_entry_key** k, struct key_entry_data** d) in key_entry_setup() 287 struct key_entry_data* d; in key_entry_create_null() local 310 struct key_entry_data* d; in key_entry_create_rrset() local 342 struct key_entry_data* d; in key_entry_create_bad() local [all …]
|
/openbsd/lib/libfido2/src/ |
H A D | io.c | 50 tx_empty(fido_dev_t *d, uint8_t cmd, int *ms) in tx_empty() 70 tx_preamble(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in tx_preamble() 97 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) in tx_frame() 122 tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count, int *ms) in tx() 164 fido_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) in fido_tx() 180 rx_frame(fido_dev_t *d, struct frame *fp, int *ms) in rx_frame() 198 rx_preamble(fido_dev_t *d, uint8_t cmd, struct frame *fp, int *ms) in rx_preamble() 227 rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int *ms) in rx() 295 transport_rx(fido_dev_t *d, uint8_t cmd, void *buf, size_t count, int *ms) in transport_rx() 312 fido_rx(fido_dev_t *d, uint8_t cmd, void *buf, size_t count, int *ms) in fido_rx() [all …]
|
H A D | nfc.c | 21 tx_short_apdu(fido_dev_t *d, const iso7816_header_t *h, const uint8_t *payload, in tx_short_apdu() 62 nfc_do_tx(fido_dev_t *d, const uint8_t *apdu_ptr, size_t apdu_len) in nfc_do_tx() 95 fido_nfc_tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count) in fido_nfc_tx() 146 rx_init(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_init() 186 tx_get_response(fido_dev_t *d, uint8_t count) in tx_get_response() 203 rx_apdu(fido_dev_t *d, uint8_t sw[2], unsigned char **buf, size_t *count, int *ms) in rx_apdu() 235 rx_msg(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_msg() 266 rx_cbor(fido_dev_t *d, unsigned char *buf, size_t count, int ms) in rx_cbor() 277 fido_nfc_rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int ms) in fido_nfc_rx() 300 fido_dev_set_nfc(fido_dev_t *d) in fido_dev_set_nfc()
|
/openbsd/sys/net/ |
H A D | bpf.c | 315 bpf_detachd(struct bpf_d *d) in bpf_detachd() 420 struct bpf_d *d; in bpfclose() local 438 #define ROTATE_BUFFERS(d) \ argument 455 struct bpf_d *d; in bpfread() local 589 bpf_wakeup(struct bpf_d *d) in bpf_wakeup() 613 struct bpf_d *d = xd; in bpf_wakeup_cb() local 624 struct bpf_d *d = xd; in bpf_wait_cb() local 639 struct bpf_d *d; in bpfwrite() local 785 struct bpf_d *d; in bpfioctl() local 1238 struct bpf_d *d; in bpfkqfilter() local [all …]
|
/openbsd/sys/scsi/ |
H A D | mpath.c | 143 struct mpath_dev *d = sc->sc_devs[link->target]; in mpath_probe() local 154 mpath_next_path(struct mpath_dev *d) in mpath_next_path() 180 struct mpath_dev *d = sc->sc_devs[link->target]; in mpath_cmd() local 237 struct mpath_dev *d = p->p_group->g_dev; in mpath_start() local 334 mpath_failover(struct mpath_dev *d) in mpath_failover() 345 struct mpath_dev *d = xd; in mpath_failover_start() local 355 mpath_failover_check(struct mpath_dev *d) in mpath_failover_check() 372 struct mpath_dev *d = g->g_dev; in mpath_path_status() local 439 struct mpath_dev *d = NULL; in mpath_path_attach() local 542 struct mpath_dev *d; in mpath_path_detach() local [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20020315-1.c | 6 int sgt (char *a, char *b, int c, int d) in sgt() 11 long dgt (char *a, char *b, int c, int d) in dgt() 16 int sne (char *a, char *b, int c, int d) in sne() 21 long dne (char *a, char *b, int c, int d) in dne() 26 int seq (char *a, char *b, int c, int d) in seq() 31 long deq (char *a, char *b, int c, int d) in deq()
|
/openbsd/usr.bin/spell/ |
H A D | spellprog.c | 395 nop(char *ep, char *d, char *a, int lev) in nop() 409 s(char *ep, char *d, char *a, int lev) in s() 420 an(char *ep, char *d, char *a, int lev) in an() 429 ize(char *ep, char *d, char *a, int lev) in ize() 449 ily(char *ep, char *d, char *a, int lev) in ily() 459 ncy(char *ep, char *d, char *a, int lev) in ncy() 488 es(char *ep, char *d, char *a, int lev) in es() 517 tion(char *ep, char *d, char *a, int lev) in tion() 534 CCe(char *ep, char *d, char *a, int lev) in CCe() 574 VCe(char *ep, char *d, char *a, int lev) in VCe() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | conversion.c | 248 d2u(double d) in d2u() 254 ld2u(long double d) in ld2u() 266 d2s(double d) in d2s() 272 ld2s(long double d) in ld2s() 403 d2ull(double d) in d2ull() 409 ld2ull(long double d) in ld2ull() 421 d2sll(double d) in d2sll() 427 ld2sll(long double d) in ld2sll()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mkdeps.c | 114 struct deps *d = (struct deps *) xmalloc (sizeof (struct deps)); in deps_init() local 130 deps_free (d) in deps_free() argument 155 deps_add_target (d, t, quote) in deps_add_target() argument 179 deps_add_default_target (d, tgt) in deps_add_default_target() argument 210 deps_add_dep (d, t) in deps_add_dep() argument 226 deps_write (d, fp, colmax) in deps_write() argument 278 deps_phony_targets (d, fp) in deps_phony_targets() argument
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-opc-b.c | 49 #define OpPaWhaD(a,b,c,d) \ argument 51 #define OpPaWhcD(a,b,c,d) \ argument 53 #define OpBtypePaWhaD(a,b,c,d,e) \ argument 56 #define OpBtypePaWhaDPr(a,b,c,d,e,f) \ argument 59 #define OpX6BtypePaWhaD(a,b,c,d,e,f) \ argument 62 #define OpX6BtypePaWhaDPr(a,b,c,d,e,f,g) \ argument 68 #define OpX6IhWhb(a,b,c,d) \ argument 90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY argument 308 #define BR(a,b,c,d, e) \ argument 360 #define BR(a,b,c,d) \ argument [all …]
|
H A D | ia64-opc-i.c | 72 #define OpZaZbVeX2aX2b(a,b,c,d,e,f) \ argument 75 #define OpZaZbVeX2aX2bX2c(a,b,c,d,e,f,g) \ argument 79 #define OpX2XYa(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYa (d)), \ argument 83 #define OpX2TaTbYaC(a,b,c,d,e,f) \ argument 91 #define OpX3XbIhWh(a,b,c,d,e) \ argument 94 #define OpX3XbIhWhTag13(a,b,c,d,e,f) \ argument 112 #define MOV(a,b,c,d) \ argument 163 #define TBIT(a,b,c,d) \ argument 165 #define TBITCM(a,b,c,d) \ argument 184 #define TNAT(a,b,c,d) \ argument [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-opc-b.c | 50 #define OpPaWhaD(a,b,c,d) \ argument 52 #define OpPaWhcD(a,b,c,d) \ argument 54 #define OpBtypePaWhaD(a,b,c,d,e) \ argument 57 #define OpBtypePaWhaDPr(a,b,c,d,e,f) \ argument 60 #define OpX6BtypePaWhaD(a,b,c,d,e,f) \ argument 63 #define OpX6BtypePaWhaDPr(a,b,c,d,e,f,g) \ argument 69 #define OpX6IhWhb(a,b,c,d) \ argument 91 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY argument 311 #define BR(a,b,c,d, e) \ argument 363 #define BR(a,b,c,d) \ argument [all …]
|
/openbsd/sbin/unwind/libunbound/sldns/ |
H A D | wire2str.c | 316 int sldns_wire2str_pkt_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_pkt_buf() 322 int sldns_wire2str_rr_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rr_buf() 380 int sldns_wire2str_dname_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_dname_buf() 425 static int print_remainder_hex(const char* pref, uint8_t** d, size_t* dlen, in print_remainder_hex() 592 int sldns_wire2str_rrquestion_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rrquestion_scan() 616 int sldns_wire2str_rr_unknown_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rr_unknown_scan() 732 int sldns_wire2str_header_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_header_scan() 772 int sldns_wire2str_rdata_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rdata_scan() 817 int sldns_wire2str_rdata_unknown_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rdata_unknown_scan() 1424 int sldns_wire2str_a_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_a_scan() [all …]
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | wire2str.c | 316 int sldns_wire2str_pkt_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_pkt_buf() 322 int sldns_wire2str_rr_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rr_buf() 380 int sldns_wire2str_dname_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_dname_buf() 425 static int print_remainder_hex(const char* pref, uint8_t** d, size_t* dlen, in print_remainder_hex() 592 int sldns_wire2str_rrquestion_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rrquestion_scan() 616 int sldns_wire2str_rr_unknown_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rr_unknown_scan() 732 int sldns_wire2str_header_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_header_scan() 772 int sldns_wire2str_rdata_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rdata_scan() 817 int sldns_wire2str_rdata_unknown_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rdata_unknown_scan() 1424 int sldns_wire2str_a_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_a_scan() [all …]
|