Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 251) sorted by relevance

1234567891011

/freebsd/contrib/bc/tests/
H A Dhistory.py277 def test_eof(exe, args, env): argument
456 def test_bc1(exe, args, env): argument
488 def test_bc2(exe, args, env): argument
521 def test_bc3(exe, args, env): argument
561 def test_bc4(exe, args, env): argument
604 def test_bc5(exe, args, env): argument
633 def test_bc6(exe, args, env): argument
666 def test_bc7(exe, args, env): argument
718 def test_bc8(exe, args, env): argument
749 def test_bc9(exe, args, env): argument
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dcopyinout.c163 jmp_buf env; in REMAP() local
202 jmp_buf env; in REMAP() local
241 jmp_buf env; in REMAP() local
294 jmp_buf env; in REMAP() local
322 jmp_buf env; in REMAP() local
351 jmp_buf env; in REMAP() local
386 jmp_buf env; in REMAP() local
422 jmp_buf env; in REMAP() local
451 jmp_buf env; in REMAP() local
479 jmp_buf env; in REMAP() local
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Denv.c56 hx509_env_add(hx509_context context, hx509_env *env, in hx509_env_add()
107 hx509_env_add_binding(hx509_context context, hx509_env *env, in hx509_env_add_binding()
154 hx509_env_lfind(hx509_context context, hx509_env env, in hx509_env_lfind()
179 hx509_env_find(hx509_context context, hx509_env env, const char *key) in hx509_env_find()
203 hx509_env env, in hx509_env_find_binding()
240 hx509_env_free(hx509_env *env) in hx509_env_free()
H A Dsel.c52 eval_word(hx509_context context, hx509_env env, struct hx_expr *word) in eval_word()
72 find_variable(hx509_context context, hx509_env env, struct hx_expr *word) in find_variable()
86 eval_comp(hx509_context context, hx509_env env, struct hx_expr *expr) in eval_comp()
159 _hx509_expr_eval(hx509_context context, hx509_env env, struct hx_expr *expr) in _hx509_expr_eval()
/freebsd/usr.sbin/ypldap/
H A Dypldap.h145 struct env { struct
148 u_int8_t sc_opts;
156 u_int32_t sc_flags;
158 u_int32_t sc_maxid;
160 char sc_domainname[MAXHOSTNAMELEN];
161 struct timeval sc_conf_tv;
162 struct event sc_conf_ev;
164 struct imsgev *sc_iev;
165 struct imsgev *sc_iev_dns;
171 struct user_name_tree *sc_user_names_t;
[all …]
H A Dypldap.c127 main_start_update(struct env *env) in main_start_update()
149 main_trash_update(struct env *env) in main_trash_update()
177 main_create_user_groups(struct env *env) in main_create_user_groups()
274 main_end_update(struct env *env) in main_end_update()
354 struct env *env = p; in main_dispatch_client() local
465 main_configure_client(struct env *env) in main_configure_client()
481 struct env *env = p; in main_init_timer() local
487 purge_config(struct env *env) in purge_config()
503 struct env env; in main() local
H A Dldapclient.c162 struct env *env = p; in client_dispatch_dns() local
258 struct env *env = p; in client_dispatch_parent() local
353 struct env env; in ldapclient() local
502 client_search_idm(struct env *env, struct idm *idm, struct aldap *al, in client_search_idm()
568 client_try_idm(struct env *env, struct idm *idm) in client_try_idm()
645 struct env *env = p; in client_periodic_update() local
670 client_configure(struct env *env) in client_configure()
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c90 dt_send(const struct dt_env *env, void *buf, size_t len_buf) in dt_send()
96 dt_msg_init(const struct dt_env *env, in dt_msg_init()
133 struct dt_env *env; in dt_create() local
207 dt_apply_cfg(struct dt_env *env, struct config_file *cfg) in dt_apply_cfg()
247 dt_init(struct dt_env *env, struct comm_base* base) in dt_init()
264 dt_deinit(struct dt_env* env) in dt_deinit()
271 dt_delete(struct dt_env *env) in dt_delete()
401 dt_msg_send_client_query(struct dt_env *env, in dt_msg_send_client_query()
440 dt_msg_send_client_response(struct dt_env *env, in dt_msg_send_client_response()
475 dt_msg_send_outside_query(struct dt_env *env, in dt_msg_send_outside_query()
[all …]
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c40 EXPORT int init(struct module_env* env, int id) { in init()
53 EXPORT void deinit(struct module_env* env, int id) { in deinit()
73 struct dynlibmod_env* env = qstate->env->modinfo[id]; in operate() local
102 struct dynlibmod_env* env = qstate->env->modinfo[id]; in clear() local
111 EXPORT size_t get_mem(struct module_env* env, int id) { in get_mem()
124 struct dynlibmod_env* env = qstate->env->modinfo[id]; in reply_callback() local
/freebsd/contrib/kyua/model/
H A Dcontext_test.cpp45 std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY() local
57 std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY() local
76 const std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY() local
88 std::map< std::string, std::string > env; in ATF_TEST_CASE_BODY() local
/freebsd/crypto/heimdal/lib/roken/
H A Denvironment.c47 find_var(char **env, char *assignment, size_t len) in find_var()
63 read_env_file(FILE *F, char ***env, int *assigned) in read_env_file()
131 read_environment(const char *file, char ***env) in read_environment()
145 free_environment(char **env) in free_environment()
/freebsd/contrib/unbound/util/
H A Dmodule.c244 edns_known_options_init(struct module_env* env) in edns_known_options_init()
254 edns_known_options_delete(struct module_env* env) in edns_known_options_delete()
263 int no_aggregation, struct module_env* env) in edns_register_option()
297 struct module_env* env, int id) in inplace_cb_register()
326 inplace_cb_delete(struct module_env* env, enum inplace_cb_list_type type, in inplace_cb_delete()
353 edns_option_is_known(uint16_t opt_code, struct module_env* env) in edns_option_is_known()
363 edns_bypass_cache_stage(struct edns_option* list, struct module_env* env) in edns_bypass_cache_stage()
375 unique_mesh_state(struct edns_option* list, struct module_env* env) in unique_mesh_state()
389 log_edns_known_options(enum verbosity_value level, struct module_env* env) in log_edns_known_options()
/freebsd/bin/kenv/
H A Dkenv.c63 char *env, *eq, *val; in main() local
190 kgetenv(const char *env) in kgetenv()
206 ksetenv(const char *env, char *val) in ksetenv()
217 kunsetenv(const char *env) in kunsetenv()
/freebsd/libexec/rtld-elf/tests/
H A Dcommon.c36 char * const env[] = { senv, NULL }; in expect_success() local
44 char * const env[] = { senv, NULL }; in expect_missing_library() local
52 try_to_run(int binary, int exit_status, char * const *env, in try_to_run()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c1261 verify_dnskey(struct module_env* env, struct val_env* ve, in verify_dnskey()
1580 key_matches_a_ds(struct module_env* env, struct val_env* ve, in key_matches_a_ds()
1625 update_events(struct module_env* env, struct val_env* ve, in update_events()
1692 check_holddown(struct module_env* env, struct autr_ta* ta, in check_holddown()
2011 calc_next_probe(struct module_env* env, time_t wait) in calc_next_probe()
2039 reset_worker_timer(struct module_env* env) in reset_worker_timer()
2058 set_next_probe(struct module_env* env, struct trust_anchor* tp, in set_next_probe()
2350 struct module_env* env = (struct module_env*)arg; in probe_answer_cb() local
2357 probe_anchor(struct module_env* env, struct trust_anchor* tp) in probe_anchor()
2408 todo_probe(struct module_env* env, time_t* next) in todo_probe()
[all …]
H A Dval_utils.c378 val_verify_rrset(struct module_env* env, struct val_env* ve, in val_verify_rrset()
438 val_verify_rrset_entry(struct module_env* env, struct val_env* ve, in val_verify_rrset_entry()
462 verify_dnskeys_with_ds_rr(struct module_env* env, struct val_env* ve, in verify_dnskeys_with_ds_rr()
549 val_verify_DNSKEY_with_DS(struct module_env* env, struct val_env* ve, in val_verify_DNSKEY_with_DS()
649 val_verify_new_DNSKEYs(struct regional* region, struct module_env* env, in val_verify_new_DNSKEYs()
678 val_verify_DNSKEY_with_TA(struct module_env* env, struct val_env* ve, in val_verify_DNSKEY_with_TA()
820 val_verify_new_DNSKEYs_with_ta(struct regional* region, struct module_env* env, in val_verify_new_DNSKEYs_with_ta()
1053 val_check_nonsecure(struct module_env* env, struct reply_info* rep) in val_check_nonsecure()
1138 struct rrset_cache* r, struct module_env* env) in val_mark_indeterminate()
1158 struct rrset_cache* r, struct module_env* env) in val_mark_insecure()
[all …]
/freebsd/lib/libc/csu/
H A Dlibc_start1.c97 handle_static_init(int argc, char **argv, char **env) in handle_static_init()
125 handle_argv(int argc, char *argv[], char **env) in handle_argv()
141 __libc_start1(int argc, char *argv[], char *env[], void (*cleanup)(void), in __libc_start1()
165 __libc_start1_gcrt(int argc, char *argv[], char *env[], in __libc_start1_gcrt()
/freebsd/contrib/unbound/services/cache/
H A Ddns.c78 store_rrsets(struct module_env* env, struct reply_info* rep, time_t now, in store_rrsets()
130 msg_cache_remove(struct module_env* env, uint8_t* qname, size_t qnamelen, in msg_cache_remove()
146 dns_cache_store_msg(struct module_env* env, struct query_info* qinfo, in dns_cache_store_msg()
272 msg_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, in msg_cache_lookup()
297 find_add_addrs(struct module_env* env, uint16_t qclass, in find_add_addrs()
351 cache_fill_missing(struct module_env* env, uint16_t qclass, in cache_fill_missing()
410 find_add_ds(struct module_env* env, struct regional* region, in find_add_ds()
498 dns_cache_find_delegation(struct module_env* env, uint8_t* qname, in dns_cache_find_delegation()
812 fill_any(struct module_env* env, in fill_any()
877 dns_cache_lookup(struct module_env* env, in dns_cache_lookup()
[all …]
/freebsd/contrib/unbound/cachedb/
H A Dredis.c138 redis_init(struct module_env* env, struct cachedb_env* cachedb_env) in redis_init()
208 redis_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in redis_deinit()
231 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, in redis_command()
279 redis_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in redis_lookup()
327 redis_store(struct module_env* env, struct cachedb_env* cachedb_env, in redis_store()
H A Dcachedb.c104 testframe_init(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_init()
130 testframe_deinit(struct module_env* env, struct cachedb_env* cachedb_env) in testframe_deinit()
145 testframe_lookup(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_lookup()
172 testframe_store(struct module_env* env, struct cachedb_env* cachedb_env, in testframe_store()
244 cachedb_init(struct module_env* env, int id) in cachedb_init()
274 cachedb_deinit(struct module_env* env, int id) in cachedb_deinit()
969 cachedb_get_mem(struct module_env* env, int id) in cachedb_get_mem()
993 cachedb_is_enabled(struct module_stack* mods, struct module_env* env) in cachedb_is_enabled()
/freebsd/lib/msun/arm/
H A Dfenv.c63 #define __set_env(env, flags, mask, rnd) env = ((flags) \ argument
66 #define __env_flags(env) ((env) & FE_ALL_EXCEPT) argument
67 #define __env_mask(env) (((env) >> _FPUSW_SHIFT) \ argument
69 #define __env_round(env) (((env) >> 24) & _ROUND_MASK) argument
/freebsd/contrib/unbound/ipset/
H A Dipset.c139 ipset_check_zones_for_rrset(struct module_env *env, struct ipset_env *ie, in ipset_check_zones_for_rrset()
178 static int ipset_update(struct module_env *env, struct dns_msg *return_msg, in ipset_update()
229 int ipset_init(struct module_env* env, int id) { in ipset_init()
256 void ipset_deinit(struct module_env *env, int id) { in ipset_deinit()
366 size_t ipset_get_mem(struct module_env *env, int id) { in ipset_get_mem()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c258 iter_filter_unsuitable(struct iter_env* iter_env, struct module_env* env, in iter_filter_unsuitable()
316 iter_fill_rtt(struct iter_env* iter_env, struct module_env* env, in iter_fill_rtt()
395 iter_filter_order(struct iter_env* iter_env, struct module_env* env, in iter_filter_order()
589 struct module_env* env, struct delegpt* dp, in iter_server_selection()
693 iter_dns_store(struct module_env* env, struct query_info* msgqinf, in iter_dns_store()
855 iter_indicates_dnssec(struct module_env* env, struct delegpt* dp, in iter_indicates_dnssec()
1123 iter_store_parentside_rrset(struct module_env* env, in iter_store_parentside_rrset()
1154 iter_store_parentside_NS(struct module_env* env, struct reply_info* rep) in iter_store_parentside_NS()
1163 void iter_store_parentside_neg(struct module_env* env, in iter_store_parentside_neg()
1243 int iter_lookup_parent_glue_from_cache(struct module_env* env, in iter_lookup_parent_glue_from_cache()
[all …]
/freebsd/usr.sbin/nscd/
H A Dnscd.c213 destroy_runtime_env(struct runtime_env *env) in destroy_runtime_env()
223 accept_connection(struct kevent *event_data, struct runtime_env *env, in accept_connection()
272 process_socket_event(struct kevent *event_data, struct runtime_env *env, in process_socket_event()
467 process_timer_event(struct kevent *event_data, struct runtime_env *env, in process_timer_event()
484 processing_loop(cache the_cache, struct runtime_env *env, in processing_loop()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c430 char *env; in get_total_uuars() local
450 char *env; in open_debug_file() local
474 char *env; in set_debug_mask() local
483 char *env; in set_freeze_on_error() local
492 char *env; in get_always_bf() local
503 char *env; in get_shut_up_bf() local
514 char *env; in get_num_low_lat_uuars() local
548 char *env; in single_threaded_app() local

1234567891011