Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c1822 static const char dyld_path_var[] = "DYLD_LIBRARY_PATH"; in TEST_IMPL() local
1824 static const char dyld_path_var[] = "LIBPATH"; in TEST_IMPL() local
1826 static const char dyld_path_var[] = "LD_LIBRARY_PATH"; in TEST_IMPL() local
1854 env[1] = getenv(dyld_path_var); in TEST_IMPL()
1858 static char buf[1024 + sizeof(dyld_path_var)]; in TEST_IMPL()
1859 snprintf(buf, sizeof(buf), "%s=%s", dyld_path_var, env[1]); in TEST_IMPL()

Completed in 7 milliseconds