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

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A DLint___sigsetjmp14.c12 __sigsetjmp14(env, savemask)
13 sigjmp_buf env;
21 __siglongjmp14(env, val)
22 sigjmp_buf env;
H A DLint__setjmp.c12 _setjmp(env)
13 jmp_buf env;
20 _longjmp(env, val)
21 jmp_buf env;
H A DLint___setjmp14.c12 __setjmp14(jmp_buf env) argument
19 __longjmp14(jmp_buf env, int val) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dlongjmp.c21 jmp_buf env; variable
36 if (setjmp (env) == 0) /* longjmp caught */
38 call_longjmp (&env);
50 if (setjmp (env) == 0) /* patt1 */
53 longjmp (env, 1);
64 if (setjmp (env) == 0) /* patt2 */
66 call_longjmp (&env);
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_free_envlist.c52 char **env; local
57 for (env = envlist; *env != NULL; ++env)
58 FREE(*env);
H A Dpam_putenv.c62 char **env, *p; local
78 FREE(pamh->env[i]);
79 pamh->env[i] = p;
85 env = realloc(pamh->env,
87 if (env == NULL)
89 pamh->env = env;
94 if ((pamh->env[pamh->env_count] = strdup(namevalue)) == NULL)
H A Dpam_setenv.c65 char *env; local
81 if (asprintf(&env, "%s=%s", name, value) < 0)
83 r = pam_putenv(pamh, env);
84 FREE(env);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Denv.c48 * @param env enviroment to add the enviroment variable too.
58 hx509_env_add(hx509_context context, hx509_env *env, argument
84 if (*env) {
85 hx509_env e = *env;
90 *env = n;
99 * @param env enviroment to add the enviroment variable too.
109 hx509_env_add_binding(hx509_context context, hx509_env *env, argument
130 if (*env) {
131 hx509_env e = *env;
136 *env
156 hx509_env_lfind(hx509_context context, hx509_env env, const char *key, size_t len) argument
181 hx509_env_find(hx509_context context, hx509_env env, const char *key) argument
204 hx509_env_find_binding(hx509_context context, hx509_env env, const char *key) argument
242 hx509_env_free(hx509_env *env) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-cleanup6 if [ -f gcc-svn-env ]; then
7 . ./gcc-svn-env
8 elif [ -f ../gcc-svn-env ]; then
9 . ../gcc-svn-env
10 elif [ -f ${HOME}/etc/gcc-svn-env ]; then
11 . ${HOME}/etc/gcc-svn-env
13 echo "$0: could not find gcc-svn-env file"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Denv.c76 char *env, *end; local
79 env = getenv ("OMP_SCHEDULE");
80 if (env == NULL)
83 while (isspace ((unsigned char) *env))
84 ++env;
85 if (strncasecmp (env, "static", 6) == 0)
88 env += 6;
90 else if (strncasecmp (env, "dynamic", 7) == 0)
93 env += 7;
95 else if (strncasecmp (env, "guide
151 char *env, *end; local
187 char *env, *end; local
248 char *env, *end; local
321 const char *env; local
353 const char *env; local
388 char *env, *end; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/env/
H A DMakefile4 PROG= env
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_parse.c76 static u_int32_t aml_parse_pkglength(struct aml_environ *env);
77 static u_int8_t aml_parse_bytedata(struct aml_environ *env);
78 static u_int16_t aml_parse_worddata(struct aml_environ *env);
79 static u_int32_t aml_parse_dworddata(struct aml_environ *env);
80 static u_int8_t *aml_parse_namestring(struct aml_environ *env);
81 static void aml_parse_defscope(struct aml_environ *env,
83 static union aml_object *aml_parse_defbuffer(struct aml_environ *env,
85 static struct aml_name *aml_parse_concat_number(struct aml_environ *env,
87 static struct aml_name *aml_parse_concat_buffer(struct aml_environ *env,
90 static struct aml_name *aml_parse_concat_string(struct aml_environ *env,
200 aml_parse_pkglength(struct aml_environ *env) argument
230 aml_parse_bytedata(struct aml_environ *env) argument
240 aml_parse_worddata(struct aml_environ *env) argument
250 aml_parse_dworddata(struct aml_environ *env) argument
261 aml_parse_namestring(struct aml_environ *env) argument
286 aml_parse_objectlist(struct aml_environ *env, int indent) argument
330 aml_parse_defscope(struct aml_environ *env, int indent) argument
359 aml_parse_defbuffer(struct aml_environ *env, int indent) argument
401 aml_parse_concat_number(struct aml_environ *env, int num1, int indent) argument
427 aml_parse_concat_buffer(struct aml_environ *env, union aml_object *obj, int indent) argument
466 aml_parse_concat_string(struct aml_environ *env, union aml_object *obj, int indent) argument
505 aml_parse_concatop(struct aml_environ *env, int indent) argument
543 aml_parse_defpackage(struct aml_environ *env, int indent) argument
602 aml_parse_defmethod(struct aml_environ *env, int indent) argument
649 aml_parse_defopregion(struct aml_environ *env, int indent) argument
697 aml_parse_field(struct aml_environ *env, struct aml_field *template) argument
761 aml_parse_fieldlist(struct aml_environ *env, struct aml_field *template, int indent) argument
779 aml_parse_deffield(struct aml_environ *env, int indent) argument
823 aml_parse_defindexfield(struct aml_environ *env, int indent) argument
868 aml_parse_defbankfield(struct aml_environ *env, int indent) argument
918 aml_parse_defdevice(struct aml_environ *env, int indent) argument
956 aml_parse_defprocessor(struct aml_environ *env, int indent) argument
1001 aml_parse_defpowerres(struct aml_environ *env, int indent) argument
1046 aml_parse_defthermalzone(struct aml_environ *env, int indent) argument
1083 aml_parse_defelse(struct aml_environ *env, int indent, int num) argument
1108 aml_parse_defif(struct aml_environ *env, int indent) argument
1143 aml_parse_defwhile(struct aml_environ *env, int indent) argument
1188 aml_parse_defmutex(struct aml_environ *env, int indent) argument
1212 aml_createfield_generic(struct aml_environ *env, union aml_object *srcbuf, int idx, int len, char *newname) argument
1238 aml_parse_defcreatefield(struct aml_environ *env, int indent) argument
1273 aml_parse_termobj(struct aml_environ *env, int indent) argument
[all...]
H A Daml_evalobj.c66 static union aml_object *aml_eval_fieldobject(struct aml_environ *env,
70 aml_eval_fieldobject(struct aml_environ *env, struct aml_name *name) argument
83 env->stat = aml_stat_panic;
87 oname = env->curname;
89 env->tempobject.type = aml_t_regfield;
91 env->tempobject.type = aml_t_num;
93 env->curname = name;
95 wname = aml_search_name(env, field->f.fld.regname);
99 env->stat = aml_stat_panic;
100 env
135 aml_eval_objref(struct aml_environ *env, union aml_object *obj) argument
184 aml_eval_name(struct aml_environ *env, struct aml_name *aname) argument
320 struct aml_environ *env; local
352 aml_objtonum(struct aml_environ *env, union aml_object *obj) argument
364 aml_execute_method(struct aml_environ *env) argument
389 struct aml_environ *env; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Denv_test.cpp32 #include "env.hpp"
45 ATF_REQUIRE(atf::env::has("PATH"));
46 ATF_REQUIRE(!atf::env::get("PATH").empty());
48 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
58 ATF_REQUIRE(atf::env::has("PATH"));
59 const std::string& oldval = atf::env::get("PATH");
60 atf::env::set("PATH", "foo-bar");
61 ATF_REQUIRE(atf::env::get("PATH") != oldval);
62 ATF_REQUIRE_EQ(atf::env::get("PATH"), "foo-bar");
64 ATF_REQUIRE(!atf::env
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp32 #include "env.hpp"
45 ATF_REQUIRE(atf::env::has("PATH"));
46 ATF_REQUIRE(!atf::env::get("PATH").empty());
48 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
58 ATF_REQUIRE(atf::env::has("PATH"));
59 const std::string& oldval = atf::env::get("PATH");
60 atf::env::set("PATH", "foo-bar");
61 ATF_REQUIRE(atf::env::get("PATH") != oldval);
62 ATF_REQUIRE_EQ(atf::env::get("PATH"), "foo-bar");
64 ATF_REQUIRE(!atf::env
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_csetjmp.h46 #define setjmp(env) std::setjmp (env)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_csetjmp.h57 #define setjmp(env) setjmp (env)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/17_intro/
H A Dheader_csetjmp.cc29 std::jmp_buf env; local
30 int i __attribute__((unused)) = setjmp(env);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Denvironment.c44 /* find assignment in env list; len is length of variable including
49 find_var(char **env, char *assignment, size_t len) argument
52 for(i = 0; env != NULL && env[i] != NULL; i++)
53 if(strncmp(env[i], assignment, len) == 0)
60 * assigned and list of malloced strings in env, return 0 or errno
65 read_env_file(FILE *F, char ***env, int *assigned) argument
76 for(idx = 0; *env != NULL && (*env)[idx] != NULL; idx++);
77 l = *env;
133 read_environment(const char *file, char ***env) argument
147 free_environment(char **env) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.c77 has been customized for cgraph_nodes. The env parameter is because
80 ipa_utils_reduced_inorder. ENV is a stack env and would be
85 searchc (struct searchc_env* env, struct cgraph_node *v,
93 splay_tree_remove (env->nodes_marked_new, v->uid);
95 v_info->dfn_number = env->count;
96 v_info->low_link = env->count;
97 env->count++;
98 env->stack[(env->stack_size)++] = v;
114 searchc (env,
84 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/gnu/dist/gcc4/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...]
/netbsd-6-1-5-RELEASE/sys/arch/algor/algor/
H A Dpmon.c84 char **env = environ; local
89 while (*env != NULL) {
91 printf("pmon_getenv: %s\n", *env);
93 if (strncasecmp(var, *env, i) == 0 &&
94 (*env)[i] == '=') {
95 rv = &(*env)[i + 1];
98 env++;
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/amldb/
H A Damldb.c64 struct aml_environ env; local
68 env.curname = aml_get_rootname();
69 newname = aml_create_name(&env, (const u_int8_t *)"\\_OS_");
78 struct aml_environ env; local
101 bzero(&env, sizeof(env));
105 env.dp = code + SIZEOF_SDT_HDR;
107 env.dp = code;
109 env.end = code + sb.st_size;
110 env
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dprinter.h68 void set_ascii_char(unsigned char c, const environment *env,
70 void set_special_char(const char *nm, const environment *env,
72 virtual void set_numbered_char(int n, const environment *env,
74 int set_char_and_width(const char *nm, const environment *env,
77 virtual void draw(int code, int *p, int np, const environment *env);
79 virtual void change_color(const environment * const env);
81 virtual void change_fill_color(const environment * const env);
86 virtual void special(char *arg, const environment *env,
88 virtual void devtag(char *arg, const environment *env,
105 virtual void set_char(int index, font *f, const environment *env,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dt-pool-labels.sh19 env printf "\x01\x16\x70\x06\x5f\xcf\xff\xb9\xf8\x24\x8apool1" | dd of=$2 bs=5 seek=1 conv=notrunc
20 env printf "\x04\x01\x03\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x0$1\x68\x01\x16\x70\x00\x00\x00\x00\x00\x06\x5f\xd0" | dd of=$2 bs=273 seek=1 conv=notrunc
23 env printf "" || exit 200 # skip if printf is not available

Completed in 240 milliseconds

1234567891011>>