Home
last modified time | relevance | path

Searched refs:env (Results 1 – 21 of 21) sorted by relevance

/
DSConstruct28 env = Environment(options = opts,
31 Help(opts.GenerateHelpText(env))
35 env["CC"] = os.getenv('CC')
37 env["AS"] = os.getenv('AS')
39 env["LINK"] = os.getenv('LD')
41 env["AR"] = os.getenv('AR')
43 env["RANLIB"] = os.getenv('RANLIB')
45 env.Append(CCFLAGS = SCons.Util.CLVar(os.environ['CFLAGS']))
47 env.Append(CPPFLAGS = SCons.Util.CLVar(os.environ['CPPFLAGS']))
49 env.Append(LINKFLAGS = SCons.Util.CLVar(os.environ['LDFLAGS']))
[all …]
/tests/
DSConscript3 Import('env')
5 test_env = env.Clone()
13 fiotest_src.append(env["CRTBEGIN"])
15 fiotest_src.append(env["CRTEND"])
19 threadtest_src.append(env["CRTBEGIN"])
21 threadtest_src.append(env["CRTEND"])
25 spawnanytest_src.append(env["CRTBEGIN"])
27 spawnanytest_src.append(env["CRTEND"])
31 spawnmultipletest_src.append(env["CRTBEGIN"])
33 spawnmultipletest_src.append(env["CRTEND"])
[all …]
/lib/libc/
Dcrt1.c62 handle_static_init(int argc, char **argv, char **env) in handle_static_init() argument
73 fn(argc, argv, env); in handle_static_init()
80 fn(argc, argv, env); in handle_static_init()
85 handle_argv(int argc, char *argv[], char **env) in handle_argv() argument
90 environ = env; in handle_argv()
106 char **env = NULL; in _start() local
111 handle_argv(argc, argv, env); in _start()
113 handle_static_init(argc, argv, env); in _start()
DSConscript3 Import('env')
5 libc_env = env.Clone()
32 if (env["ARCH"] == "amd64"):
/bin/ethdump/
DSConscript3 Import('env')
5 ethdump_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/sbin/ifconfig/
DSConscript3 Import('env')
5 ifconfig_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/sbin/sysctl/
DSConscript3 Import('env')
5 sysctl_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/ethinject/
DSConscript3 Import('env')
5 ethinject_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/cat/
DSConscript3 Import('env')
5 init_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/true/
DSConscript3 Import('env')
5 true_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/stat/
DSConscript3 Import('env')
5 init_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/false/
DSConscript3 Import('env')
5 false_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/echo/
DSConscript3 Import('env')
5 init_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/ls/
DSConscript3 Import('env')
5 init_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/shell/
DSConscript3 Import('env')
5 init_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/sbin/init/
DSConscript3 Import('env')
5 init_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/bin/date/
DSConscript3 Import('env')
5 cross_env = env.Clone()
13 src.append(env["CRTBEGIN"])
15 src.append(env["CRTEND"])
/sbin/newfs_o2fs/
DSConscript4 Import('env')
6 newfs_env = env.Clone()
7 if (env["TOOLCHAINBUILD"] == "TRUE"):
14 if env["TOOLCHAINBUILD"] != "TRUE":
/sys/
DSConscript3 Import('env')
5 kern_env = env.Clone()
75 if (env["ARCH"] == "amd64"):
/lib/liblwip/
DSConscript3 Import('env')
5 liblwip_env = env.Clone()
/lib/liblwip/doc/
Dsys_arch.txt222 environment specific (probably should move env stuff