Searched refs:environment (Results 101 - 125 of 722) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp78 std::map< std::string, std::string > environment; local
79 const engine::context context_1(root, environment);
97 std::map< std::string, std::string > environment; local
98 environment["HOME"] = "/home/test";
99 environment["PATH"] = "/bin:/usr/bin";
100 const engine::context context_2(root, environment);
233 std::map< std::string, std::string > environment; local
234 environment["PATH"] = "/bin:/usr/bin";
235 const engine::context context_3(root, environment);
352 std::map< std::string, std::string > environment; local
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-makeflags.mk3 # Tests for the environment variable 'MAKEFLAGS', from which additional
8 # the environment variable 'MAKEFLAGS'.
15 # The unit tests are run with an almost empty environment. In particular,
28 # In POSIX mode, the environment variable MAKEFLAGS can contain letters only,
35 # As soon as there is a single non-alphabetic character in the environment
81 # At this point, the stage 1 make provides the environment variable
91 # At this point, evaluating the environment variable 'MAKEFLAGS' leads
158 # it is an environment variable rather than a global variable.
163 # While parsing the makefiles, 'MAKEFLAGS' is the value of the environment
172 .undef MAKEFLAGS # make the environment variabl
[all...]
H A Dopt-env.mk3 # Tests for the -e command line option, which looks up environment variables
43 # which is independent from the environment variables.
/netbsd-current/sys/arch/arc/stand/boot/
H A Dboot.c108 static char **environment; variable
164 environment = &argv[1];
205 * the environment
264 for (env = environment; env[0]; env++) {
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-env.c1 /* MI Command Set - environment commands.
65 error (_("-environment-pwd: No arguments allowed"));
69 error (_("-environment-pwd: error finding name of working directory: %s"),
81 error (_("-environment-cd: Usage DIRECTORY"));
122 int opt = mi_getopt ("-environment-path", argc, argv, opts,
146 env = current_inferior ()->environment.get (path_var_name);
158 current_inferior ()->environment.set (path_var_name, exec_path.c_str ());
159 env = current_inferior ()->environment.get (path_var_name);
187 int opt = mi_getopt ("-environment-directory", argc, argv, opts,
249 current_inferior ()->environment
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-env.c1 /* MI Command Set - environment commands.
66 error (_("-environment-pwd: No arguments allowed"));
78 error (_("-environment-pwd: error finding name of working directory: %s"),
90 error (_("-environment-cd: Usage DIRECTORY"));
139 int opt = mi_getopt ("-environment-path", argc, argv, opts,
163 env = current_inferior ()->environment.get (path_var_name);
175 current_inferior ()->environment.set (path_var_name, exec_path.c_str ());
176 env = current_inferior ()->environment.get (path_var_name);
212 int opt = mi_getopt ("-environment-directory", argc, argv, opts,
272 current_inferior ()->environment
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dconfigure.bat22 rem The SmallEnv trick protects against too small environment block,
24 rem goes awry. COMMAND.COM will say "Out of environment space", but
59 echo Your environment is too small. Please enlarge it and run me again.
H A Djob.h46 char **environment; /* Environment for commands. */ member in struct:child
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/d10v/
H A Dt-subi.s3 # sim: --environment operating
H A Dt-rep.s3 # sim: --environment operating
H A Dt-sadd.s3 # sim: --environment operating
H A Dt-slae.s3 # sim: --environment operating
H A Dt-sub.s3 # sim: --environment operating
H A Dt-sub2w.s3 # sim: --environment operating
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
H A Dt-subi.s3 # sim: --environment operating
/netbsd-current/lib/libedit/
H A Dchartype.h55 #warning Build environment does not support non-BMP characters
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Df221.s3 # sim: --environment operating
H A Dmmr-exception.s3 # sim: --environment operating
H A Dse_ssync.S4 # sim: --environment operating
H A Dunlink.S3 # sim: --environment operating
H A Dusp.S3 # sim: --environment operating
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
H A Df221.s3 # sim: --environment operating
H A Dmmr-exception.s3 # sim: --environment operating
H A Dse_ssync.S4 # sim: --environment operating
H A Dunlink.S3 # sim: --environment operating

Completed in 192 milliseconds

1234567891011>>