Home
last modified time | relevance | path

Searched refs:from_env (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dpxe.c47 uuid_str = from_env("pxeuuid"); in pxe_uuid_path()
125 pxefile_addr_str = from_env("pxefile_addr_r"); in do_pxe_get()
176 pxefile_addr_str = from_env("pxefile_addr_r"); in do_pxe_boot()
Dsysboot.c75 pxefile_addr_str = from_env("pxefile_addr_r"); in do_sysboot()
Dpxe_utils.c74 bootfile = from_env("bootfile"); in get_bootfile_path()
166 tftp_filesize = from_env("filesize"); in get_pxe_file()
220 envaddr = from_env(envaddr_name); in get_relfile_envaddr()
312 localcmd = from_env("localcmd"); in label_localboot()
Dnvedit.c690 char *from_env(const char *envvar) in from_env() function
/third_party/uboot/u-boot-2020.01/include/
Denv.h124 char *from_env(const char *envvar);
/third_party/libuv/test/
Dtest-spawn.c1261 WCHAR* from_env[] = { in TEST_IMPL() local
1279 int found_in_usr_env[ARRAY_SIZE(from_env)] = {0}; in TEST_IMPL()
1280 WCHAR *expected[ARRAY_SIZE(from_env)]; in TEST_IMPL()
1286 for (i = 0; i < ARRAY_SIZE(from_env); i++) { in TEST_IMPL()
1288 size_t len = GetEnvironmentVariableW(from_env[i], NULL, 0); in TEST_IMPL()
1295 size_t name_len = wcslen(from_env[i]); in TEST_IMPL()
1297 wmemcpy(str, from_env[i], name_len); in TEST_IMPL()
1301 GetEnvironmentVariableW(from_env[i], str, len); in TEST_IMPL()