Searched refs:env_path (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c117 static char *env_path, *sys_path; variable
954 if (env_path) fd = path_open(name, env_path, buf, sizeof buf);
1426 env_path = getenv("LD_LIBRARY_PATH");
1475 if (opt[12]=='=') env_path = opt+13;
1477 else if (*argv) env_path = *argv++;

Completed in 63 milliseconds