Searched refs:environment (Results 76 - 100 of 722) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/d10v/
H A Dt-sachi.s3 # sim: --environment operating
H A Dt-mvtac.s3 # sim: --environment operating
H A Dt-ld-st.s3 # sim: --environment operating
H A Dt-msbu.s3 # sim: --environment operating
H A Dt-mulxu.s3 # sim: --environment operating
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
H A Dcec-non-operating-env.s2 # make much sense in a non-operating environment
H A Dcec-system-call.S4 # sim: --environment operating
H A De0.s5 # sim: --environment operating
H A Dse_all64bitg2opcodes.S10 # sim: --environment operating
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
H A Dt-dbt.s3 # sim: --environment operating
H A Dt-rachi.s3 # sim: --environment operating
H A Dt-sac.s3 # sim: --environment operating
H A Dt-sachi.s3 # sim: --environment operating
H A Dt-mvtac.s3 # sim: --environment operating
H A Dt-ld-st.s3 # sim: --environment operating
H A Dt-msbu.s3 # sim: --environment operating
H A Dt-mulxu.s3 # sim: --environment operating
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py15 files shall be placed. This parameter is passed as an environment variable.
88 environment = setup_environment(args, tmp_dir)
89 exit_code = run_build(args.build, env=environment)
103 """ Sets up the environment for the build command.
105 It sets the required environment variables and execute the given command.
115 environment = dict(os.environ)
116 environment.update({'INTERCEPT_BUILD_TARGET_DIR': destination})
120 environment.update(wrapper_environment(args))
121 environment.update({
127 environment
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp47 environment *env;
49 env_list(environment *e, env_list *p) : env(e), next(p) {}
54 environment *env_table[NENVIRONMENTS];
56 environment *curenv;
85 friend void environment::mark_last_line();
86 friend void environment::output(node *, int, vunits, vunits, hunits, int);
125 void environment::output(node *nd, int no_fill_flag,
160 void environment::output_title(node *nd, int no_fill_flag,
171 void environment::output_pending_lines()
182 void environment
617 environment::environment(symbol nm) function in class:environment
705 environment::environment(const environment *e) function in class:environment
[all...]
H A Drequest.h91 class environment;
93 node *charinfo_to_node_list(charinfo *, const environment *);
/netbsd-current/sys/arch/ia64/stand/common/
H A DMakefile.inc5 SRCS+= panic.c calloc.c readdir.c pager.c environment.c fileload.c
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A De0.s5 # sim: --environment operating
H A Dse_all64bitg2opcodes.S10 # sim: --environment operating
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-x-reduce-exported.mk4 # command line from being exported to the environment of child commands.
H A Ddirective-export.mk25 # the environment of all child processes.
56 # that only subprocesses access the environment variables. The ':localtime'
57 # modifier depends on the 'TZ' environment variable, without any subprocess.
66 _!= echo 'force exporting the environment variables'

Completed in 321 milliseconds

1234567891011>>