Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c508 const char *argv0, *binpath, *library_path_rpath; in _rtld() local
722 library_path_rpath = ld_get_env_var(LD_LIBRARY_PATH_RPATH); in _rtld()
723 if (library_path_rpath != NULL) { in _rtld()
724 if (library_path_rpath[0] == 'y' || in _rtld()
725 library_path_rpath[0] == 'Y' || in _rtld()
726 library_path_rpath[0] == '1') in _rtld()