/illumos-gate/usr/src/common/ficl/ |
H A D | system.c | 84 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemSetVersion() local 86 (void) ficlDictionarySet2Constant(environment, "ficl-version", in ficlSystemSetVersion() 88 (void) ficlDictionarySetConstant(environment, "ficl-robust", in ficlSystemSetVersion() 112 ficlDictionary *environment; in ficlSystemCreate() local 153 environment = ficlDictionaryCreate(system, (unsigned)environmentSize); in ficlSystemCreate() 154 system->environment = environment; in ficlSystemCreate() 155 system->environment->forthWordlist->name = "environment"; in ficlSystemCreate() 218 (void) ficlDictionarySetConstant(environment, #name, name) in ficlSystemCreate() 237 (void) ficlDictionarySetConstantString(environment, #name, name) in ficlSystemCreate() 262 if (system->environment) in ficlSystemDestroy() [all …]
|
H A D | float.c | 412 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileFloat() local 418 FICL_SYSTEM_ASSERT(system, environment); in ficlSystemCompileFloat() 466 (void) ficlDictionarySetConstant(environment, "max-float", data.i); in ficlSystemCompileFloat() 468 (void) ficlDictionarySetConstant(environment, "floating", FICL_FALSE); in ficlSystemCompileFloat() 469 (void) ficlDictionarySetConstant(environment, "floating-ext", in ficlSystemCompileFloat() 471 (void) ficlDictionarySetConstant(environment, "floating-stack", in ficlSystemCompileFloat() 474 (void) ficlDictionarySetConstant(environment, "floating", FICL_FALSE); in ficlSystemCompileFloat()
|
H A D | search.c | 346 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileSearch() local 349 FICL_SYSTEM_ASSERT(system, environment); in ficlSystemCompileSearch() 378 (void) ficlDictionarySetConstant(environment, "search-order", in ficlSystemCompileSearch() 380 (void) ficlDictionarySetConstant(environment, "search-order-ext", in ficlSystemCompileSearch() 382 (void) ficlDictionarySetConstant(environment, "wordlists", in ficlSystemCompileSearch()
|
H A D | fileaccess.c | 351 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileFile() 354 FICL_SYSTEM_ASSERT(system, environment); in ficlSystemCompileFile() 392 ficlDictionarySetConstant(environment, "file", FICL_TRUE); in ficlSystemCompileFile() 393 ficlDictionarySetConstant(environment, "file-ext", FICL_TRUE); in ficlSystemCompileFile() 395 ficlDictionarySetConstant(environment, "file", FICL_FALSE); in ficlSystemCompileFile() 396 ficlDictionarySetConstant(environment, "file-ext", FICL_FALSE); in ficlSystemCompileFile()
|
H A D | primitives.c | 1968 ficlDictionary *environment; in ficlPrimitiveEnvironmentQ() local 1974 environment = vm->callback.system->environment; in ficlPrimitiveEnvironmentQ() 1978 word = ficlDictionaryLookup(environment, name); in ficlPrimitiveEnvironmentQ() 3100 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileCore() local 3103 FICL_SYSTEM_ASSERT(system, environment); in ficlSystemCompileCore() 3308 (void) ficlDictionarySetConstant(environment, "/counted-string", in ficlSystemCompileCore() 3310 (void) ficlDictionarySetConstant(environment, "/hold", FICL_PAD_SIZE); in ficlSystemCompileCore() 3311 (void) ficlDictionarySetConstant(environment, "/pad", FICL_PAD_SIZE); in ficlSystemCompileCore() 3312 (void) ficlDictionarySetConstant(environment, "address-unit-bits", 8); in ficlSystemCompileCore() 3313 (void) ficlDictionarySetConstant(environment, "core", FICL_TRUE); in ficlSystemCompileCore() [all …]
|
H A D | tools.c | 843 ficlDictionary *dictionary = vm->callback.system->environment; in ficlPrimitiveListEnv() 931 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileTools() local 934 FICL_SYSTEM_ASSERT(system, environment); in ficlSystemCompileTools() 956 (void) ficlDictionarySetConstant(environment, "tools", FICL_TRUE); in ficlSystemCompileTools() 957 (void) ficlDictionarySetConstant(environment, "tools-ext", FICL_FALSE); in ficlSystemCompileTools()
|
/illumos-gate/usr/src/tools/ |
H A D | README.tools | 47 build environment files. 67 companion to 'nightly.' Takes the same environment file you 68 used with 'nightly,' and starts a shell with the environment 72 sets the environment up differently and may cause everything 184 nightly build script. Takes an environment (or 'env') file describing 202 creates a shell with the environment set up to build in the given 231 1. Find an environment file that might do what you want to do. If you're just 233 'developer' environment file to a new name (private to you and/or the 236 is a shell script, so it can do more than set environment variables. 238 2. Run 'nightly' and give it your environment file as an [all …]
|
/illumos-gate/usr/src/test/libc-tests/cfg/ |
H A D | compilation.cfg | 21 # Each compilation environment is declared using the keyword "env", like 26 # <name> is just a symbolic name for environment. 39 # or environment groups (or aliases). 66 # example, POSIX-2024 expects a C17 environment. Therefore anything
|
/illumos-gate/usr/src/test/os-tests/tests/execvpe/ |
H A D | execvpe-script | 23 printf "environment missing \$PATH!\n" 28 printf "environment missing \$EXECVPE_TEST!\n"
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | crle.msg | 45 \t[-e env]\tdefine a replaceable environment \ 47 \t[-E env]\tdefine a permanent environment variable\n\ 72 \tSet the environment variable LD_NOCONFIG=yes to \ 98 @ MSG_WARN_ENV "%s: warning: %.*s: environment variable \ 165 @ MSG_DIA_RPLENV " adding replaceable environment variable: %s\n" 166 @ MSG_DIA_PRMENV " adding permanent environment variable: %s\n"
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | functions.sh | 805 export environment 822 environment) 823 environment=f 824 t=$(typeset +f $environment) 836 f local global environment literal positional
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | ast-ksh.pkg | 51 The ast library checks the DOSPATHVARS environment variable 54 programs. The value is a space separated list of environment 59 environment that is not suited for an edit/build/debug cycle.
|
/illumos-gate/usr/src/cmd/hal/hald-runner/ |
H A D | runner.h | 35 gchar **environment; member
|
H A D | runner.c | 102 free_string_array(r->environment); in del_run_request() 272 !g_spawn_async_with_pipes(program_dir, r->argv, r->environment, in run_request_run()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot.S | 145 set EB_ENVP, %l1 ! code for environment base 151 tst %l1 ! are we at a "0" entry in environment?
|
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/ |
H A D | README | 3 and adjusted as necessary for the illumos environment.
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-storage-smrt.p5m | 34 # supported and tested devices over to smrt in a new boot environment. 37 # boot into the new boot environment.
|
H A D | driver-storage-cpqary3.p5m | 38 # supported and tested devices over to smrt in a new boot environment. 41 # boot into the new boot environment.
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | smatch.txt | 62 The above scripts will ensure that any ARCH or CROSS_COMPILE environment 72 The makefile has to let people set the CC with an environment variable for that
|
/illumos-gate/ |
H A D | CODE_OF_CONDUCT.md | 5 In the interest of fostering an open and welcoming environment, we as 14 Examples of behavior that contributes to creating a positive environment
|
/illumos-gate/usr/src/cmd/initpkg/init.d/ |
H A D | README | 43 be sourced, allowing scripts to modify the environment of other scripts 45 environment in which services are run, refer to the SMF documentation.
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.dfl | 25 # Set the TZ environment variable of the shell. 45 # ALTSHELL determines if the SHELL environment variable should be set
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 75 variable assignment arguments are placed in the environment, 104 The shell environment variable
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | README | 30 an environment group can be prefixed with "-". For example, 34 or environment groups, and we can add or remove to previous groups
|
H A D | sys_mman_h.cfg | 20 # C environment, which we honor because this header isn't part of the 135 # Our various extensions. No visibility expected in a standards environment. We
|