Searched defs:env (Results 101 - 125 of 227) sorted by relevance

12345678910

/freebsd-10.3-release/contrib/unbound/services/
H A Dmesh.h83 struct module_env* env; member in struct:mesh_area
/freebsd-10.3-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c111 struct module_env env; local
[all...]
/freebsd-10.3-release/contrib/unbound/util/
H A Dfptr_wlist.c310 fptr_whitelist_mod_init(int (*fptr)(struct module_env* env, int id)) argument
322 fptr_whitelist_mod_deinit(void (*fptr)(struct module_env* env, int id)) argument
373 fptr_whitelist_mod_get_mem(size_t (*fptr)(struct module_env* env, int id)) argument
/freebsd-10.3-release/lib/libkvm/
H A Dkvm_proc.c636 kvm_argv(kvm_t *kd, const struct kinfo_proc *kp, int env, int nchr) argument
/freebsd-10.3-release/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c330 char **envlist, **env; local
/freebsd-10.3-release/lib/libstand/
H A Dbootp.c730 char env[128]; /* the string name */ local
744 char env[128]; /* the string name */ local
/freebsd-10.3-release/lib/libc/stdlib/
H A Dgetenv.c329 char **env; local
462 char *env; local
536 char **env; local
[all...]
/freebsd-10.3-release/sys/boot/i386/libi386/
H A Dcomconsole.c84 char *cons, *env; local
[all...]
/freebsd-10.3-release/sys/boot/pc98/libpc98/
H A Dcomconsole.c84 char *cons, *env; local
[all...]
/freebsd-10.3-release/sys/boot/uboot/lib/
H A Dglue.c504 const char *env, *str; local
/freebsd-10.3-release/libexec/getty/
H A Dsubr.c552 makeenv(char *env[]) argument
/freebsd-10.3-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c49 Elf_Addr env; member in struct:funcdesc
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dremote-utils.c469 gr_create_inferior (char *execfile, char *args, char **env) argument
/freebsd-10.3-release/contrib/groff/src/devices/xditview/
H A Ddevice.c461 char *env; local
/freebsd-10.3-release/contrib/less/
H A Dlesskey.c787 char *env = (char *) calloc(strlen(drive) + local
/freebsd-10.3-release/sys/kern/
H A Dkern_environment.c292 freeenv(char *env) argument
/freebsd-10.3-release/sys/dev/usb/quirk/
H A Dusb_quirk.c910 usb_quirk_add_entry_from_str(const char *name, const char *env) argument
[all...]
/freebsd-10.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.c41 int uwx_self_init_info_block(struct uwx_env *env, struct uwx_self_info *info) argument
56 struct uwx_self_info *uwx_self_init_info(struct uwx_env *env) argument
81 uwx_self_init_from_sigcontext( struct uwx_env *env, struct uwx_self_info *info, ucontext_t *ucontext) argument
145 uwx_self_do_context_frame( struct uwx_env *env, struct uwx_self_info *info) argument
[all...]
H A Duwx_step.c69 int uwx_get_frame_info(struct uwx_env *env) argument
256 uwx_restore_markers(struct uwx_env *env) argument
311 uwx_get_module_info( struct uwx_env *env, char **modp, uint64_t *text_base) argument
379 uwx_get_funcstart( struct uwx_env *env, uint64_t *funcstart) argument
406 uwx_get_sym_info( struct uwx_env *env, char **modp, char **symp, uint64_t *offsetp) argument
474 uwx_step(struct uwx_env *env) argument
670 uwx_decode_uvec(struct uwx_env *env, uint64_t *uvec, uint64_t **rstate) argument
716 uwx_restore_reg(struct uwx_env *env, uint64_t rstate, uint64_t *valp, uint64_t *histp) argument
766 uwx_restore_freg(struct uwx_env *env, uint64_t rstate, uint64_t *valp, uint64_t *histp) argument
804 uwx_restore_nat(struct uwx_env *env, uint64_t rstate, int unat) argument
[all...]
H A Duwx_uinfo.c65 int uwx_default_rstate(struct uwx_env *env, uint64_t **rstatep) argument
77 uwx_decode_uinfo( struct uwx_env *env, struct uwx_utable_entry *uentry, uint64_t **rstatep) argument
213 uwx_decode_rhdr( struct uwx_env *env, struct uwx_bstream *bstream, struct uwx_rhdr *rhdr) argument
294 uwx_decode_prologue( struct uwx_env *env, struct uwx_bstream *bstream, struct uwx_scoreboard *scoreboard, struct uwx_rhdr *rhdr, int ip_slot) argument
911 uwx_decode_body( struct uwx_env *env, struct uwx_bstream *bstream, struct uwx_scoreboard *scoreboard, struct uwx_rhdr *rhdr, int ip_slot) argument
[all...]
/freebsd-10.3-release/usr.sbin/ppp/
H A Dsystems.c75 const char *env; local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp123 Host::GetEnvironment (StringList &env) argument
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dname.c729 hx509_name_expand(hx509_context context, hx509_name name, hx509_env env) argument
/freebsd-10.3-release/crypto/heimdal/lib/kafs/
H A Dafssys.c412 char *env = NULL; local
[all...]
/freebsd-10.3-release/contrib/unbound/services/cache/
H A Ddns.c70 store_rrsets(struct module_env* env, struct reply_info* rep, time_t now, argument
108 dns_cache_store_msg(struct module_env* env, struct query_info* qinfo, argument
145 find_closest_of_type(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qclass, time_t now, uint16_t searchtype, int stripfront) argument
186 msg_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr) argument
210 find_add_addrs(struct module_env* env, uint16_t qclass, struct regional* region, struct delegpt* dp, time_t now, struct dns_msg** msg) argument
264 cache_fill_missing(struct module_env* env, uint16_t qclass, struct regional* region, struct delegpt* dp) argument
318 find_add_ds(struct module_env* env, struct regional* region, struct dns_msg* msg, struct delegpt* dp, time_t now) argument
405 dns_cache_find_delegation(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, struct regional* region, struct dns_msg** msg, time_t now) argument
482 tomsg(struct module_env* env, struct query_info* q, struct reply_info* r, struct regional* region, time_t now, struct regional* scratch) argument
652 fill_any(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, struct regional* region) argument
704 dns_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, uint16_t flags, struct regional* region, struct regional* scratch) argument
824 dns_cache_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
882 dns_cache_prefetch_adjust(struct module_env* env, struct query_info* qinfo, time_t adjust, uint16_t flags) argument
[all...]

Completed in 195 milliseconds

12345678910