Home
last modified time | relevance | path

Searched refs:envbuffer (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/highbank/
Dhighbank.c77 char envbuffer[16]; in misc_init_r() local
81 sprintf(envbuffer, "bootcmd%d", boot_choice); in misc_init_r()
82 if (env_get(envbuffer)) { in misc_init_r()
83 sprintf(envbuffer, "run bootcmd%d", boot_choice); in misc_init_r()
84 env_set("bootcmd", envbuffer); in misc_init_r()
/external/python/cpython3/PC/
Dgetpathp.c712 wchar_t envbuffer[MAXPATHLEN+1]; in calculate_pyvenv_file() local
715 wcscpy_s(envbuffer, MAXPATHLEN+1, calculate->argv0_path); in calculate_pyvenv_file()
716 join(envbuffer, env_cfg); in calculate_pyvenv_file()
718 FILE *env_file = _Py_wfopen(envbuffer, L"r"); in calculate_pyvenv_file()
722 reduce(envbuffer); in calculate_pyvenv_file()
723 reduce(envbuffer); in calculate_pyvenv_file()
724 join(envbuffer, env_cfg); in calculate_pyvenv_file()
726 env_file = _Py_wfopen(envbuffer, L"r"); in calculate_pyvenv_file()