Home
last modified time | relevance | path

Searched refs:env_string (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/renesas/sh7757lcr/
Dsh7757lcr.c274 char env_string[64]; in init_ethernet_mac() local
291 sprintf(env_string, "eth%daddr", i); in init_ethernet_mac()
292 env_set(env_string, mac_string); in init_ethernet_mac()
301 sprintf(env_string, "eth%daddr", i + SH7757LCR_ETHERNET_NUM_CH); in init_ethernet_mac()
302 env_set(env_string, mac_string); in init_ethernet_mac()
/third_party/uboot/u-boot-2020.01/board/renesas/sh7752evb/
Dsh7752evb.c212 char env_string[64]; in init_ethernet_mac() local
229 sprintf(env_string, "eth%daddr", i); in init_ethernet_mac()
230 env_set(env_string, mac_string); in init_ethernet_mac()
/third_party/uboot/u-boot-2020.01/board/renesas/sh7753evb/
Dsh7753evb.c228 char env_string[64]; in init_ethernet_mac() local
245 sprintf(env_string, "eth%daddr", i); in init_ethernet_mac()
246 env_set(env_string, mac_string); in init_ethernet_mac()
/third_party/node/test/fuzzers/
Dfuzz_env.cc73 void EnvTest(v8::Isolate* isolate_, char* env_string) { in EnvTest() argument
92 node::LoadEnvironment(envi, env_string); in EnvTest()
/third_party/node/src/
Dnode.cc379 Local<String> env_string = FIXED_ONE_BYTE_STRING(isolate_, "env"); in BootstrapNode() local
382 process_object()->Set(context(), env_string, env_var_proxy).IsNothing()) { in BootstrapNode()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp441 static char env_string[] = U_TOPBUILDDIR "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING; in setICU_DATA() local
442 u_setDataDirectory(env_string); in setICU_DATA()
/third_party/glib/gobject/
Dgtype.c4421 const gchar *env_string; in gobject_init() local
4434 env_string = g_getenv ("GOBJECT_DEBUG"); in gobject_init()
4435 if (env_string != NULL) in gobject_init()
4443 … _g_type_debug_flags = g_parse_debug_string (env_string, debug_keys, G_N_ELEMENTS (debug_keys)); in gobject_init()
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1967 …thub.com/nodejs/node/commit/08e12c7809)] - **src**: remove superfluous env_string string (Ben Noor…
DCHANGELOG_V6.md1773 …thub.com/nodejs/node/commit/b1dc2d455f)] - **src**: remove superfluous env_string string (Ben Noor…