Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/freebsd/lib/libifconfig/
H A Dlibifconfig.c59 isnd6defif(ifconfig_handle_t *h, const char *name) in isnd6defif()
77 ifconfig_handle_t *h; in ifconfig_open() local
92 ifconfig_close(ifconfig_handle_t *h) in ifconfig_close()
105 ifconfig_err_errtype(ifconfig_handle_t *h) in ifconfig_err_errtype()
112 ifconfig_err_errno(ifconfig_handle_t *h) in ifconfig_err_errno()
119 ifconfig_err_ioctlreq(ifconfig_handle_t *h) in ifconfig_err_ioctlreq()
126 ifconfig_foreach_iface(ifconfig_handle_t *h, in ifconfig_foreach_iface()
151 ifconfig_foreach_ifaddr(ifconfig_handle_t *h, struct ifaddrs *ifa, in ifconfig_foreach_ifaddr()
166 ifconfig_get_description(ifconfig_handle_t *h, const char *name, in ifconfig_get_description()
218 ifconfig_set_description(ifconfig_handle_t *h, const char *name, in ifconfig_set_description()
[all …]
H A Dlibifconfig_internal.c41 ifconfig_getifaddrs(ifconfig_handle_t *h) in ifconfig_getifaddrs()
54 ifconfig_ioctlwrap(ifconfig_handle_t *h, const int addressfamily, in ifconfig_ioctlwrap()
78 ifconfig_socket(ifconfig_handle_t *h, const int addressfamily, int *s) in ifconfig_socket()
105 ifconfig_error_clear(ifconfig_handle_t *h) in ifconfig_error_clear()
112 ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error) in ifconfig_error()
/freebsd/lib/libtacplus/
H A Dtaclib.c93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8()
117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_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 tac_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_str(struct tac_handle *h, const char *field, in get_str()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Dec_curve.c34 EC_CURVE_DATA h; member
66 EC_CURVE_DATA h; member
104 EC_CURVE_DATA h; member
148 EC_CURVE_DATA h; member
206 EC_CURVE_DATA h; member
238 EC_CURVE_DATA h; member
270 EC_CURVE_DATA h; member
308 EC_CURVE_DATA h; member
346 EC_CURVE_DATA h; member
385 EC_CURVE_DATA h; member
[all …]
/freebsd/contrib/bc/src/
H A Dhistory.c173 bc_history_init(BcHistory* h) in bc_history_init()
220 bc_history_free(BcHistory* h) in bc_history_free()
228 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt) in bc_history_line()
336 bc_history_init(BcHistory* h) in bc_history_init()
346 bc_history_free(BcHistory* h) in bc_history_free()
352 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt) in bc_history_line()
831 bc_history_enableRaw(BcHistory* h) in bc_history_enableRaw()
894 bc_history_disableRaw(BcHistory* h) in bc_history_disableRaw()
1045 bc_history_refresh(BcHistory* h) in bc_history_refresh()
1117 bc_history_edit_insert(BcHistory* h, const char* cbuf, size_t clen) in bc_history_edit_insert()
[all …]
/freebsd/lib/libradius/
H A Dradlib.c76 clear_password(struct rad_handle *h) in clear_password()
86 generr(struct rad_handle *h, const char *format, ...) in generr()
96 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password()
130 insert_request_authenticator(struct rad_handle *h, int resp) in insert_request_authenticator()
150 insert_message_authenticator(struct rad_handle *h, int resp) in insert_message_authenticator()
181 is_valid_response(struct rad_handle *h, int srv, in is_valid_response()
281 is_valid_request(struct rad_handle *h) in is_valid_request()
363 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
393 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
411 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server()
[all …]
/freebsd/contrib/mandoc/
H A Dhtml.c142 struct html *h; in html_alloc() local
165 html_reset_internal(struct html *h) in html_reset_internal()
198 print_gen_head(struct html *h) in print_gen_head()
238 html_setfont(struct html *h, enum mandoc_esc font) in html_setfont()
264 print_metaf(struct html *h) in print_metaf()
298 html_close_paragraph(struct html *h) in html_close_paragraph()
320 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode()
438 print_escape(struct html *h, char c) in print_escape()
469 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode()
598 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
[all …]
H A Dcompat_ohash.c64 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/contrib/lib9p/
H A Dhashtable.c41 ht_init(struct ht *h, ssize_t size) in ht_init()
55 ht_destroy(struct ht *h) in ht_destroy()
74 ht_find(struct ht *h, uint32_t hash) in ht_find()
85 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked()
101 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add()
127 ht_remove(struct ht *h, uint32_t hash) in ht_remove()
138 ht_remove_locked(struct ht *h, uint32_t hash) in ht_remove_locked()
175 struct ht *h; in ht_iter_advance() local
206 struct ht *h; in ht_remove_at_iter() local
238 ht_iter(struct ht *h, struct ht_iter *iter) in ht_iter()
[all …]
/freebsd/lib/libopenbsd/
H A Dohash.c62 ohash_delete(struct ohash *h) in ohash_delete()
71 ohash_resize(struct ohash *h) in ohash_resize()
119 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove()
137 ohash_find(struct ohash *h, unsigned int i) in ohash_find()
146 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert()
164 ohash_entries(struct ohash *h) in ohash_entries()
170 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first()
177 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
186 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
223 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval()
[all …]
/freebsd/sys/arm64/include/
H A Dbus.h294 #define __bs_rs(sz, t, h, o) \ argument
296 #define __bs_ws(sz, t, h, o, v) \ argument
298 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
300 #define __bs_set(type, sz, t, h, o, v, c) \ argument
306 #define __bs_rs_s(sz, t, h, o) \ argument
308 #define __bs_ws_s(sz, t, h, o, v) \ argument
310 #define __bs_peek(sz, t, h, o, vp) \ argument
312 #define __bs_poke(sz, t, h, o, v) \ argument
314 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
322 #define bus_space_unmap(t, h, s) \ argument
[all …]
/freebsd/sys/riscv/include/
H A Dbus.h262 #define __bs_rs(sz, t, h, o) \ argument
264 #define __bs_ws(sz, t, h, o, v) \ argument
266 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
268 #define __bs_set(type, sz, t, h, o, v, c) \ argument
274 #define __bs_rs_s(sz, t, h, o) \ argument
276 #define __bs_ws_s(sz, t, h, o, v) \ argument
278 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
286 #define bus_space_unmap(t, h, s) \ argument
288 #define bus_space_subregion(t, h, o, s, hp) \ argument
297 #define bus_space_free(t, h, s) \ argument
[all …]
/freebsd/sys/powerpc/include/
H A Dbus.h264 #define __bs_rs(sz, t, h, o) \ argument
266 #define __bs_ws(sz, t, h, o, v) \ argument
268 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
270 #define __bs_set(type, sz, t, h, o, v, c) \ argument
279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) argument
280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument
287 #define bus_space_free(t, h, s) \ argument
293 #define bus_space_barrier(t, h, o, l, f) (*(t)->bs_barrier)(h, o, l, f) argument
298 #define bus_space_read_1(t, h, o) __bs_rs(1,t,h,o) argument
299 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) argument
[all …]
/freebsd/stand/kshim/
H A Dbsd_busspace.c49 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_1()
58 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_2()
67 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_4()
78 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_1()
89 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_2()
100 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_4()
111 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_1()
118 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_2()
125 bus_space_write_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_4()
132 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/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md7 ### The following macros can be defined:
18 ### Logging:
24 ### Threading:
33 ### Underlying library support features
37 ### Exporting API symbols:
/freebsd/contrib/libedit/
H A Dhistory.c115 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
116 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
117 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
118 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
119 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
120 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
121 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
122 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
123 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
124 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dbrg_types.h58 # define li_32(h) 0x##h##u argument
63 # define li_32(h) 0x##h##ul argument
78 # define li_64(h) 0x##h##ui64 argument
83 # define li_64(h) 0x##h##ui64 argument
88 # define li_64(h) 0x##h##ull argument
93 # define li_64(h) 0x##h##ull argument
99 # define li_64(h) 0x##h##u argument
106 # define li_64(h) 0x##h##ul argument
113 # define li_64(h) 0x##h##ull argument
120 # define li_64(h) 0x##h##ull argument
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Ddnsglue.c82 #define DECLARE_HANDLE(h) dns_handle_t h argument
83 #define INIT_HANDLE(h) ((h = dns_open(NULL)) != NULL) argument
84 #define SEARCH(h, n, c, t, a, l) dns_search(h, n, c, t, a, l, NULL, NULL) argument
85 #define PRIMARY_DOMAIN(h) dns_search_list_domain(h, 0) argument
86 #define DESTROY_HANDLE(h) dns_free(h) argument
91 #define DECLARE_HANDLE(h) struct __res_state h argument
92 #define INIT_HANDLE(h) (memset(&h, 0, sizeof(h)), res_ninit(&h) == 0) argument
93 #define SEARCH(h, n, c, t, a, l) res_nsearch(&h, n, c, t, a, l) argument
94 #define PRIMARY_DOMAIN(h) ((h.dnsrch[0] == NULL) ? NULL : strdup(h.dnsrch[0])) argument
96 #define DESTROY_HANDLE(h) res_ndestroy(&h) argument
[all …]
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dtdumputil.c102 writequoted(struct rechandle *h, const char *fmt, va_list ap) in writequoted()
144 struct rechandle *h = calloc(1, sizeof(*h)); in rechandle_common() local
160 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_tabsep() local
174 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_csv() local
186 rechandle_free(struct rechandle *h) in rechandle_free()
196 startrec(struct rechandle *h) in startrec()
211 writefield(struct rechandle *h, const char *fmt, ...) in writefield()
236 endrec(struct rechandle *h) in endrec()
252 writeheader(struct rechandle *h, char * const *a) in writeheader()
/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c127 void httpread_destroy(struct httpread *h) in httpread_destroy()
147 struct httpread *h = user_ctx; in httpread_timeout_handler() local
157 struct httpread *h, in httpread_hdr_option_analyze()
199 static int httpread_hdr_analyze(struct httpread *h) in httpread_hdr_analyze()
369 struct httpread *h = sock_ctx; in httpread_read_handler() local
738 struct httpread *h = NULL; in httpread_create() local
771 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) in httpread_hdr_type_get()
780 char * httpread_uri_get(struct httpread *h) in httpread_uri_get()
787 int httpread_reply_code_get(struct httpread *h) in httpread_reply_code_get()
794 int httpread_length_get(struct httpread *h) in httpread_length_get()
[all …]
/freebsd/contrib/libucl/klib/
H A Dkhash.h397 khint_t h = (khint_t)*s; in __ac_X31_hash_string() local
446 #define kh_destroy(name, h) kh_destroy_##name(h) argument
453 #define kh_clear(name, h) kh_clear_##name(h) argument
461 #define kh_resize(name, h, s) kh_resize_##name(h, s) argument
474 #define kh_put(name, h, k, r) kh_put_##name(h, k, r) argument
483 #define kh_get(name, h, k) kh_get_##name(h, k) argument
491 #define kh_del(name, h, k) kh_del_##name(h, k) argument
499 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) argument
507 #define kh_key(h, x) ((h)->keys[x]) argument
516 #define kh_val(h, x) ((h)->vals[x]) argument
[all …]
/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.h47 ISO_SUSP_HEADER h; member
55 ISO_SUSP_HEADER h; member
75 ISO_SUSP_HEADER h; member
81 ISO_SUSP_HEADER h; member
86 ISO_SUSP_HEADER h; member
91 ISO_SUSP_HEADER h; member
96 ISO_SUSP_HEADER h; member
110 ISO_SUSP_HEADER h; member
116 ISO_SUSP_HEADER h; member
121 ISO_SUSP_HEADER h; member
[all …]
/freebsd/sys/kern/
H A Dkern_khelp.c69 khelp_register_helper(struct helper *h) in khelp_register_helper()
118 khelp_deregister_helper(struct helper *h) in khelp_deregister_helper()
150 struct helper *h; in khelp_init_osd() local
187 struct helper *h; in khelp_destroy_osd() local
209 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd()
238 struct helper *h; in khelp_get_id() local
290 struct helper *h; in khelp_new_hhook_registered() local
/freebsd/sys/arm/include/
H A Dbus.h261 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
263 #define __bs_set(type, sz, t, h, o, v, c) \ argument
269 #define __bs_rs_s(sz, t, h, o) \ argument
271 #define __bs_ws_s(sz, t, h, o, v) \ argument
273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
303 #define bus_space_unmap(t, h, s) \ argument
305 #define bus_space_subregion(t, h, o, s, hp) \ argument
314 #define bus_space_free(t, h, s) \ argument
320 #define bus_space_barrier(t, h, o, l, f) \ argument
342 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dplugins.c85 open_plugin_dlfcn(struct plugin_file_handle *h, const char *filename, in open_plugin_dlfcn()
105 get_sym_dlfcn(struct plugin_file_handle *h, const char *csymname, in get_sym_dlfcn()
126 close_plugin_dlfcn(struct plugin_file_handle *h) in close_plugin_dlfcn()
136 open_plugin_win32(struct plugin_file_handle *h, const char *filename, in open_plugin_win32()
150 get_sym_win32(struct plugin_file_handle *h, const char *csymname, in get_sym_win32()
177 close_plugin_win32(struct plugin_file_handle *h) in close_plugin_win32()
187 open_plugin_dummy(struct plugin_file_handle *h, const char *filename, in open_plugin_dummy()
196 get_sym_dummy(struct plugin_file_handle *h, const char *csymname, in get_sym_dummy()
204 close_plugin_dummy(struct plugin_file_handle *h) in close_plugin_dummy()
216 struct plugin_file_handle *h; in krb5int_open_plugin() local
[all …]

12345678910>>...42