Searched refs:env (Results 126 - 150 of 612) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.h154 * @param env: module environment with time, with anchors and with the mesh.
158 time_t autr_probe_timer(struct module_env* env);
173 * @param env: environment with scratch space.
176 void autr_write_file(struct module_env* env, struct trust_anchor* tp);
187 * @param env: qstate environment with the anchors structure.
197 int autr_process_prime(struct module_env* env, struct val_env* ve,
H A Dvalidator.h234 int val_init(struct module_env* env, int id);
237 void val_deinit(struct module_env* env, int id);
259 * @param env: module environment
263 size_t val_get_mem(struct module_env* env, int id);
H A Dvalidator.c113 val_apply_cfg(struct module_env* env, struct val_env* val_env, argument
118 if(!env->anchors)
119 env->anchors = anchors_create();
120 if(!env->anchors) {
124 if (env->key_cache)
125 val_env->kcache = env->key_cache;
132 env->key_cache = val_env->kcache;
133 if(!anchors_apply_cfg(env->anchors, cfg)) {
151 if (env->neg_cache)
152 val_env->neg_cache = env
168 val_init(struct module_env* env, int id) argument
193 val_deinit(struct module_env* env, int id) argument
584 validate_msg_signatures(struct module_qstate* qstate, struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* key_entry) argument
782 validate_positive_response(struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* kkey) argument
886 validate_nodata_response(struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* kkey) argument
985 validate_nameerror_response(struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* kkey, int* rcode) argument
1123 validate_any_response(struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* kkey) argument
1234 validate_cname_response(struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* kkey) argument
1348 validate_cname_noanswer_response(struct module_env* env, struct val_env* ve, struct query_info* qchase, struct reply_info* chase_reply, struct key_entry_key* kkey) argument
2883 val_get_mem(struct module_env* env, int id) argument
[all...]
H A Dval_nsec3.h106 * @param env: module environment with temporary region and buffer.
117 nsec3_prove_nameerror(struct module_env* env, struct val_env* ve,
140 * @param env: module environment with temporary region and buffer.
151 nsec3_prove_nodata(struct module_env* env, struct val_env* ve,
160 * @param env: module environment with temporary region and buffer.
173 nsec3_prove_wildcard(struct module_env* env, struct val_env* ve,
182 * @param env: module environment with temporary region and buffer.
197 nsec3_prove_nods(struct module_env* env, struct val_env* ve,
205 * @param env: module environment with temporary region and buffer.
218 nsec3_prove_nxornodata(struct module_env* env, struc
[all...]
H A Dval_sigcrypt.h136 * @param env: module env with scratch for temp storage of string.
141 void algo_needs_reason(struct module_env* env, int alg, char** reason, char* s);
146 * @param env: module environment. Uses scratch space.
153 int ds_digest_match_dnskey(struct module_env* env,
235 * @param env: module environment, scratch space is used.
248 enum sec_status dnskeyset_verify_rrset(struct module_env* env,
255 * @param env: module environment, scratch space is used.
266 enum sec_status dnskey_verify_rrset(struct module_env* env,
273 * @param env
[all...]
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.h107 int subnetmod_init(struct module_env* env, int id);
110 void subnetmod_deinit(struct module_env* env, int id);
124 size_t subnetmod_get_mem(struct module_env* env, int id);
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c183 * @param env: module environment with infra cache.
226 iter_filter_unsuitable(struct iter_env* iter_env, struct module_env* env, argument
245 if(infra_get_lame_rtt(env->infra_cache, &a->addr, a->addrlen,
283 iter_fill_rtt(struct iter_env* iter_env, struct module_env* env, argument
295 a->sel_rtt = iter_filter_unsuitable(iter_env, env,
362 iter_filter_order(struct iter_env* iter_env, struct module_env* env, argument
372 got_num = iter_fill_rtt(iter_env, env, name, namelen, qtype, now, dp,
383 if(env->cfg->fast_server_permil != 0 && prefetch == 0 &&
384 num_results > env->cfg->fast_server_num &&
385 ub_random_max(env
549 iter_server_selection(struct iter_env* iter_env, struct module_env* env, struct delegpt* dp, uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame, int* chase_to_rd, int open_target, struct sock_list* blacklist, time_t prefetch) argument
654 iter_dns_store(struct module_env* env, struct query_info* msgqinf, struct reply_info* msgrep, int is_referral, time_t leeway, int pside, struct regional* region, uint16_t flags) argument
778 iter_qname_indicates_dnssec(struct module_env* env, struct query_info *qinfo) argument
799 iter_indicates_dnssec(struct module_env* env, struct delegpt* dp, struct dns_msg* msg, uint16_t dclass) argument
1067 iter_store_parentside_rrset(struct module_env* env, struct ub_packed_rrset_key* rrset) argument
1098 iter_store_parentside_NS(struct module_env* env, struct reply_info* rep) argument
1107 iter_store_parentside_neg(struct module_env* env, struct query_info* qinfo, struct reply_info* rep) argument
1167 iter_lookup_parent_NS_from_cache(struct module_env* env, struct delegpt* dp, struct regional* region, struct query_info* qinfo) argument
1187 iter_lookup_parent_glue_from_cache(struct module_env* env, struct delegpt* dp, struct regional* region, struct query_info* qinfo) argument
[all...]
H A Diterator.c78 iter_init(struct module_env* env, int id) argument
86 env->modinfo[id] = (void*)iter_env;
93 if(!iter_apply_cfg(iter_env, env->cfg)) {
112 iter_deinit(struct module_env* env, int id) argument
115 if(!env || !env->modinfo[id])
117 iter_env = (struct iter_env*)env->modinfo[id];
127 env->modinfo[id] = NULL;
166 if (qstate->env->cfg->qname_minimisation)
227 struct iter_env* ie = (struct iter_env*)qstate->env
590 can_have_last_resort(struct module_env* env, uint8_t* nm, size_t nmlen, uint16_t qclass, struct delegpt** retdp) argument
3929 iter_get_mem(struct module_env* env, int id) argument
[all...]
H A Diterator.h442 int iter_init(struct module_env* env, int id);
445 void iter_deinit(struct module_env* env, int id);
468 size_t iter_get_mem(struct module_env* env, int id);
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_quotalimit.sh82 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s2k/4 -h3k/6 \
94 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -$q -h ${id}
97 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt repquota -$q /mnt
129 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s2k/4 -h3k/6 \
141 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -$q -h ${id}
144 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt repquota -$q /mnt
176 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s2m/4 -h3m/6 \
188 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -$q -h ${id}
191 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt repquota -$q /mnt
223 env LD_PRELOA
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp36 #include "atf-c++/detail/env.hpp"
61 const std::string libexecdir = atf::env::get(
63 const std::string pkgdatadir = atf::env::get(
65 const std::string shell = atf::env::get("ATF_SHELL", ATF_SHELL);
128 m_shell(atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL)))
139 INV(m_shell == atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL)));
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp590 void set_char(int i, font *f, const environment *env, int w,
592 void draw(int code, int *p, int np, const environment *env);
595 void special(char *arg, const environment *env, char type);
688 void ps_printer::set_char(int i, font *f, const environment *env, int w, argument
695 style sty(f, sub, env->size, env->height, env->slant);
705 && sbuf_vpos == env->vpos
706 && sbuf_color == *env->col) {
707 if (sbuf_end_hpos == env
[all...]
/freebsd-11-stable/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c46 char * const *env, const char *expected_out, const char *expected_err);
180 char * const env[] = { pathfds, NULL }; local
181 try_to_run(binary, 0, env, "the hypotenuse of 3 and 4 is 5\n", "");
187 char * const env[] = { pathfds, NULL }; local
188 try_to_run(binary, 1, env, "",
195 try_to_run(int binary, int exit_status, char * const *env, argument
203 fexecve(binary, args, env);
/freebsd-11-stable/crypto/openssh/
H A Dsession.c803 char **env; local
827 env = *envp;
829 for (i = 0; env[i]; i++)
830 if (strncmp(env[i], name, namelen) == 0 && env[i][namelen] == '=')
832 if (env[i]) {
834 free(env[i]);
840 fatal("child_set_env: too many env vars");
842 env = (*envp) = xreallocarray(env, envsiz
861 read_environment_file(char ***env, u_int *envsize, const char *filename) argument
905 child_get_env(char **env, const char *name) argument
922 read_etc_default_login(char ***env, u_int *envsize, uid_t uid) argument
956 copy_environment(char **source, char ***env, u_int *envsize) argument
985 char **env, *laddr; local
1500 char **env; local
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetenv.c227 /* Deallocate environment and environ if created by *env(). */
329 char **env; local
340 for (env = environ, envVarsTotal = 0; *env != NULL; env++)
462 char *env; local
508 env = stpncpy(envVars[envNdx].name, name, nameLen);
509 *env++ = '=';
512 env = envVars[envNdx].value;
515 strcpy(env, valu
536 char **env; local
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c242 mesh_create(struct module_stack* stack, struct module_env* env) argument
250 mesh->qbuf_bak = sldns_buffer_new(env->cfg->msg_buffer_size);
257 mesh->env = env;
267 mesh->max_reply_states = env->cfg->num_queries_per_thread;
270 mesh->jostle_max.tv_sec = (time_t)(env->cfg->jostle_time / 1000);
271 mesh->jostle_max.tv_usec = (time_t)((env->cfg->jostle_time % 1000)
333 timeval_subtract(&age, mesh->env->now_tv,
371 time_t timenow = *qstate->env->now;
373 || qstate->env
773 mesh_state_create(struct module_env* env, struct query_info* qinfo, struct respip_client_info* cinfo, uint16_t qflags, int prime, int valrec) argument
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.c60 struct config_file* cfg = ctx->env->cfg;
73 if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env))
75 log_edns_known_options(VERB_ALGO, ctx->env);
81 if(!auth_zones_apply_cfg(ctx->env->auth_zones, cfg, 1, &is_rpz))
83 if(!edns_strings_apply_cfg(ctx->env->edns_strings, cfg))
85 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size,
87 slabhash_delete(ctx->env->msg_cache);
88 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs,
92 if(!ctx->env->msg_cache)
95 ctx->env
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c523 char *env; local
529 env = setlocale(LC_CTYPE, 0);
531 if (((env = getenv("LC_ALL")) != 0 && *env != '\0')
532 || ((env = getenv("LC_CTYPE")) != 0 && *env != '\0')
533 || ((env = getenv("LANG")) != 0 && *env != '\0')) {
537 T(("_nc_get_locale %s", _nc_visbuf(env)));
538 return env;
551 char *env = nl_langinfo(CODESET); local
555 char *env = _nc_get_locale(); local
577 char *env; local
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.h123 struct env *idm_env;
146 struct env { struct
196 int parse_config(struct env *, const char *, int);
203 void purge_config(struct env *);
209 void flatten_entries(struct env *);
220 void yp_init(struct env *);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dmiscellaneous-table.c41 DB_ENV *env,
49 BDB_ERR(db_create(&miscellaneous, env, 0));
59 return svn_fs_bdb__open_miscellaneous_table(miscellaneous_p, env, TRUE);
40 svn_fs_bdb__open_miscellaneous_table(DB **miscellaneous_p, DB_ENV *env, svn_boolean_t create) argument
H A Dbdb_compat.h79 #define SVN_BDB_OPEN_PARAMS(env,txn) (env), (txn)
81 #define SVN_BDB_OPEN_PARAMS(env,txn) (env)
H A Dchanges-table.h44 DB_ENV *env,
H A Dchecksum-reps-table.h42 DB_ENV *env,
H A Dcopies-table.h40 DB_ENV *env,
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dstart.c29 const char * const * *env)

Completed in 131 milliseconds

1234567891011>>