Searched defs:env (Results 201 - 225 of 250) sorted by relevance

12345678910

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c597 double env; /* envelope detector output */ local
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c451 const char *env = getenv("TERM"); local
/freebsd-13-stable/sys/kern/
H A Dkern_exec.c1165 u_long arg, env; local
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c1122 char *order, *env; local
1243 char *env; local
[all...]
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c887 char env[10], *ptr; local
[all...]
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c817 char *env = NULL; local
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dauth-pam.c323 char *env; local
1213 free_pam_environment(char **env) argument
[all...]
H A Dmux.c90 char **env; member in struct:mux_session_confirm_ctx
246 env_permitted(char *env) argument
[all...]
/freebsd-13-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c73 char *env; member in struct:_bmgr_opts
656 make_boot_var(const char *label, const char *loader, const char *kernel, const char *env, bool dry_run, argument
/freebsd-13-stable/usr.sbin/ypldap/
H A Dypldap.h146 struct env { struct
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Dlocalzone.c1240 local_encode(struct query_info* qinfo, struct module_env* env, argument
1274 local_error_encode(struct query_info* qinfo, struct module_env* env, argument
1403 local_data_answer(struct local_zone* z, struct module_env* env, argument
1562 local_zones_zone_answer(struct local_zone* z, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, struct local_data* ld, enum localzone_type lz_type) argument
1736 local_zones_answer(struct local_zones* zones, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, uint8_t* tagactions, size_t tagactionssize, struct config_strlist** tag_datas, size_t tag_datas_size, char** tagname, int num_tags, struct view* view) argument
[all...]
/freebsd-13-stable/contrib/unbound/validator/
H A Dautotrust.c1173 void autr_write_file(struct module_env* env, struct trust_anchor* tp) argument
1251 verify_dnskey(struct module_env* env, struct val_env* ve, argument
1281 min_expiry(struct module_env* env, struct packed_rrset_data* dd) argument
1298 rr_is_selfsigned_revoked(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset, size_t i, struct module_qstate* qstate) argument
1523 check_contains_revoked(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, int* changed, struct module_qstate* qstate) argument
1570 key_matches_a_ds(struct module_env* env, struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset, size_t key_idx, struct ub_packed_rrset_key* ds_rrset) argument
1614 update_events(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, int* changed) argument
1680 check_holddown(struct module_env* env, struct autr_ta* ta, unsigned int holddown) argument
1700 reset_holddown(struct module_env* env, struct autr_ta* ta, int* changed) argument
1708 set_trustanchor_state(struct module_env* env, struct autr_ta* ta, int* changed, autr_state_type s) argument
1720 do_newkey(struct module_env* env, struct autr_ta* anchor, int* c) argument
1728 do_addtime(struct module_env* env, struct autr_ta* anchor, int* c) argument
1750 do_remtime(struct module_env* env, struct autr_ta* anchor, int* c) argument
1762 do_keyrem(struct module_env* env, struct autr_ta* anchor, int* c) argument
1773 do_keypres(struct module_env* env, struct autr_ta* anchor, int* c) argument
1781 do_revoked(struct module_env* env, struct autr_ta* anchor, int* c) argument
1793 anchor_state_update(struct module_env* env, struct autr_ta* anchor, int* c) argument
1849 init_zsk_to_ksk(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1881 remove_missing_trustanchors(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1943 do_statetable(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1958 autr_holddown_exceed(struct module_env* env, struct trust_anchor* tp, int* c) argument
1999 calc_next_probe(struct module_env* env, time_t wait) argument
2027 reset_worker_timer(struct module_env* env) argument
2046 set_next_probe(struct module_env* env, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset) argument
2089 autr_tp_remove(struct module_env* env, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset) argument
2141 autr_process_prime(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, struct module_qstate* qstate) argument
2338 struct module_env* env = (struct module_env*)arg; local
2345 probe_anchor(struct module_env* env, struct trust_anchor* tp) argument
2392 todo_probe(struct module_env* env, time_t* next) argument
2427 autr_probe_timer(struct module_env* env) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcert.c3078 hx509_env env = NULL; local
3417 _hx509_cert_to_env(hx509_context context, hx509_cert cert, hx509_env *env) argument
/freebsd-13-stable/contrib/unbound/daemon/
H A Dremote.c2318 get_mesh_age(struct mesh_state* m, char* buf, size_t len, struct module_env* env) argument
[all...]
/freebsd-13-stable/sbin/init/
H A Dinit.c1423 char term[64], *env[2]; local
1480 char term[64], *env[2]; local
[all...]
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c1779 getargv(struct procstat *procstat, struct kinfo_proc *kp, size_t nchr, int env) argument
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.h336 sigjmp_buf env; member in struct:Struct_RtldLockState
/freebsd-13-stable/contrib/less/
H A Dscreen.c681 struct env { struct env *next; char *name; char *value; }; struct
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_dns.c1841 struct testleak_env_t *env; local
1868 struct testleak_env_t *env local
1896 struct testleak_env_t *env = env_; local
1916 struct testleak_env_t *env = env_; local
1960 struct testleak_env_t *env = env_; local
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1420 inline Environment* AddGlobalTestEnvironment(Environment* env) { argument
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h434 struct Table *env; member in struct:Udata::__anon10625
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dzstdcli.c607 const char* const env = getenv(ENV_CLEVEL); local
635 const char* const env = getenv(ENV_NBTHREADS); local
[all...]
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dverbs.c277 char *env; local
296 char *env; local
307 char *env; local
318 char *env; local
1983 char *env; local
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1805 struct testleak_env_t *env; local
1832 struct testleak_env_t *env local
1860 struct testleak_env_t *env = env_; local
1880 struct testleak_env_t *env = env_; local
1931 struct testleak_env_t *env = env_; local
[all...]

Completed in 529 milliseconds

12345678910