HomeSort by: relevance | last modified time | path
    Searched defs:dyld_path_var (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-spawn.c 1822 static const char dyld_path_var[] = "DYLD_LIBRARY_PATH"; local
1824 static const char dyld_path_var[] = "LIBPATH"; local
1826 static const char dyld_path_var[] = "LD_LIBRARY_PATH"; local
1854 env[1] = getenv(dyld_path_var);
1858 static char buf[1024 + sizeof(dyld_path_var)];
1859 snprintf(buf, sizeof(buf), "%s=%s", dyld_path_var, env[1]);

Completed in 46 milliseconds