| /freebsd-12-stable/lib/libifconfig/ |
| D | libifconfig.c | 61 isnd6defif(ifconfig_handle_t *h, const char *name) in isnd6defif() 79 ifconfig_handle_t *h; in ifconfig_open() local 94 ifconfig_close(ifconfig_handle_t *h) in ifconfig_close() 107 ifconfig_err_errtype(ifconfig_handle_t *h) in ifconfig_err_errtype() 114 ifconfig_err_errno(ifconfig_handle_t *h) in ifconfig_err_errno() 121 ifconfig_err_ioctlreq(ifconfig_handle_t *h) in ifconfig_err_ioctlreq() 128 ifconfig_foreach_iface(ifconfig_handle_t *h, in ifconfig_foreach_iface() 153 ifconfig_foreach_ifaddr(ifconfig_handle_t *h, struct ifaddrs *ifa, in ifconfig_foreach_ifaddr() 168 ifconfig_get_description(ifconfig_handle_t *h, const char *name, in ifconfig_get_description() 220 ifconfig_set_description(ifconfig_handle_t *h, const char *name, in ifconfig_set_description() [all …]
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | obstack.h | 273 #define obstack_base(h) ((h)->object_base) argument 277 #define obstack_chunk_size(h) ((h)->chunk_size) argument 281 #define obstack_next_free(h) ((h)->next_free) argument 285 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 291 # define obstack_init(h) \ argument 295 # define obstack_begin(h, size) \ argument 299 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 303 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 308 # define obstack_chunkfun(h, newchunkfun) \ argument 311 # define obstack_freefun(h, newfreefun) \ argument [all …]
|
| D | obstack.c | 114 #define CALL_CHUNKFUN(h, size) \ argument 119 #define CALL_FREEFUN(h, old_chunk) \ argument 127 #define CALL_CHUNKFUN(h, size) \ argument 132 #define CALL_FREEFUN(h, old_chunk) \ argument 151 _obstack_begin (h, size, alignment, chunkfun, freefun) in _obstack_begin() argument 209 _obstack_begin_1 (h, size, alignment, chunkfun, freefun, arg) in _obstack_begin_1() argument 275 _obstack_newchunk (h, length) in _obstack_newchunk() argument 345 _obstack_allocated_p (h, obj) in _obstack_allocated_p() argument 373 _obstack_free (h, obj) in _obstack_free() argument 407 obstack_free (h, obj) in obstack_free() argument [all …]
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | obstack.h | 279 #define obstack_base(h) ((h)->object_base) argument 283 #define obstack_chunk_size(h) ((h)->chunk_size) argument 287 #define obstack_next_free(h) ((h)->next_free) argument 291 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 297 # define obstack_init(h) \ argument 301 # define obstack_begin(h, size) \ argument 305 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 309 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 314 # define obstack_chunkfun(h, newchunkfun) \ argument 317 # define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /freebsd-12-stable/lib/libtacplus/ |
| D | taclib.c | 93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct clnt_str *cs) in add_str_8() 117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct clnt_str *cs) in add_str_16() 228 close_connection(struct tac_handle *h) in close_connection() 237 conn_server(struct tac_handle *h) in conn_server() 312 crypt_msg(struct tac_handle *h, struct tac_msg *msg) in crypt_msg() 360 dup_str(struct tac_handle *h, const struct srvr_str *ss, size_t *len) in dup_str() 375 establish_connection(struct tac_handle *h) in establish_connection() 418 generr(struct tac_handle *h, const char *format, ...) in generr() 445 get_srvr_end(struct tac_handle *h) in get_srvr_end() 461 get_srvr_str(struct tac_handle *h, const char *field, in get_srvr_str() [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_curve.c | 28 EC_CURVE_DATA h; member 60 EC_CURVE_DATA h; member 98 EC_CURVE_DATA h; member 142 EC_CURVE_DATA h; member 199 EC_CURVE_DATA h; member 231 EC_CURVE_DATA h; member 263 EC_CURVE_DATA h; member 301 EC_CURVE_DATA h; member 339 EC_CURVE_DATA h; member 377 EC_CURVE_DATA h; member [all …]
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | bus.h | 147 bus_space_subregion(bus_space_tag_t t __unused, bus_space_handle_t h, in bus_space_subregion() 172 #define __BUS_DEBUG_ACCESS(h, o, desc, sz) do { \ argument 177 #define __BUS_DEBUG_ACCESS(h, o, desc, sz) argument 181 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_1() 189 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_2() 197 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_4() 205 bus_space_read_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_8() 213 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_1() 222 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_2() 231 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_4() [all …]
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | obstack.h | 250 #define obstack_base(h) ((h)->object_base) argument 254 #define obstack_chunk_size(h) ((h)->chunk_size) argument 258 #define obstack_next_free(h) ((h)->next_free) argument 262 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 266 # define obstack_init(h) \ argument 270 # define obstack_begin(h, size) \ argument 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 283 # define obstack_chunkfun(h, newchunkfun) \ argument 286 # define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | obstack.h | 250 #define obstack_base(h) ((h)->object_base) argument 254 #define obstack_chunk_size(h) ((h)->chunk_size) argument 258 #define obstack_next_free(h) ((h)->next_free) argument 262 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 266 # define obstack_init(h) \ argument 270 # define obstack_begin(h, size) \ argument 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 283 # define obstack_chunkfun(h, newchunkfun) \ argument 286 # define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /freebsd-12-stable/lib/libradius/ |
| D | radlib.c | 79 clear_password(struct rad_handle *h) in clear_password() 89 generr(struct rad_handle *h, const char *format, ...) in generr() 99 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password() 133 insert_request_authenticator(struct rad_handle *h, int resp) in insert_request_authenticator() 153 insert_message_authenticator(struct rad_handle *h, int resp) in insert_message_authenticator() 184 is_valid_response(struct rad_handle *h, int srv, in is_valid_response() 282 is_valid_request(struct rad_handle *h) in is_valid_request() 361 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr() 391 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr() 409 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server() [all …]
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | html.c | 139 struct html *h; in html_alloc() local 162 html_reset_internal(struct html *h) in html_reset_internal() 195 print_gen_head(struct html *h) in print_gen_head() 235 html_setfont(struct html *h, enum mandoc_esc font) in html_setfont() 261 print_metaf(struct html *h) in print_metaf() 295 html_close_paragraph(struct html *h) in html_close_paragraph() 317 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode() 432 print_escape(struct html *h, char c) in print_escape() 463 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() 592 print_href(struct html *h, const char *name, const char *sec, int man) in print_href() [all …]
|
| D | compat_ohash.c | 64 ohash_delete(struct ohash *h) in ohash_delete() 73 ohash_resize(struct ohash *h) in ohash_resize() 121 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove() 139 ohash_find(struct ohash *h, unsigned int i) in ohash_find() 148 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert() 166 ohash_entries(struct ohash *h) in ohash_entries() 172 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first() 179 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next() 188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init() 225 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval() [all …]
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | history.c | 523 static void bc_history_enableRaw(BcHistory *h) { in bc_history_enableRaw() 581 static void bc_history_disableRaw(BcHistory *h) { in bc_history_disableRaw() 719 static void bc_history_refresh(BcHistory *h) { in bc_history_refresh() 784 static void bc_history_edit_insert(BcHistory *h, const char *cbuf, size_t clen) in bc_history_edit_insert() 837 static void bc_history_edit_left(BcHistory *h) { in bc_history_edit_left() 851 static void bc_history_edit_right(BcHistory *h) { in bc_history_edit_right() 865 static void bc_history_edit_wordEnd(BcHistory *h) { in bc_history_edit_wordEnd() 883 static void bc_history_edit_wordStart(BcHistory *h) { in bc_history_edit_wordStart() 901 static void bc_history_edit_home(BcHistory *h) { in bc_history_edit_home() 915 static void bc_history_edit_end(BcHistory *h) { in bc_history_edit_end() [all …]
|
| /freebsd-12-stable/lib/libopenbsd/ |
| D | ohash.c | 64 ohash_delete(struct ohash *h) in ohash_delete() 73 ohash_resize(struct ohash *h) in ohash_resize() 121 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove() 139 ohash_find(struct ohash *h, unsigned int i) in ohash_find() 148 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert() 166 ohash_entries(struct ohash *h) in ohash_entries() 172 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first() 179 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next() 188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init() 225 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval() [all …]
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/custom/ |
| D | README.md | 7 ### The following macros can be defined: 18 ### Flag related macros: 30 ### Logging: 36 ### Threading: 45 ### Underlying library support features 49 ### Exporting API symbols:
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | bus.h | 266 #define __bs_rs(sz, t, h, o) \ argument 268 #define __bs_ws(sz, t, h, o, v) \ argument 270 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 272 #define __bs_set(type, sz, t, h, o, v, c) \ argument 278 #define __bs_rs_s(sz, t, h, o) \ argument 280 #define __bs_ws_s(sz, t, h, o, v) \ argument 282 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 291 #define bus_space_unmap(t, h, s) \ argument 293 #define bus_space_subregion(t, h, o, s, hp) \ argument 303 #define bus_space_free(t, h, s) \ argument [all …]
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | bus.h | 266 #define __bs_rs(sz, t, h, o) \ argument 268 #define __bs_ws(sz, t, h, o, v) \ argument 270 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 272 #define __bs_set(type, sz, t, h, o, v, c) \ argument 278 #define __bs_rs_s(sz, t, h, o) \ argument 280 #define __bs_ws_s(sz, t, h, o, v) \ argument 282 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 291 #define bus_space_unmap(t, h, s) \ argument 293 #define bus_space_subregion(t, h, o, s, hp) \ argument 303 #define bus_space_free(t, h, s) \ argument [all …]
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | bus.h | 266 #define __bs_rs(sz, t, h, o) \ argument 268 #define __bs_ws(sz, t, h, o, v) \ argument 270 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 272 #define __bs_set(type, sz, t, h, o, v, c) \ argument 281 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) argument 282 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument 289 #define bus_space_free(t, h, s) \ argument 295 #define bus_space_barrier(t, h, o, l, f) (*(t)->bs_barrier)(h, o, l, f) argument 300 #define bus_space_read_1(t, h, o) __bs_rs(1,t,h,o) argument 301 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) argument [all …]
|
| /freebsd-12-stable/stand/kshim/ |
| D | bsd_busspace.c | 50 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_1() 59 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_2() 68 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_4() 79 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_1() 90 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_2() 101 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_4() 112 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_1() 119 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_2() 126 bus_space_write_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_4() 133 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_1() [all …]
|
| /freebsd-12-stable/contrib/libedit/ |
| D | history.c | 114 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument 115 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument 116 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument 117 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument 118 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument 119 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument 120 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument 121 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument 122 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument 123 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument [all …]
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | obstack.c | 104 #define CALL_CHUNKFUN(h, size) \ argument 109 #define CALL_FREEFUN(h, old_chunk) \ argument 117 #define CALL_CHUNKFUN(h, size) \ argument 122 #define CALL_FREEFUN(h, old_chunk) \ argument 142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin() 186 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1() 238 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk() 304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() [all …]
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | obstack.c | 104 #define CALL_CHUNKFUN(h, size) \ argument 109 #define CALL_FREEFUN(h, old_chunk) \ argument 117 #define CALL_CHUNKFUN(h, size) \ argument 122 #define CALL_FREEFUN(h, old_chunk) \ argument 142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin() 186 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1() 238 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk() 304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() [all …]
|
| /freebsd-12-stable/sys/mips/atheros/ |
| D | ar71xx_pci_bus_space.c | 161 pcimem_bs_r_1_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_1_s() 168 pcimem_bs_w_1_s(void *t, bus_space_handle_t h, bus_size_t o, u_int8_t v) in pcimem_bs_w_1_s() 175 pcimem_bs_r_2_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_2_s() 182 pcimem_bs_w_2_s(void *t, bus_space_handle_t h, bus_size_t o, uint16_t v) in pcimem_bs_w_2_s() 189 pcimem_bs_r_4_s(void *t, bus_space_handle_t h, bus_size_t o) in pcimem_bs_r_4_s() 196 pcimem_bs_w_4_s(void *t, bus_space_handle_t h, bus_size_t o, uint32_t v) in pcimem_bs_w_4_s()
|
| /freebsd-12-stable/sys/mips/include/ |
| D | bus.h | 246 #define __bs_rs(sz, t, h, o) \ argument 248 #define __bs_ws(sz, t, h, o, v) \ argument 250 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 252 #define __bs_set(type, sz, t, h, o, v, c) \ argument 258 #define __bs_rs_s(sz, t, h, o) \ argument 260 #define __bs_ws_s(sz, t, h, o, v) \ argument 262 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 271 #define bus_space_unmap(t, h, s) \ argument 273 #define bus_space_subregion(t, h, o, s, hp) \ argument 283 #define bus_space_free(t, h, s) \ argument [all …]
|
| /freebsd-12-stable/contrib/apr/random/unix/ |
| D | sha2_glue.c | 22 static void sha256_init(apr_crypto_hash_t *h) in sha256_init() 27 static void sha256_add(apr_crypto_hash_t *h,const void *data, in sha256_add() 33 static void sha256_finish(apr_crypto_hash_t *h,unsigned char *result) in sha256_finish() 40 apr_crypto_hash_t *h=apr_palloc(p,sizeof *h); in apr_crypto_sha256_new() local
|