Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/dragonfly/usr.sbin/installer/libaura/
H A Dbuffer.c61 struct aura_buffer *e; in aura_buffer_new() local
79 aura_buffer_free(struct aura_buffer *e) in aura_buffer_free()
99 aura_buffer_buf(struct aura_buffer *e) in aura_buffer_buf()
108 aura_buffer_len(struct aura_buffer *e) in aura_buffer_len()
118 aura_buffer_size(struct aura_buffer *e) in aura_buffer_size()
185 aura_buffer_cpy(struct aura_buffer *e, const char *s) in aura_buffer_cpy()
265 aura_buffer_seek(struct aura_buffer *e, size_t pos) in aura_buffer_seek()
276 aura_buffer_tell(struct aura_buffer *e) in aura_buffer_tell()
282 aura_buffer_eof(struct aura_buffer *e) in aura_buffer_eof()
288 aura_buffer_peek_char(struct aura_buffer *e) in aura_buffer_peek_char()
[all …]
/dragonfly/usr.sbin/installer/libdfui/
H A Dencode.c53 dfui_encode_string(struct aura_buffer *e, const char *str) in dfui_encode_string()
68 dfui_encode_int(struct aura_buffer *e, int i) in dfui_encode_int()
78 dfui_encode_bool(struct aura_buffer *e, int b) in dfui_encode_bool()
89 dfui_encode_info(struct aura_buffer *e, struct dfui_info *i) in dfui_encode_info()
97 dfui_encode_form(struct aura_buffer *e, struct dfui_form *f) in dfui_encode_form()
115 dfui_encode_fields(struct aura_buffer *e, struct dfui_field *head) in dfui_encode_fields()
127 dfui_encode_field(struct aura_buffer *e, struct dfui_field *fi) in dfui_encode_field()
136 dfui_encode_options(struct aura_buffer *e, struct dfui_option *head) in dfui_encode_options()
148 dfui_encode_option(struct aura_buffer *e, struct dfui_option *o) in dfui_encode_option()
166 dfui_encode_action(struct aura_buffer *e, struct dfui_action *a) in dfui_encode_action()
[all …]
H A Ddecode.c58 dfui_decode_string(struct aura_buffer *e) in dfui_decode_string()
82 dfui_decode_int(struct aura_buffer *e) in dfui_decode_int()
97 dfui_decode_bool(struct aura_buffer *e) in dfui_decode_bool()
114 dfui_decode_info(struct aura_buffer *e) in dfui_decode_info()
133 dfui_decode_field(struct aura_buffer *e) in dfui_decode_field()
151 dfui_decode_fields(struct aura_buffer *e) in dfui_decode_fields()
167 dfui_decode_option(struct aura_buffer *e) in dfui_decode_option()
177 dfui_decode_options(struct aura_buffer *e) in dfui_decode_options()
193 dfui_decode_action(struct aura_buffer *e) in dfui_decode_action()
209 dfui_decode_actions(struct aura_buffer *e) in dfui_decode_actions()
[all …]
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_lib.c92 engine_set_all_null(ENGINE *e) in engine_set_all_null()
114 engine_free_util(ENGINE *e, int locked) in engine_free_util()
141 ENGINE_free(ENGINE *e) in ENGINE_free()
245 ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id()
295 ENGINE_set_flags(ENGINE *e, int flags) in ENGINE_set_flags()
309 ENGINE_get_id(const ENGINE *e) in ENGINE_get_id()
315 ENGINE_get_name(const ENGINE *e) in ENGINE_get_name()
327 ENGINE_get_init_function(const ENGINE *e) in ENGINE_get_init_function()
339 ENGINE_get_ctrl_function(const ENGINE *e) in ENGINE_get_ctrl_function()
345 ENGINE_get_flags(const ENGINE *e) in ENGINE_get_flags()
[all …]
H A Deng_pkey.c63 ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f) in ENGINE_set_load_privkey_function()
70 ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f) in ENGINE_set_load_pubkey_function()
77 ENGINE_set_load_ssl_client_cert_function(ENGINE *e, in ENGINE_set_load_ssl_client_cert_function()
85 ENGINE_get_load_privkey_function(const ENGINE *e) in ENGINE_get_load_privkey_function()
91 ENGINE_get_load_pubkey_function(const ENGINE *e) in ENGINE_get_load_pubkey_function()
97 ENGINE_get_ssl_client_cert_function(const ENGINE *e) in ENGINE_get_ssl_client_cert_function()
105 ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method, in ENGINE_load_private_key()
134 ENGINE_load_public_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method, in ENGINE_load_public_key()
163 ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s, STACK_OF(X509_NAME) *ca_dn, in ENGINE_load_ssl_client_cert()
H A Dtb_asnmth.c73 ENGINE_unregister_pkey_asn1_meths(ENGINE *e) in ENGINE_unregister_pkey_asn1_meths()
85 ENGINE_register_pkey_asn1_meths(ENGINE *e) in ENGINE_register_pkey_asn1_meths()
101 ENGINE *e; in ENGINE_register_all_pkey_asn1_meths() local
108 ENGINE_set_default_pkey_asn1_meths(ENGINE *e) in ENGINE_set_default_pkey_asn1_meths()
132 ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid) in ENGINE_get_pkey_asn1_meth()
146 ENGINE_get_pkey_asn1_meths(const ENGINE *e) in ENGINE_get_pkey_asn1_meths()
153 ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f) in ENGINE_set_pkey_asn1_meths()
164 engine_pkey_asn1_meths_free(ENGINE *e) in engine_pkey_asn1_meths_free()
188 ENGINE_get_pkey_asn1_meth_str(ENGINE *e, const char *str, int len) in ENGINE_get_pkey_asn1_meth_str()
209 ENGINE *e; member
[all …]
H A Dtb_pkmeth.c69 ENGINE_unregister_pkey_meths(ENGINE *e) in ENGINE_unregister_pkey_meths()
81 ENGINE_register_pkey_meths(ENGINE *e) in ENGINE_register_pkey_meths()
97 ENGINE *e; in ENGINE_register_all_pkey_meths() local
104 ENGINE_set_default_pkey_meths(ENGINE *e) in ENGINE_set_default_pkey_meths()
128 ENGINE_get_pkey_meth(ENGINE *e, int nid) in ENGINE_get_pkey_meth()
142 ENGINE_get_pkey_meths(const ENGINE *e) in ENGINE_get_pkey_meths()
149 ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) in ENGINE_set_pkey_meths()
160 engine_pkey_meths_free(ENGINE *e) in engine_pkey_meths_free()
H A Dtb_digest.c68 ENGINE_unregister_digests(ENGINE *e) in ENGINE_unregister_digests()
80 ENGINE_register_digests(ENGINE *e) in ENGINE_register_digests()
96 ENGINE *e; in ENGINE_register_all_digests() local
103 ENGINE_set_default_digests(ENGINE *e) in ENGINE_set_default_digests()
127 ENGINE_get_digest(ENGINE *e, int nid) in ENGINE_get_digest()
141 ENGINE_get_digests(const ENGINE *e) in ENGINE_get_digests()
148 ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f) in ENGINE_set_digests()
H A Dtb_cipher.c68 ENGINE_unregister_ciphers(ENGINE *e) in ENGINE_unregister_ciphers()
80 ENGINE_register_ciphers(ENGINE *e) in ENGINE_register_ciphers()
96 ENGINE *e; in ENGINE_register_all_ciphers() local
103 ENGINE_set_default_ciphers(ENGINE *e) in ENGINE_set_default_ciphers()
127 ENGINE_get_cipher(ENGINE *e, int nid) in ENGINE_get_cipher()
141 ENGINE_get_ciphers(const ENGINE *e) in ENGINE_get_ciphers()
148 ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) in ENGINE_set_ciphers()
H A Dtb_dh.c67 ENGINE_unregister_DH(ENGINE *e) in ENGINE_unregister_DH()
79 ENGINE_register_DH(ENGINE *e) in ENGINE_register_DH()
90 ENGINE *e; in ENGINE_register_all_DH() local
97 ENGINE_set_default_DH(ENGINE *e) in ENGINE_set_default_DH()
116 ENGINE_get_DH(const ENGINE *e) in ENGINE_get_DH()
123 ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH()
H A Dtb_ecdsa.c67 ENGINE_unregister_ECDSA(ENGINE *e) in ENGINE_unregister_ECDSA()
79 ENGINE_register_ECDSA(ENGINE *e) in ENGINE_register_ECDSA()
90 ENGINE *e; in ENGINE_register_all_ECDSA() local
97 ENGINE_set_default_ECDSA(ENGINE *e) in ENGINE_set_default_ECDSA()
116 ENGINE_get_ECDSA(const ENGINE *e) in ENGINE_get_ECDSA()
123 ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth) in ENGINE_set_ECDSA()
H A Dtb_eckey.c62 ENGINE_unregister_EC(ENGINE *e) in ENGINE_unregister_EC()
74 ENGINE_register_EC(ENGINE *e) in ENGINE_register_EC()
85 ENGINE *e; in ENGINE_register_all_EC() local
92 ENGINE_set_default_EC(ENGINE *e) in ENGINE_set_default_EC()
113 ENGINE_get_EC(const ENGINE *e) in ENGINE_get_EC()
120 ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ec_meth) in ENGINE_set_EC()
H A Dtb_dsa.c67 ENGINE_unregister_DSA(ENGINE *e) in ENGINE_unregister_DSA()
79 ENGINE_register_DSA(ENGINE *e) in ENGINE_register_DSA()
90 ENGINE *e; in ENGINE_register_all_DSA() local
97 ENGINE_set_default_DSA(ENGINE *e) in ENGINE_set_default_DSA()
116 ENGINE_get_DSA(const ENGINE *e) in ENGINE_get_DSA()
123 ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA()
H A Dtb_rand.c67 ENGINE_unregister_RAND(ENGINE *e) in ENGINE_unregister_RAND()
79 ENGINE_register_RAND(ENGINE *e) in ENGINE_register_RAND()
90 ENGINE *e; in ENGINE_register_all_RAND() local
97 ENGINE_set_default_RAND(ENGINE *e) in ENGINE_set_default_RAND()
116 ENGINE_get_RAND(const ENGINE *e) in ENGINE_get_RAND()
123 ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND()
H A Dtb_rsa.c67 ENGINE_unregister_RSA(ENGINE *e) in ENGINE_unregister_RSA()
79 ENGINE_register_RSA(ENGINE *e) in ENGINE_register_RSA()
90 ENGINE *e; in ENGINE_register_all_RSA() local
97 ENGINE_set_default_RSA(ENGINE *e) in ENGINE_set_default_RSA()
116 ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA()
123 ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
H A Dtb_ecdh.c81 ENGINE_unregister_ECDH(ENGINE *e) in ENGINE_unregister_ECDH()
93 ENGINE_register_ECDH(ENGINE *e) in ENGINE_register_ECDH()
104 ENGINE *e; in ENGINE_register_all_ECDH() local
111 ENGINE_set_default_ECDH(ENGINE *e) in ENGINE_set_default_ECDH()
130 ENGINE_get_ECDH(const ENGINE *e) in ENGINE_get_ECDH()
137 ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth) in ENGINE_set_ECDH()
/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c39 elf32_getehdr(Elf *e) in elf32_getehdr()
45 elf64_getehdr(Elf *e) in elf64_getehdr()
51 gelf_getehdr(Elf *e, GElf_Ehdr *d) in gelf_getehdr()
96 elf32_newehdr(Elf *e) in elf32_newehdr()
102 elf64_newehdr(Elf *e) in elf64_newehdr()
108 gelf_newehdr(Elf *e, int ec) in gelf_newehdr()
119 gelf_update_ehdr(Elf *e, GElf_Ehdr *s) in gelf_update_ehdr()
H A Dgelf_phdr.c37 elf32_getphdr(Elf *e) in elf32_getphdr()
43 elf64_getphdr(Elf *e) in elf64_getphdr()
49 gelf_getphdr(Elf *e, int index, GElf_Phdr *d) in gelf_getphdr()
104 elf32_newphdr(Elf *e, size_t count) in elf32_newphdr()
110 elf64_newphdr(Elf *e, size_t count) in elf64_newphdr()
116 gelf_newphdr(Elf *e, size_t count) in gelf_newphdr()
126 gelf_update_phdr(Elf *e, int ndx, GElf_Phdr *s) in gelf_update_phdr()
/dragonfly/include/
H A Dassert.h51 #define assert(e) ((void)0) argument
52 #define _assert(e) ((void)0) argument
54 #define _assert(e) assert(e) argument
56 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ argument
62 #define _DIAGASSERT(e) ((e) ? (void)0 : __diagassert(__FILE__, __LINE__, \ argument
65 #define _DIAGASSERT(e) ((void)0) argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfghooks.c128 edge e; in verify_flow_info() local
233 edge e; in verify_flow_info() local
270 edge e; in dump_bb() local
354 remove_branch (edge e) in remove_branch()
375 remove_edge (edge e) in remove_edge()
535 split_edge (edge e) in split_edge()
677 edge e; in merge_blocks() local
728 edge e, fallthru; in make_forwarder_block() local
826 tidy_fallthru_edge (edge e) in tidy_fallthru_edge()
884 force_nonfallthru (edge e) in force_nonfallthru()
[all …]
H A Dgraphds.c36 struct graph_edge *e; in dump_graph() local
74 struct graph_edge *e = XNEW (struct graph_edge); in add_edge() local
97 struct graph_edge *e, *next; in identify_vertices() local
124 dfs_edge_src (struct graph_edge *e, bool forward) in dfs_edge_src()
133 dfs_edge_dest (struct graph_edge *e, bool forward) in dfs_edge_dest()
167 struct graph_edge *e; in dfs_fst_edge() local
177 dfs_next_edge (struct graph_edge *e, bool forward, bitmap subgraph) in dfs_next_edge()
194 struct graph_edge *e; in graphds_dfs() local
316 struct graph_edge *e; in for_each_edge() local
329 struct graph_edge *e, *n; in free_graph() local
[all …]
H A Dprofile.c120 edge e; in instrument_edges() local
243 edge e; in get_exec_counts() local
267 edge e; in is_edge_inconsistent() local
296 edge e; in correct_negative_edge_counts() local
396 edge e; in read_profile_edge_counts() local
510 edge e; in compute_branch_probabilities() local
560 edge e; in compute_branch_probabilities() local
572 edge e; in compute_branch_probabilities() local
587 edge e; in compute_branch_probabilities() local
614 edge e; in compute_branch_probabilities() local
[all …]
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_event.c62 static void event_clean(struct wps_event_ *e) in event_clean()
74 static void event_delete(struct wps_event_ *e) in event_delete()
88 struct wps_event_ *e; in event_dequeue() local
102 struct wps_event_ *e; in event_delete_all() local
117 static void event_retry(struct wps_event_ *e, int do_next_address) in event_retry()
145 static struct wpabuf * event_build_message(struct wps_event_ *e) in event_build_message()
173 static void event_addr_failure(struct wps_event_ *e) in event_addr_failure()
215 struct wps_event_ *e = ctx; in event_http_cb() local
271 struct wps_event_ *e; in event_send_start() local
375 struct wps_event_ *e; in event_add() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfghooks.c129 edge e; in verify_flow_info() local
239 edge e; in verify_flow_info() local
400 remove_branch (edge e) in remove_branch()
421 remove_edge (edge e) in remove_edge()
536 edge e; in split_block_1() local
633 split_edge (edge e) in split_edge()
787 edge e; in merge_blocks() local
866 edge e, fallthru; in make_forwarder_block() local
1277 edge e; in can_copy_bbs_p() local
1339 edge e; in copy_bbs() local
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Denviron.c31 struct gdb_environ *e; in make_environ() local
44 free_environ (struct gdb_environ *e) in free_environ()
60 init_environ (struct gdb_environ *e) in init_environ()
93 environ_vector (struct gdb_environ *e) in environ_vector()
101 get_in_environ (const struct gdb_environ *e, const char *var) in get_in_environ()
117 set_in_environ (struct gdb_environ *e, const char *var, const char *value) in set_in_environ()
164 unset_in_environ (struct gdb_environ *e, char *var) in unset_in_environ()

12345678910>>...51