Lines Matching refs:dll
23 typeset env show command opt prefix dll suffix ifs root path s
65 [+?Processes are warped by intercepting system calls with a dll that is
102 located on \b$PATH\b; the \bwarp\b dll (shared library), located either
108 versions of the \bwarp\b dll. In all cases the \bwarp\b script handles
109 the dll search.]
143 : find the warp dll root dir
152 set -A lib $root/@(bin|lib)/@(lib|)warp*([0-9]).@(dll|dylib|s[ol]*([0-9.]))
153 dll=${lib[${#lib[@]}-1]}
154 if test -f $dll
158 prefix=${dll%.@(dll|dylib|s[ol]*([0-9.]))}
159 suffix=${dll##$prefix}
218 then env="$env _RLD64_LIST=$dll"
239 env="$env _RLDN32_LIST=$dll"