Home
last modified time | relevance | path

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

/components/lwp/vdso/user/arch/aarch64/
A DSConstruct24 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 DSConstruct51 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 Dposix-info.txt25 <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 DSConscript42 result = subprocess.run(command, env=process_env, check=True)
/components/libc/compilers/newlib/
A Dsyscalls.c119 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 Dsys_arch.txt222 environment specific (probably should move env stuff
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt258 environment specific (probably should move env stuff

Completed in 10 milliseconds