Searched refs:environment (Results 126 - 150 of 722) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
H A Dusp.S3 # sim: --environment operating
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
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/usr.bin/make/unit-tests/
H A Ddirective-export-gmake.mk5 # The "export" directive only affects the environment of the make process
27 # after the '=' sign and are prepended to the value of the environment
35 # before the '=' sign and are appended to the name of the environment
38 # Depending on the shell, environment variables with such exotic names
80 # the environment variable immediately, other than the '.export' directive,
H A Ddirective-undef.mk111 # the global scope as well as from the environment.
122 # Deletes the variables from the global scope and also from the environment.
138 # was based on an environment variable.
145 # scope and from the environment
H A Ddirective-export-impl.mk37 # flags set, it is actually exported to the environment. The variable flags
57 # REF is defined and gets expanded into the exported environment variable.
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp569 void do_exec(char *, const environment *);
570 void do_import(char *, const environment *);
571 void do_def(char *, const environment *);
572 void do_mdef(char *, const environment *);
573 void do_file(char *, const environment *);
574 void do_invis(char *, const environment *);
575 void do_endinvis(char *, const environment *);
576 void set_line_thickness_and_color(const environment *);
577 void fill_path(const environment *);
592 void set_char(int i, font *f, const environment *en
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libdriver/
H A Dinput.cpp67 - The environment stack wasn't suitable for the color extensions
93 - For the `D' commands that only set the environment, the calling of
95 the `DF' commands; the (changed) environment is sent with the
110 - Disable environment stack and the commands `{' and `}' by making
137 - Can the `Dt' command be completely handled by setting environment
157 - Make `environment' a class with an overflow check for its members
259 // integer type used in the fields of struct environment (see printer.h)
324 environment **data;
330 environment *pop(void);
331 void push(environment *
[all...]
/netbsd-current/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.bat5 Rem of the environment in stock DOS shell.
44 echo No USERNAME and no USER found in the environment, using default values
90 echo Your environment size is too small. Enlarge it and run me again.
/netbsd-current/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.cpp68 void set_char(int, font *, const environment *, int, const char *name);
69 void draw(int code, int *p, int np, const environment *env);
75 void set_line_thickness(int size,const environment *env);
197 inline void lbp_printer::set_line_thickness(int size,const environment *env)
282 void lbp_printer::set_char(int idx, font *f, const environment *env,
416 void lbp_printer::draw(int code, int *p, int np, const environment *env)
/netbsd-current/libexec/httpd/
H A Dprintenv.lua4 -- it will simply output the "environment"
23 -- we get the "environment" in the env table, the values are more
45 -- print the list of "environment" variables
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.cmd16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py52 environment = kwargs.get('env', os.environ)
53 logging.debug('run build %s, in environment: %s', command, environment)
177 # Get relevant parameters from environment.
199 """ Set up environment for interpose compiler wrapper."""
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py42 env=localConfig.environment)
104 cmd, env=test.config.environment,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py32 config.environment['PATH'],
38 # Many tools behave strangely if these environment variables aren't
50 # If LIT_USE_INTERNAL_SHELL is in the environment, we use that as an
176 current_paths = self.config.environment.get(variable, None)
196 self.config.environment[variable] = value
208 if name in self.config.environment:
209 del self.config.environment[name]
215 stderr=subprocess.PIPE, env=self.config.environment)
245 # environment, but Clang relies on the driver to locate them.
317 # If the OS is windows and environment i
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py41 env=localConfig.environment)
129 cmd, env=test.config.environment,
/netbsd-current/external/public-domain/sqlite/dist/tea/
H A Dconfigure.ac4 dnl to configure the system for the local environment.
15 # This initializes the environment with PACKAGE_NAME and PACKAGE_VERSION
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-base.h114 /* The type of simulation environment (user/operating). */
115 enum sim_environment environment; member in struct:sim_state
116 #define STATE_ENVIRONMENT(sd) ((sd)->environment)
170 /* The program's environment. */
H A Dsim-config.c77 config_environment_to_a (enum sim_environment environment) argument
79 switch (environment)
129 /* Set the default environment, prior to parsing argv. */
134 /* Set the current environment to ALL_ENVIRONMENT to indicate none has been
136 environment was explicitly specified or not. */
140 /* Complete and verify the simulation environment. */
222 /* set the environment */
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-config.c77 config_environment_to_a (enum sim_environment environment) argument
79 switch (environment)
129 /* Set the default environment, prior to parsing argv. */
134 /* Set the current environment to ALL_ENVIRONMENT to indicate none has been
136 environment was explicitly specified or not. */
140 /* Complete and verify the simulation environment. */
222 /* set the environment */
H A Dsim-base.h112 /* The type of simulation environment (user/operating). */
113 enum sim_environment environment; member in struct:sim_state
114 #define STATE_ENVIRONMENT(sd) ((sd)->environment)
168 /* The program's environment. */
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_except_illopcode.S4 # sim: --environment operating

Completed in 230 milliseconds

1234567891011>>