Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c135 if (rpl_libpath) { in get_dir_list()
145 DBG_CALL(Dbg_libs_path(lml, rpl_libpath, mode, in get_dir_list()
164 (void) printf(fmt, rpl_libpath, config->c_name); in get_dir_list()
175 (void) expand_paths(lmp, rpl_libpath, in get_dir_list()
H A Dglobals.c133 const char *rpl_libpath = NULL; /* replaceable LD_LIBRARY_PATH string */ variable
H A D_rtld.h584 extern const char *rpl_libpath; /* replaceable LD_LIBRARY string */
H A Dutil.c1644 str = (select & SEL_REPLACE) ? &rpl_libpath : in ld_generic_env()