Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 1667) sorted by relevance

12345678910>>...67

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dprinter.h43 struct environment { struct
68 void set_ascii_char(unsigned char c, const environment *env, argument
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,
[all …]
/netbsd-src/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) {} in env_list()
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, in output()
160 void environment::output_title(node *nd, int no_fill_flag, in output_title()
171 void environment::output_pending_lines() in output_pending_lines()
182 void environment::mark_last_line() in mark_last_line()
[all …]
H A Denv.h70 class environment; variable
72 hunits env_digit_width(environment *);
73 hunits env_space_width(environment *);
74 hunits env_sentence_space_width(environment *);
75 hunits env_narrow_space_width(environment *);
76 hunits env_half_narrow_space_width(environment *);
148 class environment {
264 environment(symbol);
265 environment(const environment *); // for temporary environment
266 ~environment();
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dorigin11 'environment' environment var without -e
12 'environment override' environment var with -e
18 # Set an environment variable
38 'undefined default environment default file command line override automatic
41 environment
48 # Reset an environment variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestingConfig.py18 environment = {
38 environment['PYTHONBUFFERED'] = '1'
45 environment[var] = val
58 environment = environment,
108 environment, substitutions, unsupported, argument
117 self.environment = dict(environment)
150 self.environment = dict(self.environment)
/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/
H A Dprinter.cpp157 void printer::special(char *, const environment *, char) in special() argument
161 void printer::devtag(char *, const environment *, char) in devtag() argument
165 void printer::draw(int, int *, int, const environment *) in draw() argument
169 void printer::change_color(const environment * const) in change_color()
173 void printer::change_fill_color(const environment * const) in change_fill_color()
177 void printer::set_ascii_char(unsigned char c, const environment *env, in set_ascii_char()
194 void printer::set_special_char(const char *nm, const environment *env, in set_special_char()
207 int printer::set_char_and_width(const char *nm, const environment *env, in set_char_and_width()
238 void printer::set_numbered_char(int num, const environment *env, int *widthp) in set_numbered_char()
H A Dinput.cpp324 environment **data;
330 environment *pop(void);
331 void push(environment *e);
375 environment *current_env = 0;
379 envp_size = sizeof(environment *);
446 data = (environment **)malloc(envp_size * num_allocated); in EnvStack()
462 environment *
466 environment *result = data[num_stored]; in pop()
473 EnvStack::push(environment *e) in push()
475 environment *e_copy = new environment; in push()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py88 environment = setup_environment(args, tmp_dir)
89 exit_code = run_build(args.build, env=environment)
115 environment = dict(os.environ)
116 environment.update({'INTERCEPT_BUILD_TARGET_DIR': destination})
120 environment.update(wrapper_environment(args))
121 environment.update({
127 environment.update({
133 environment.update({'LD_PRELOAD': libear_path})
135 return environment
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_flags.inc30 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
33 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
36 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
43 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
46 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
49 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
/netbsd-src/external/gpl2/gettext/dist/
H A DREADME.woe323 This file explains how to create binaries for the mingw execution environment.
4 For how to create binaries for the cygwin environment, please see the normal
7 I recommend to use the cygwin environment as the development environment
8 and mingw only as the target (runtime, deployment) environment.
31 same environment are found. The --host option tells the various
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Drt-envsubst.texi9 @cindex environment variables
10 The @code{envsubst} program substitutes the values of environment variables.
41 with references to environment variables of the form @code{$VARIABLE} or
43 @var{shell-format} is given, only those environment variables that are
44 referenced in @var{shell-format} are substituted; otherwise all environment
54 consists of the environment variables that are referenced in
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dtooltag4 <title>mdb_copy - environment copy tool</title>
9 <title>mdb_dump - environment export tool</title>
14 <title>mdb_load - environment import tool</title>
19 <title>mdb_stat - environment status tool</title>
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp78 std::map< std::string, std::string > environment; in check_action_1() local
79 const engine::context context_1(root, environment); in check_action_1()
97 std::map< std::string, std::string > environment; in check_action_2() local
98 environment["HOME"] = "/home/test"; in check_action_2()
99 environment["PATH"] = "/bin:/usr/bin"; in check_action_2()
100 const engine::context context_2(root, environment); in check_action_2()
233 std::map< std::string, std::string > environment; in check_action_3() local
234 environment["PATH"] = "/bin:/usr/bin"; in check_action_3()
235 const engine::context context_3(root, environment); in check_action_3()
352 std::map< std::string, std::string > environment; in check_action_4() local
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/builds/msvc/build/
H A Dbuildbase.bat9 SET environment="%programfiles(x86)%\%tools%"
10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
11 IF NOT EXIST %environment% GOTO no_tools
15 CALL %environment% x86 > nul
37 CALL %environment% x86_amd64 > nul
/netbsd-src/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 *env, int w,
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dmsgexec.texi20 @vindex MSGEXEC_MSGCTXT@r{, environment variable}
21 @vindex MSGEXEC_MSGID@r{, environment variable}
22 @vindex MSGEXEC_LOCATION@r{, environment variable}
23 During each @var{command} invocation, the environment variable
24 @code{MSGEXEC_MSGID} is bound to the message's msgid, and the environment
26 of the message. If the message has a context, the environment variable
39 locale, by using the @code{LC_ALL} environment variable.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Den@quot.po154 msgid "Substitutes the values of environment variables.\n"
155 msgstr "Substitutes the values of environment variables.\n"
186 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
188 "only those environment variables that are referenced in SHELL-FORMAT are\n"
189 "substituted; otherwise all environment variables references occurring in\n"
193 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
195 "only those environment variables that are referenced in SHELL-FORMAT are\n"
196 "substituted; otherwise all environment variables references occurring in\n"
203 "of the environment variables that are referenced in SHELL-FORMAT, one per line.\n"
206 "of the environment variables that are referenced in SHELL-FORMAT, one per line.\n"
[all …]
H A Den@boldquot.po157 msgid "Substitutes the values of environment variables.\n"
158 msgstr "Substitutes the values of environment variables.\n"
189 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
191 "only those environment variables that are referenced in SHELL-FORMAT are\n"
192 "substituted; otherwise all environment variables references occurring in\n"
196 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
198 "only those environment variables that are referenced in SHELL-FORMAT are\n"
199 "substituted; otherwise all environment variables references occurring in\n"
206 "of the environment variables that are referenced in SHELL-FORMAT, one per line.\n"
209 "of the environment variables that are referenced in SHELL-FORMAT, one per line.\n"
[all …]
H A Dgettext-runtime.pot129 msgid "Substitutes the values of environment variables.\n"
161 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
163 "only those environment variables that are referenced in SHELL-FORMAT are\n"
164 "substituted; otherwise all environment variables references occurring in\n"
172 "of the environment variables that are referenced in SHELL-FORMAT, one per line.\n"
222 "environment variable TEXTDOMAIN. If the message catalog is not found in the\n"
223 "regular directory, another location can be specified with the environment\n"
260 "environment variable TEXTDOMAIN. If the message catalog is not found in the\n"
261 "regular directory, another location can be specified with the environment\n"
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/
H A Dlit.cfg43 config.environment['PYTHONPATH'] = os.pathsep.join([lit_path])
47 config.environment['PYTHONNOUSERSITE'] = '1'
59 # within %{inputs}'s test suites. Thus, %{lit} clears environment variables
72 config.environment['COVERAGE_PROCESS_START'] = os.path.join(
76 # to do cancellation in the same environment as where RUN commands are run.
83 stderr=subprocess.PIPE, env=config.environment,
111 config.environment['PATH'] = os.path.pathsep.join((test_bin,
112 config.environment['PATH']))
/netbsd-src/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, in set_char()
557 void dvi_printer::special(char *arg, const environment *env, char type) in special()
582 void dvi_printer::draw(int code, int *p, int np, const environment *env) in draw()
676 void draw_dvi_printer::set_line_thickness(const environment *env) in set_line_thickness()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-env/
H A Denv-u.txt1 # Check and make sure preset environment variable were set in lit.cfg
6 # Check single unset of environment variable
11 # Check multiple unsets of environment variables
/netbsd-src/crypto/external/bsd/heimdal/dist/windows/
H A DREADME.md51 3. Setting up the build environment
54 * Start with a Windows SDK or Visual Studio build environment. The
56 by the build environment.
59 script to set up a build environment targetting 64-bit Windows XP or
76 * Set up environment variables for code signing. This can be done in
102 - `CODESIGN`: SHA1 Code signer command. This environment variable, if
107 - `CODESIGN_SHA256`: SHA256 Code signer command. This environment variable, if
118 environment variable `CODESIGN_PKT` and is needed to build the
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-env.pod5 openssl-env - OpenSSL environment variables
9 The OpenSSL libraries use environment variables to override the
11 To avoid security risks, the environment is usually not consulted when
60 This environment variable is only checked on Microsoft Windows platforms.
81 processor capabilities and run time feature enquiry. These environment
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-timeout/
H A Dlit.cfg36 if 'PYTHONPATH' in config.environment:
37 pythonpath_list.append(config.environment['PYTHONPATH'])
38 config.environment['PYTHONPATH'] = os.pathsep.join(pythonpath_list)

12345678910>>...67