Searched refs:env (Results 1 - 25 of 612) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dunexport-env.exp1 UT_TEST=unexport-env
H A Dexport-env.exp2 UT_TEST=export-env.mk
5 UT_LIT=literal export-env.mk
6 env:
7 UT_TEST=export-env.mk
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.coverage.exe1 #!/usr/bin/env ksh
29 while true; do env > /dev/null; done
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Denv.c53 char *env, *end; local
56 env = getenv ("OMP_SCHEDULE");
57 if (env == NULL)
60 while (isspace ((unsigned char) *env))
61 ++env;
62 if (strncasecmp (env, "static", 6) == 0)
65 env += 6;
67 else if (strncasecmp (env, "dynamic", 7) == 0)
70 env += 7;
72 else if (strncasecmp (env, "guide
120 char *env, *end; local
156 const char *env; local
188 char *env, *end; local
[all...]
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_free_envlist.c49 char **env; local
54 for (env = envlist; *env != NULL; ++env)
55 FREE(*env);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Denv.c46 * @param env enviroment to add the enviroment variable too.
56 hx509_env_add(hx509_context context, hx509_env *env, argument
82 if (*env) {
83 hx509_env e = *env;
88 *env = n;
97 * @param env enviroment to add the enviroment variable too.
107 hx509_env_add_binding(hx509_context context, hx509_env *env, argument
128 if (*env) {
129 hx509_env e = *env;
134 *env
154 hx509_env_lfind(hx509_context context, hx509_env env, const char *key, size_t len) argument
179 hx509_env_find(hx509_context context, hx509_env env, const char *key) argument
202 hx509_env_find_binding(hx509_context context, hx509_env env, const char *key) argument
240 hx509_env_free(hx509_env *env) argument
[all...]
/freebsd-11-stable/usr.bin/env/
H A DMakefile2 # $FreeBSD: stable/11/usr.bin/env/Makefile 357791 2020-02-12 02:09:12Z kevans $
4 PROG= env
5 SRCS= env.c envopts.c
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.c75 edns_known_options_init(struct module_env* env) argument
77 env->edns_known_options_num = 0;
78 env->edns_known_options = (struct edns_known_option*)calloc(
80 if(!env->edns_known_options) return 0;
85 edns_known_options_delete(struct module_env* env) argument
87 free(env->edns_known_options);
88 env->edns_known_options = NULL;
89 env->edns_known_options_num = 0;
94 int no_aggregation, struct module_env* env)
97 if(env
93 edns_register_option(uint16_t opt_code, int bypass_cache_stage, int no_aggregation, struct module_env* env) argument
127 inplace_cb_register(void* cb, enum inplace_cb_list_type type, void* cbarg, struct module_env* env, int id) argument
157 inplace_cb_delete(struct module_env* env, enum inplace_cb_list_type type, int id) argument
184 edns_option_is_known(uint16_t opt_code, struct module_env* env) argument
194 edns_bypass_cache_stage(struct edns_option* list, struct module_env* env) argument
206 unique_mesh_state(struct edns_option* list, struct module_env* env) argument
220 log_edns_known_options(enum verbosity_value level, struct module_env* env) argument
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv_test.cpp26 #include "atf-c++/detail/env.hpp"
41 ATF_REQUIRE(atf::env::has("PATH"));
42 ATF_REQUIRE(!atf::env::get("PATH").empty());
44 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
54 ATF_REQUIRE(atf::env::has("PATH"));
55 ATF_REQUIRE(atf::env::get("PATH", "default value") != "default value");
57 ATF_REQUIRE_EQ(atf::env::get("_UNDEFINED_VARIABLE_", "foo bar"), "foo bar");
67 ATF_REQUIRE(atf::env::has("PATH"));
68 const std::string& oldval = atf::env::get("PATH");
69 atf::env
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dassigndefined.c11 void assigndefined(env)
12 char *env;
16 if (env == NULL)
19 for (s = strtok(env, ";"); s != NULL; s = strtok(NULL, ";")) {
/freebsd-11-stable/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c40 EXPORT int init(struct module_env* env, int id) { argument
42 struct dynlibmod_env* de = (struct dynlibmod_env*) env->modinfo[id];
45 NULL, env, id);
46 struct dynlibmod_env* local_env = env->modinfo[id];
53 EXPORT void deinit(struct module_env* env, int id) { argument
55 struct dynlibmod_env* de = (struct dynlibmod_env*) env->modinfo[id];
56 de->inplace_cb_delete_wrapped(env, inplace_cb_reply, id);
73 struct dynlibmod_env* env = qstate->env->modinfo[id]; local
74 if (env
102 struct dynlibmod_env* env = qstate->env->modinfo[id]; local
111 get_mem(struct module_env* env, int id) argument
124 struct dynlibmod_env* env = qstate->env->modinfo[id]; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_csetjmp.h46 #define setjmp(env) std::setjmp (env)
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dsetjmp.h24 void longjmp(jmp_buf env, int val);
39 #define setjmp(env) setjmp(env)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Denvironment.c42 /* find assignment in env list; len is length of variable including
47 find_var(char **env, char *assignment, size_t len) argument
50 for(i = 0; env != NULL && env[i] != NULL; i++)
51 if(strncmp(env[i], assignment, len) == 0)
58 * assigned and list of malloced strings in env, return 0 or errno
63 read_env_file(FILE *F, char ***env, int *assigned) argument
74 for(idx = 0; *env != NULL && (*env)[idx] != NULL; idx++);
75 l = *env;
131 read_environment(const char *file, char ***env) argument
145 free_environment(char **env) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dipa-utils.c79 has been customized for cgraph_nodes. The env parameter is because
82 ipa_utils_reduced_inorder. ENV is a stack env and would be
87 searchc (struct searchc_env* env, struct cgraph_node *v)
94 splay_tree_remove (env->nodes_marked_new, v->uid);
96 v_info->dfn_number = env->count;
97 v_info->low_link = env->count;
98 env->count++;
99 env->stack[(env->stack_size)++] = v;
114 searchc (env,
86 searchc(struct searchc_env* env, struct cgraph_node *v) argument
162 struct searchc_env env; local
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.c50 void main_configure_client(struct env *);
52 void main_start_update(struct env *);
53 void main_trash_update(struct env *);
54 void main_end_update(struct env *);
55 int main_create_user_groups(struct env *);
56 void purge_config(struct env *);
57 void reconfigure(struct env *);
128 main_start_update(struct env *env) argument
130 env
150 main_trash_update(struct env *env) argument
178 main_create_user_groups(struct env *env) argument
275 main_end_update(struct env *env) argument
355 struct env *env = p; local
466 main_configure_client(struct env *env) argument
482 struct env *env = p; local
488 purge_config(struct env *env) argument
504 struct env env; local
[all...]
/freebsd-11-stable/bin/kenv/
H A Dkenv.c63 char *env, *eq, *val; local
67 env = NULL;
92 env = argv[0];
93 eq = strchr(env, '=');
101 if ((hflag || Nflag) && env != NULL)
103 if (argc > 0 || ((uflag || vflag) && env == NULL))
105 if (env == NULL) {
111 error = kunsetenv(env);
113 warnx("unable to unset %s", env);
115 error = kgetenv(env);
173 kgetenv(const char *env) argument
189 ksetenv(const char *env, char *val) argument
200 kunsetenv(const char *env) argument
[all...]
/freebsd-11-stable/lib/csu/amd64/
H A Dcrt1.c53 char **env; local
57 env = ap + 2 + argc;
58 handle_argv(argc, argv, env);
71 handle_static_init(argc, argv, env);
72 exit(main(argc, argv, env));
/freebsd-11-stable/lib/csu/i386/
H A Dcrt1_c.c55 char **env; local
57 env = argv + argc + 1;
58 handle_argv(argc, argv, env);
70 handle_static_init(argc, argv, env);
71 exit(main(argc, argv, env));
/freebsd-11-stable/lib/csu/riscv/
H A Dcrt1.c54 void __start(int argc, char **argv, char **env, void (*cleanup)(void));
65 " add a2, a1, t0 \n" /* env is after argv */
71 __start(int argc, char **argv, char **env, void (*cleanup)(void)) argument
74 handle_argv(argc, argv, env);
87 handle_static_init(argc, argv, env);
88 exit(main(argc, argv, env));
/freebsd-11-stable/contrib/groff/src/include/
H A Dprinter.h66 void set_ascii_char(unsigned char c, const environment *env,
68 void set_special_char(const char *nm, const environment *env,
70 virtual void set_numbered_char(int n, const environment *env,
72 int set_char_and_width(const char *nm, const environment *env,
75 virtual void draw(int code, int *p, int np, const environment *env);
77 virtual void change_color(const environment * const env);
79 virtual void change_fill_color(const environment * const env);
84 virtual void special(char *arg, const environment *env,
86 virtual void devtag(char *arg, const environment *env,
103 virtual void set_char(int index, font *f, const environment *env,
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Denv.c41 char **env; variable
47 env = realloc(env, (num_env + 1) * sizeof(*env));
48 if(env == NULL)
50 env[num_env++] = str;
62 if(strncmp(env[i], var, strlen(var)) == 0 &&
63 env[i][strlen(var)] == '='){
64 free(env[i]);
65 env[
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_lrint.c49 fenv_t env; local
52 feholdexcept(&env);
56 feupdateenv(&env);
H A Ds_nearbyint.c49 fenv_t env; \
51 fegetenv(&env); \
53 fesetenv(&env); \
/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.h53 int dns64_init(struct module_env* env, int id);
56 void dns64_deinit(struct module_env* env, int id);
69 size_t dns64_get_mem(struct module_env* env, int id);

Completed in 153 milliseconds

1234567891011>>