Searched refs:environment (Results 151 - 175 of 722) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_progctrl_except_rtx.S4 # sim: --environment operating
H A Dcec-exact-exception.S3 # sim: --environment operating
H A Dcec-ifetch.S4 # sim: --environment operating
H A Dcec-syscfg-ssstep.S3 # sim: --environment operating
H A Dcec-no-snen-reti.S3 # sim: --environment operating
H A Dcec-raise-reti.S3 # sim: --environment operating
H A Dse_all64bitg1opcodes.S10 # sim: --environment operating
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
H A Dc_except_illopcode.S4 # sim: --environment operating
H A Dc_progctrl_except_rtx.S4 # sim: --environment operating
H A Dcec-exact-exception.S3 # sim: --environment operating
H A Dcec-ifetch.S4 # sim: --environment operating
H A Dcec-syscfg-ssstep.S3 # sim: --environment operating
/netbsd-current/usr.bin/make/unit-tests/
H A Dcmdline.mk22 # It must be a command line variable; an environment variable would not work.
31 # The SUB1 in the resulting path comes from the environment variable TMPBASE,
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp180 void set_char(int, font *, const environment *, int w, const char *name);
181 void special(char *arg, const environment *env, char type);
183 void draw(int code, int *p, int np, const environment *env);
189 void set_line_thickness(const environment *);
190 void fill_next(const environment *);
194 void draw(int code, int *p, int np, const environment *env);
345 void dvi_printer::set_char(int idx, font *f, const environment *env,
557 void dvi_printer::special(char *arg, const environment *env, char type)
582 void dvi_printer::draw(int code, int *p, int np, const environment *env)
676 void draw_dvi_printer::set_line_thickness(const environment *en
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d5 working with the current _process' execution environment.
65 $(LREF environment) is an interface through which the current _process'
66 environment variables can be read and manipulated.)
183 directories listed in the PATH environment variable, in the order
192 $(LI The directories listed in the PATH environment variable.)
210 By default, the child process inherits the environment of the parent
212 parameter. If the same variable exists in both the parent's environment
216 process will $(I not) inherit the parent's environment. Its entire
217 environment will then be determined by $(D env).
268 env = Additional environment variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.c780 void *environment, const CHAR *cur_dir,
833 environment,
858 environment, /* environment */
868 void *environment, const char *cur_dir,
874 environment, cur_dir, no_randomization,
884 void *environment, const wchar_t *cur_dir,
890 environment, cur_dir, no_randomization,
778 create_process_wrapper(FUNC *do_create_process, const CHAR *image, CHAR *command_line, DWORD flags, void *environment, const CHAR *cur_dir, bool no_randomization, INFO *startup_info, PROCESS_INFORMATION *process_info) argument
867 create_process(const char *image, char *command_line, DWORD flags, void *environment, const char *cur_dir, bool no_randomization, STARTUPINFOA *startup_info, PROCESS_INFORMATION *process_info) argument
883 create_process(const wchar_t *image, wchar_t *command_line, DWORD flags, void *environment, const wchar_t *cur_dir, bool no_randomization, STARTUPINFOW *startup_info, PROCESS_INFORMATION *process_info) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dwindows-nat.c783 void *environment, const CHAR *cur_dir,
836 environment,
861 environment, /* environment */
871 void *environment, const char *cur_dir,
877 environment, cur_dir, no_randomization,
887 void *environment, const wchar_t *cur_dir,
893 environment, cur_dir, no_randomization,
781 create_process_wrapper(FUNC *do_create_process, const CHAR *image, CHAR *command_line, DWORD flags, void *environment, const CHAR *cur_dir, bool no_randomization, INFO *startup_info, PROCESS_INFORMATION *process_info) argument
870 create_process(const char *image, char *command_line, DWORD flags, void *environment, const char *cur_dir, bool no_randomization, STARTUPINFOA *startup_info, PROCESS_INFORMATION *process_info) argument
886 create_process(const wchar_t *image, wchar_t *command_line, DWORD flags, void *environment, const wchar_t *cur_dir, bool no_randomization, STARTUPINFOW *startup_info, PROCESS_INFORMATION *process_info) argument
/netbsd-current/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp220 void set_char(int, font *, const environment *, int, const char *name);
221 void draw(int code, int *p, int np, const environment *env);
222 void special(char *arg, const environment *env, char type);
223 void change_color(const environment * const env);
224 void change_fill_color(const environment * const env);
365 void tty_printer::set_char(int i, font *f, const environment *env,
438 void tty_printer::special(char *arg, const environment *env, char type)
479 void tty_printer::change_color(const environment * const env)
484 void tty_printer::change_fill_color(const environment * const env)
489 void tty_printer::draw(int code, int *p, int np, const environment *en
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Ddsl.py86 @_memoizeExpensiveOperation(lambda c, s: (c.substitutions, c.environment, s))
101 @_memoizeExpensiveOperation(lambda c, p, args=None, testPrefix='': (c.substitutions, c.environment, p, args))
132 @_memoizeExpensiveOperation(lambda c, f: (c.substitutions, c.environment, f))
146 @_memoizeExpensiveOperation(lambda c, l: (c.substitutions, c.environment, l))
149 Return whether the runtime execution environment supports a given locale.
176 @_memoizeExpensiveOperation(lambda c, flags='': (c.substitutions, c.environment, flags))
213 @_memoizeExpensiveOperation(lambda c: (c.substitutions, c.environment))
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py69 environment = setup_environment(args)
70 exit_code = run_build(args.build, env=environment)
279 """ Set up environment for build command to interpose compiler wrapper. """
281 environment = dict(os.environ)
282 environment.update(wrapper_environment(args))
283 environment.update({
294 return environment
315 # collect the needed parameters from environment, crash when missing
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinferior.c87 environment (gdb_environ::from_host_environ ())
1037 for (const std::string &set_var : orginf->environment.user_set_env ())
1043 inf->environment.set
1044 (varname.c_str (), orginf->environment.get (varname.c_str ()));
1047 : orginf->environment.user_unset_env ())
1048 inf->environment.unset (unset_var.c_str ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinferior.c90 environment (gdb_environ::from_host_environ ())
976 for (const std::string &set_var : orginf->environment.user_set_env ())
982 inf->environment.set
983 (varname.c_str (), orginf->environment.get (varname.c_str ()));
986 : orginf->environment.user_unset_env ())
987 inf->environment.unset (unset_var.c_str ());
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d5 working with the current process' execution environment.
65 $(LREF environment) is an interface through which the current process'
66 environment variables can be read and manipulated.)
88 $(LREF environment), $(LREF thisProcessID) and $(LREF thisThreadID).
193 abstract final class environment
200 Retrieves the value of the environment variable with the given `name`.
202 auto path = environment["PATH"];
206 $(OBJECTREF Exception) if the environment variable does not exist,
211 $(LREF environment.get), which doesn't throw on failure.
220 Retrieves the value of the environment variabl
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp168 void set_char(int, font *, const environment *, int, const char *name);
169 void draw(int code, int *p, int np, const environment *env);
283 void lj4_printer::set_char(int idx, font *f, const environment *env,
346 void lj4_printer::draw(int code, int *p, int np, const environment *env)
/netbsd-current/crypto/external/bsd/heimdal/lib/libroken/
H A DMakefile23 environment.c \

Completed in 192 milliseconds

1234567891011>>