Searched defs:env (Results 51 - 75 of 233) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_name.c76 hx509_env env = NULL; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ElectricFence/
H A Deftest.c29 static jmp_buf env; variable
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-new-session.c62 struct environ env; local
H A Dcmd-split-window.c59 struct environ env; local
H A Denviron.c40 environ_init(struct environ *env) argument
47 environ_free(struct environ *env) argument
73 environ_find(struct environ *env, const char *name) argument
83 environ_set(struct environ *env, const char *name, const char *value) argument
107 environ_put(struct environ *env, const char *var) argument
125 environ_unset(struct environ *env, const char *name) argument
160 environ_push(struct environ *env) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-utils.c86 searchc(struct searchc_env* env, struct cgraph_node *v) argument
162 struct searchc_env env; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_service.c63 char *env, *ep; local
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inet.c74 in_alias(const char *ifname, prop_dictionary_t env, prop_dictionary_t oenv, argument
143 in_status(prop_dictionary_t env, prop_dictionary_t oenv, bool force) argument
178 in_commit_address(prop_dictionary_t env, prop_dictionary_t oenv) argument
H A Daf_iso.c98 iso_pre_aifaddr(prop_dictionary_t env, const struct afparam *param) argument
109 iso_commit_address(prop_dictionary_t env, prop_dictionary_t oenv) argument
151 setnsellength(prop_dictionary_t env, prop_dictionary_t oenv) argument
163 iso_status(prop_dictionary_t env, prop_dictionary_t oenv, bool force) argument
[all...]
H A Dagr.c72 checkifname(prop_dictionary_t env) argument
84 assertifname(prop_dictionary_t env) argument
91 agrsetport(prop_dictionary_t env, prop_dictionary_t oenv) argument
124 agr_status(prop_dictionary_t env, prop_dictionary_t oenv) argument
181 agr_usage(prop_dictionary_t env) argument
[all...]
H A Denv.c75 getifflags(prop_dictionary_t env, prop_dictionary_t oenv, argument
108 getifinfo(prop_dictionary_t env, prop_dictionary_t oenv, unsigned short *flagsp) argument
117 getifname(prop_dictionary_t env) argument
125 getargdata(prop_dictionary_t env, const char *key, uint8_t *buf, size_t buflen) argument
146 getargstr(prop_dictionary_t env, const char *key, char *buf, size_t buflen) argument
167 getaf(prop_dictionary_t env) argument
[all...]
H A Dpfsync.c92 pfsync_set(prop_dictionary_t env, struct pfsyncreq *pfsyncr) argument
99 pfsync_get1(prop_dictionary_t env, struct pfsyncreq *pfsyncr) argument
107 pfsync_get(prop_dictionary_t env, struct pfsyncreq *pfsyncr) argument
114 pfsync_status(prop_dictionary_t env, prop_dictionary_t oenv) argument
132 setpfsync_maxupd(prop_dictionary_t env, prop_dictionary_ argument
153 setpfsyncdev(prop_dictionary_t env, prop_dictionary_t oenv) argument
173 setpfsync_peer(prop_dictionary_t env, prop_dictionary_t oenv) argument
214 pfsync_usage(prop_dictionary_t env) argument
[all...]
H A Dtunnel.c86 settunnel(prop_dictionary_t env, prop_dictionary_t oenv) argument
146 deletetunnel(prop_dictionary_t env, prop_dictionary_t oenv) argument
154 tunnel_status(prop_dictionary_t env, prop_dictionary_t oenv) argument
194 tunnel_usage(prop_dictionary_t env) argument
[all...]
H A Dvlan.c84 checkifname(prop_dictionary_t env) argument
96 getvlan(prop_dictionary_t env, struct vlanreq *vlr, bool quiet) argument
113 setvlan(prop_dictionary_t env, prop_dictionary_t oenv) argument
134 setvlanif(prop_dictionary_t env, prop_dictionary_t oenv) argument
162 vlan_status(prop_dictionary_t env, prop_dictionary_t oenv) argument
176 vlan_usage(prop_dictionary_t env) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dboot.c259 char **env; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-config.c243 const char *env = local
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dspawn_command.c114 char **env; /* extra environment */ member in struct:spawn_args
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_store.c59 aml_store_to_fieldname(struct aml_environ *env, union aml_object *obj, argument
145 aml_store_to_buffer(struct aml_environ *env, union aml_object *obj, union aml_object *buf, int offset) argument
198 aml_store_to_object(struct aml_environ *env, union aml_object *src, union aml_object * dest) argument
261 aml_store_to_objref(struct aml_environ *env, union aml_object *obj, union aml_object *r) argument
299 aml_store_to_name(struct aml_environ *env, union aml_object *obj, struct aml_name *name) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsession.h65 } *env; member in struct:Session
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_pwri.c90 CMS_EnvelopedData *env; local
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Ddo_command.c431 char **env; local
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dcolor.c120 color_env_parse(char *env) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-djgpp.c114 pex_djgpp_exec_child(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, int in, int out, int errdes, int toclose ATTRIBUTE_UNUSED, const char **errmsg, int *err) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.c84 searchc(struct searchc_env* env, struct cgraph_node *v, bool (*ignore_edge) (struct cgraph_edge *)) argument
163 struct searchc_env env; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-djgpp.c114 pex_djgpp_exec_child(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, int in, int out, int errdes, int toclose ATTRIBUTE_UNUSED, const char **errmsg, int *err) argument

Completed in 223 milliseconds

12345678910