/src/sys/arch/arc/stand/boot/ |
boot.c | 108 static char **environment; variable in typeref:typename:char ** 164 environment = &argv[1]; 205 * the environment 264 for (env = environment; env[0]; env++) {
|
boot.c | 108 static char **environment; variable in typeref:typename:char ** 164 environment = &argv[1]; 205 * the environment 264 for (env = environment; env[0]; env++) {
|
/src/sys/arch/arc/arc/ |
machdep.c | 150 char **environment; /* On some arches, pointer to environment */ variable in typeref:typename:char ** 224 environment = &argv[1]; 446 * Return a pointer to the given environment variable. 456 for (env = environment; env[0]; env++) {
|
machdep.c | 150 char **environment; /* On some arches, pointer to environment */ variable in typeref:typename:char ** 224 environment = &argv[1]; 446 * Return a pointer to the given environment variable. 456 for (env = environment; env[0]; env++) {
|
/src/bin/sh/ |
var.c | 206 * Initialize the variable symbol tables and import the environment 230 * Import variables from the environment, which will 240 * Set variables which override anything read from environment. 651 * Search the environment of a builtin command. If the second argument 691 environment(void) function in typeref:typename:char ** 705 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv)); 716 VTRACE(DBG_VARS, ("environment: %s\n", ep[-1])); 1387 * used to create processes' environment, and (if exported) all
|
var.c | 206 * Initialize the variable symbol tables and import the environment 230 * Import variables from the environment, which will 240 * Set variables which override anything read from environment. 651 * Search the environment of a builtin command. If the second argument 691 environment(void) function in typeref:typename:char ** 705 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv)); 716 VTRACE(DBG_VARS, ("environment: %s\n", ep[-1])); 1387 * used to create processes' environment, and (if exported) all
|