/dflybsd-src/usr.sbin/installer/libaura/ |
H A D | buffer.c | 61 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() 129 aura_buffer_ensure_size(struct aura_buffer *e, size_t size) in aura_buffer_ensure_size() 146 aura_buffer_set(struct aura_buffer *e, const char *buf, size_t length) in aura_buffer_set() 166 aura_buffer_append(struct aura_buffer *e, const char *buf, size_t length) in aura_buffer_append() 185 aura_buffer_cpy(struct aura_buffer *e, const char *s) in aura_buffer_cpy() 196 aura_buffer_cat(struct aura_buffer *e, const char *s) in aura_buffer_cat() [all …]
|
/dflybsd-src/usr.sbin/installer/libdfui/ |
H A D | encode.c | 53 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() 154 dfui_encode_actions(struct aura_buffer *e, struct dfui_action *head) in dfui_encode_actions() [all …]
|
H A D | decode.c | 58 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 …]
|
/dflybsd-src/crypto/libressl/crypto/engine/ |
H A D | eng_lib.c | 92 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() 230 ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data() 236 ENGINE_get_ex_data(const ENGINE *e, int idx) in ENGINE_get_ex_data() 245 ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id() 256 ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name() 267 ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() 274 ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function() 281 ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function() [all …]
|
H A D | eng_pkey.c | 63 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 D | tb_asnmth.c | 73 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 D | tb_pkmeth.c | 69 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 D | tb_digest.c | 68 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 D | tb_cipher.c | 68 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 D | tb_eckey.c | 62 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 D | tb_ecdsa.c | 67 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 D | tb_dh.c | 67 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 D | tb_ecdh.c | 81 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()
|
H A D | tb_rsa.c | 67 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 D | tb_rand.c | 67 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 D | tb_dsa.c | 67 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()
|
/dflybsd-src/contrib/elftoolchain/libelf/ |
H A D | gelf_ehdr.c | 39 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 D | gelf_phdr.c | 37 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()
|
/dflybsd-src/include/ |
H A D | assert.h | 51 #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
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfghooks.c | 128 edge e; in verify_flow_info() local 233 edge e; in verify_flow_info() local 270 edge e; in dump_bb() local 315 redirect_edge_and_branch (edge e, basic_block dest) in redirect_edge_and_branch() 337 can_remove_branch_p (const_edge e) in can_remove_branch_p() 354 remove_branch (edge e) in remove_branch() 375 remove_edge (edge e) in remove_edge() 388 redirect_edge_and_branch_force (edge e, basic_block dest) in redirect_edge_and_branch_force() 535 split_edge (edge e) in split_edge() 655 predict_edge (edge e, enum br_predictor predictor, int probability) in predict_edge() [all …]
|
H A D | graphds.c | 36 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() 142 foll_in_subgraph (struct graph_edge *e, bool forward, bitmap subgraph) in foll_in_subgraph() 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 [all …]
|
H A D | profile.c | 120 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 …]
|
/dflybsd-src/contrib/wpa_supplicant/src/wps/ |
H A D | wps_upnp_event.c | 62 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
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfghooks.c | 129 edge e; in verify_flow_info() local 239 edge e; in verify_flow_info() local 361 redirect_edge_and_branch (edge e, basic_block dest) in redirect_edge_and_branch() 383 can_remove_branch_p (const_edge e) in can_remove_branch_p() 400 remove_branch (edge e) in remove_branch() 421 remove_edge (edge e) in remove_edge() 450 redirect_edge_succ_nodup (edge e, basic_block new_succ) in redirect_edge_succ_nodup() 475 redirect_edge_and_branch_force (edge e, basic_block dest) in redirect_edge_and_branch_force() 536 edge e; in split_block_1() local 633 split_edge (edge e) in split_edge() [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | environ.c | 31 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()
|