Searched refs:env (Results 1 – 7 of 7) sorted by relevance
| /components/lwp/vdso/user/arch/aarch64/ |
| A D | SConstruct | 24 env = Environment(tools=['gcc', 'link'], 29 env.PrependENVPath('PATH', EXEC_PATH) 32 shared_lib = env.SharedLibrary(target=target, source=src) 35 env.Default(shared_lib)
|
| /components/lwp/vdso/user/arch/risc-v/ |
| A D | SConstruct | 51 env = Environment(tools=['gcc', 'link'], 56 env.PrependENVPath('PATH', EXEC_PATH) 59 shared_lib = env.SharedLibrary(target=target, source=src) 62 env.Default(shared_lib)
|
| /components/libc/ |
| A D | posix-info.txt | 25 <fenv.h> ;the 'env' should combined with non-volatile devices 238 - setenv() ;the 'env' should combined with non-volatile devices 247 - unsetenv() ;the 'env' should combined with non-volatile devices
|
| /components/lwp/vdso/ |
| A D | SConscript | 42 result = subprocess.run(command, env=process_env, check=True)
|
| /components/libc/compilers/newlib/ |
| A D | syscalls.c | 119 int _execve_r(struct _reent *ptr, const char * name, char *const *argv, char *const *env) in _execve_r() argument
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 222 environment specific (probably should move env stuff
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 258 environment specific (probably should move env stuff
|
Completed in 10 milliseconds