Lines Matching full:environment

40 static const char CorruptEnvFindMsg[] = "environment corrupt; unable to find ";
42 "environment corrupt; missing value for ";
53 * (re)builds of the environment.
60 * Array of environment variables built from environ. Each element records:
83 * Environment array information.
94 /* Deinitialization of new environment. */
136 * Comparison of an environment name=value to a name.
149 * Using environment, returns pointer to value associated with name, if any,
159 * Find environment variable from end of array (more likely to be in __findenv()
216 * Deallocate the environment built from environ as well as environ then set
224 /* Deallocate environment and environ if created by *env(). */ in __clean_env()
258 * Using the environment, rebuild the environ array for use by other C library
295 * Enlarge new environment.
321 * Using environ, build an environment for use by standard C library calls.
332 /* Check for non-existant environment. */ in __build_env()
336 /* Count environment variables. */ in __build_env()
341 /* Create new environment. */ in __build_env()
428 * the environment. in getenv()
430 * 3. Search the internal environment. in getenv()
433 * internal environment storage to be generated. in getenv()
476 /* Find existing environment variable large enough to use. */ in __setenv()
501 /* Enlarge environment. */ in __setenv()
506 /* Create environment entry. */ in __setenv()
538 * If the program attempts to replace the array of environment variables
555 /* Deactivate all environment variables. */ in __merge_environ()
563 * environment array. in __merge_environ()
587 * environment.
600 /* Initialize environment. */ in setenv()
609 * Insert a "name=value" string into the environment. Special settings must be
628 /* Initialize environment. */ in putenv()
632 /* Deactivate previous environment variable. */ in putenv()
646 /* Enlarge environment. */ in putenv()
651 /* Create environment entry. */ in putenv()
681 /* Initialize environment. */ in unsetenv()
711 /* Initialize environment. */ in clearenv()