Home | History | Annotate | Download | only in lib

Lines Matching refs:SHLIB_PATH

79     if [info exists env(SHLIB_PATH)] {
80 set orig_shlib_path "$env(SHLIB_PATH)"
107 # It only sets SHLIB_PATH and LD_LIBRARY_PATH when it executes a
114 # and HP-UX (SHLIB_PATH). In some cases, the variables are independent
119 # SHLIB_PATH and LD_LIBRARY_PATH when unix_load sets these variables.
131 # HP-UX executables searches LD_LIBRARY_PATH before SHLIB_PATH.
133 # set LD_LIBRARY_PATH and SHLIB_PATH as if they were independent.
135 setenv SHLIB_PATH "$ld_library_path:$orig_shlib_path"
137 setenv SHLIB_PATH "$ld_library_path"
214 setenv SHLIB_PATH "$orig_shlib_path"
215 } elseif [info exists env(SHLIB_PATH)] {
216 unsetenv SHLIB_PATH