Lines Matching full:environment

41 static const char CorruptEnvFindMsg[] = "environment corrupt; unable to find ";
43 "environment corrupt; missing value for ";
54 * (re)builds of the environment.
61 * Array of environment variables built from environ. Each element records:
84 * Environment array information.
95 /* Deinitialization of new environment. */
137 * Comparison of an environment name=value to a name.
150 * Using environment, returns pointer to value associated with name, if any,
160 * Find environment variable from end of array (more likely to be in __findenv()
217 * Deallocate the environment built from environ as well as environ then set
225 /* Deallocate environment and environ if created by *env(). */ in __clean_env()
259 * Using the environment, rebuild the environ array for use by other C library
296 * Enlarge new environment.
322 * Using environ, build an environment for use by standard C library calls.
333 /* Check for non-existant environment. */ in __build_env()
337 /* Count environment variables. */ in __build_env()
342 /* Create new environment. */ in __build_env()
429 * the environment. in getenv()
431 * 3. Search the internal environment. in getenv()
434 * internal environment storage to be generated. in getenv()
512 /* Find existing environment variable large enough to use. */ in __setenv()
537 /* Enlarge environment. */ in __setenv()
542 /* Create environment entry. */ in __setenv()
574 * If the program attempts to replace the array of environment variables
591 /* Deactivate all environment variables. */ in __merge_environ()
599 * environment array. in __merge_environ()
623 * environment.
636 /* Initialize environment. */ in setenv()
645 * Insert a "name=value" string into the environment. Special settings must be
664 /* Initialize environment. */ in putenv()
668 /* Deactivate previous environment variable. */ in putenv()
682 /* Enlarge environment. */ in putenv()
687 /* Create environment entry. */ in putenv()
717 /* Initialize environment. */ in unsetenv()
747 /* Initialize environment. */ in clearenv()