Home
last modified time | relevance | path

Searched defs:env (Results 1 – 11 of 11) sorted by relevance

/nrf52832-nimble/rt-thread/tools/
H A Dvsc.py33 def GenerateCFiles(env): argument
72 def GenerateVSCode(env): argument
H A Dbuilding.py79 def spawn(self, sh, escape, cmd, args, env): argument
120 def GenCconfigFile(env, BuildOptions): argument
145 def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = []): argument
421 def PrepareModuleBuilding(env, root_directory, bsp_directory): argument
679 def GroupLibName(name, env): argument
688 def GroupLibFullName(name, env): argument
691 def BuildLibInstallAction(target, source, env): argument
H A Dutils.py158 def TargetGetList(env, postfix): argument
172 def ProjectInfo(env): argument
H A Dses.py32 def SESProject(env) : argument
/nrf52832-nimble/rt-thread/tools/tools/
H A Dclang-analyze.py22 def generate(env): argument
62 def exists(env): argument
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Dcmdline.c139 static int cli_env_to_idx(char env) in cli_env_to_idx()
153 int cli_env_set(char env, int val) in cli_env_set()
165 int cli_env_get(char env) in cli_env_get()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dhconf.gperf48 env, T_OPT_ENV, TF_OPTION keyword
H A Dconfdata.c114 char *env, *name; in conf_get_default_confname() local
749 char *env; in conf_write() local
1136 char *env = getenv("KCONFIG_PROBABILITY"); in conf_set_all_new_symbols() local
H A Dsymbol.c1387 static void prop_add_env(const char *env) in prop_add_env()
H A Dlconf.c2384 char *env, fullname[PATH_MAX+1]; in zconf_fopen() local
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A Dsyscalls.c41 _execve_r(struct _reent *ptr, const char * name, char *const *argv, char *const *env) in _execve_r()