Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c381 char **argv, **env, **envp, *kexecpath, *library_path_rpath; in _rtld() local
538 library_path_rpath = getenv(_LD("LIBRARY_PATH_RPATH")); in _rtld()
539 if (library_path_rpath != NULL) { in _rtld()
540 if (library_path_rpath[0] == 'y' || in _rtld()
541 library_path_rpath[0] == 'Y' || in _rtld()
542 library_path_rpath[0] == '1') in _rtld()