Home
last modified time | relevance | path

Searched refs:ldpath (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net/opennx/opennx-0.16/
H A DpulseTest.cpp128 wxString ldpath; in OnInit() local
129 if (::wxGetEnv(wxT("PATH"), &ldpath)) in OnInit()
130 ldpath += wxT(";"); in OnInit()
131 ldpath = tmp + wxT("\\bin"); in OnInit()
132 if (!::wxSetEnv(wxT("PATH"), ldpath)) { in OnInit()
145 wxString ldpath; in OnInit() local
146 if (::wxGetEnv(LD_LIBRARY_PATH, &ldpath)) in OnInit()
147 ldpath += wxT(":"); in OnInit()
149 ldpath += tmp + wxT("/lib64"); in OnInit()
151 ldpath += tmp + wxT("/lib"); in OnInit()
[all …]
H A DwatchReaderApp.cpp200 wxString ldpath; in OnInit() local
201 if (::wxGetEnv(wxT("PATH"), &ldpath)) in OnInit()
202 ldpath += wxT(";"); in OnInit()
203 ldpath = tmp + wxT("\\bin"); in OnInit()
204 if (!::wxSetEnv(wxT("PATH"), ldpath)) { in OnInit()
217 wxString ldpath; in OnInit() local
218 if (::wxGetEnv(LD_LIBRARY_PATH, &ldpath)) in OnInit()
219 ldpath += wxT(":"); in OnInit()
221 ldpath += tmp + wxT("/lib64"); in OnInit()
223 ldpath += tmp + wxT("/lib"); in OnInit()
[all …]
H A DMyDynlib.cpp62 wxString ldpath; in Load() local
63 if (::wxGetEnv(LD_LIBRARY_PATH, &ldpath)) { in Load()
64 wxStringTokenizer t(ldpath, wxT(":")); in Load()
H A DopennxApp.cpp630 wxString ldpath; in preInit() local
631 if (::wxGetEnv(wxT("PATH"), &ldpath)) in preInit()
632 ldpath += wxT(";"); in preInit()
633 ldpath = tmp + wxT("\\bin"); in preInit()
634 if (!::wxSetEnv(wxT("PATH"), ldpath)) { in preInit()
652 wxString ldpath; in preInit() local
653 if (::wxGetEnv(LD_LIBRARY_PATH, &ldpath)) in preInit()
654 ldpath += wxT(":"); in preInit()
660 ldpath.Append(wxT(":/usr/lib/samba")); in preInit()
673 ldpath = ldpath.Prepend(tjpeg.GetPath().Append(wxT(":"))); in preInit()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/
H A Delfdll.c57 char *ldpath; in ELFDLL_dlopen() local
66 ldpath = codec_path; in ELFDLL_dlopen()
67 while(ldpath && *ldpath) in ELFDLL_dlopen()
73 from = ldpath; in ELFDLL_dlopen()
74 cptr = strchr(ldpath, ':'); in ELFDLL_dlopen()
77 len = strlen(ldpath); in ELFDLL_dlopen()
78 ldpath = NULL; in ELFDLL_dlopen()
82 len = cptr - ldpath; in ELFDLL_dlopen()
83 ldpath = cptr + 1; in ELFDLL_dlopen()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/
H A Delfdll.c57 char *ldpath; in ELFDLL_dlopen() local
66 ldpath = codec_path; in ELFDLL_dlopen()
67 while(ldpath && *ldpath) in ELFDLL_dlopen()
73 from = ldpath; in ELFDLL_dlopen()
74 cptr = strchr(ldpath, ':'); in ELFDLL_dlopen()
77 len = strlen(ldpath); in ELFDLL_dlopen()
78 ldpath = NULL; in ELFDLL_dlopen()
82 len = cptr - ldpath; in ELFDLL_dlopen()
83 ldpath = cptr + 1; in ELFDLL_dlopen()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Delfdll.c57 char *ldpath; in ELFDLL_dlopen() local
66 ldpath = win32_def_path; in ELFDLL_dlopen()
67 while(ldpath && *ldpath) in ELFDLL_dlopen()
73 from = ldpath; in ELFDLL_dlopen()
74 cptr = strchr(ldpath, ':'); in ELFDLL_dlopen()
77 len = strlen(ldpath); in ELFDLL_dlopen()
78 ldpath = NULL; in ELFDLL_dlopen()
82 len = cptr - ldpath; in ELFDLL_dlopen()
83 ldpath = cptr + 1; in ELFDLL_dlopen()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/
H A Dqgsgrassselect.cpp133 QString ldpath = egisdbase->text() + "/" + d[i]; in setLocations() local
137 if ( !G_is_location( ldpath.toLocal8Bit().constData() ) ) in setLocations()
152 QDir ld = QDir( ldpath ); in setLocations()
156 if ( !QgsGrass::isMapset( ldpath + "/" + ld[j] ) ) in setLocations()
159 QFileInfo info( ldpath + "/" + ld[j] ); in setLocations()
203 QString ldpath = egisdbase->text() + "/" + elocation->currentText(); in setMapsets() local
204 QDir ld = QDir( ldpath ); in setMapsets()
212 if ( QgsGrass::isMapset( ldpath + "/" + ld[i] ) ) in setMapsets()
246 …QString ldpath = egisdbase->text() + "/" + elocation->currentText() + "/" + emapset->currentText(); in setMaps() local
281 QDir md = QDir( ldpath + "/group/" ); in setMaps()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/
H A Dqgsgrassselect.cpp133 QString ldpath = egisdbase->text() + "/" + d[i]; in setLocations() local
137 if ( !G_is_location( ldpath.toLocal8Bit().constData() ) ) in setLocations()
152 QDir ld = QDir( ldpath ); in setLocations()
156 if ( !QgsGrass::isMapset( ldpath + "/" + ld[j] ) ) in setLocations()
159 QFileInfo info( ldpath + "/" + ld[j] ); in setLocations()
203 QString ldpath = egisdbase->text() + "/" + elocation->currentText(); in setMapsets() local
204 QDir ld = QDir( ldpath ); in setMapsets()
212 if ( QgsGrass::isMapset( ldpath + "/" + ld[i] ) ) in setMapsets()
246 …QString ldpath = egisdbase->text() + "/" + elocation->currentText() + "/" + emapset->currentText(); in setMaps() local
281 QDir md = QDir( ldpath + "/group/" ); in setMaps()
[all …]
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dlddtree.py208 for ldpath in str_ldpaths.split(':'):
210 if '$ORIGIN' in ldpath:
211 ldpath = ldpath.replace('$ORIGIN', os.path.dirname(path))
212 elif '${ORIGIN}' in ldpath:
213 ldpath = ldpath.replace('${ORIGIN}', os.path.dirname(path))
218 if not ldpath.startswith('/'):
220 ldpath = os.path.join(cwd, ldpath)
222 ldpath = root + ldpath
224 ldpaths.append(normpath(ldpath))
356 for ldpath in ldpaths:
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/CMake/Modules/
H A DmirtkTargetDependencies.cmake37 get_property(ldpath GLOBAL PROPERTY MIRTK_LIBRARY_PATH)
57 list(APPEND ldpath "${dep_path}")
81 list(APPEND ldpath "${dep_path}")
91 if (ldpath)
92 list(REMOVE_DUPLICATES ldpath)
94 set_property(GLOBAL PROPERTY MIRTK_LIBRARY_PATH "${ldpath}")
/dports/x11/mkcomposecache/mkcomposecache-1.2.1/
H A Dmkallcomposecaches.sh33 ldpath='\$root\$prefix/\$libs'
77 test "x$ldpath" = x && ldpath=$root$prefix/$libs
114 ldpath $ldpath
138 LD_LIBRARY_PATH="$ldpath"
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/pizza/
H A Dvmd.py92 ldpath = os.environ.get('LD_LIBRARY_PATH','')
93 if ldpath == '':
96 os.environ['LD_LIBRARY_PATH'] = ldpath + ':' + PIZZA_VMDDIR
97 ldpath = os.environ.get('LD_LIBRARY_PATH','')
98 if ldpath == '':
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/pizza/
H A Dvmd.py90 ldpath = os.environ.get('LD_LIBRARY_PATH','')
91 if ldpath == '':
94 os.environ['LD_LIBRARY_PATH'] = ldpath + ':' + PIZZA_VMDDIR
95 ldpath = os.environ.get('LD_LIBRARY_PATH','')
96 if ldpath == '':
/dports/devel/elfutils/elfutils-0.179/tests/
H A Drun-debuginfod-find.sh65 ldpath=`testrun sh -c 'echo $LD_LIBRARY_PATH'`
98 env LD_LIBRARY_PATH=$ldpath DEBUGINFOD_URLS= ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -…
122 BUILDID=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
211 BUILDID2=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
268 | env LD_LIBRARY_PATH=$ldpath xargs \
284 buildid=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
292 buildid=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
298 buildid=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
368 env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -U -d ${DB}_2 -p $…
406 BUILDID=`env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../src/readelf \
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/dft/
H A Dgen_libxc_param.py18 ldpath = os.path.abspath(os.path.join(__file__, '..', '..', 'lib', 'deps', 'lib')) variable
19 if ldpath not in os.environ['LD_LIBRARY_PATH']:
/dports/devel/libdisasm/libdisasm-0.23/test/
H A Dasmdisasm.pl20 my $ldpath = '';
34 $output = `$ldpath $x86dis -f $obj_file -s $disasm_format -r $offset $size`;
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp-ffi/tests/
H A Dc-tests.rs196 fn build(include_dirs: &[PathBuf], ldpath: &Path, target_dir: &Path, in build()
233 .env("LDFLAGS", &format!("-L{:?}", ldpath)) in build()
255 fn run(ldpath: &Path, exe: &Path) -> Result<()> { in run()
259 .env("LD_LIBRARY_PATH", ldpath) in run()
268 .env("LD_LIBRARY_PATH", ldpath) in run()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp-ffi/tests/
H A Dc-tests.rs196 fn build(include_dirs: &[PathBuf], ldpath: &Path, target_dir: &Path, in build()
233 .env("LDFLAGS", &format!("-L{:?}", ldpath)) in build()
255 fn run(ldpath: &Path, exe: &Path) -> Result<()> { in run()
259 .env("LD_LIBRARY_PATH", ldpath) in run()
268 .env("LD_LIBRARY_PATH", ldpath) in run()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/tests/
H A Dc-tests.rs197 fn build(include_dirs: &[PathBuf], ldpath: &Path, target_dir: &Path, in build()
234 .env("LDFLAGS", &format!("-L{:?}", ldpath)) in build()
256 fn run(ldpath: &Path, exe: &Path) -> Result<()> { in run()
260 .env("LD_LIBRARY_PATH", ldpath) in run()
269 .env("LD_LIBRARY_PATH", ldpath) in run()
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/tests/
H A Dc-tests.rs197 fn build(include_dirs: &[PathBuf], ldpath: &Path, target_dir: &Path, in build()
234 .env("LDFLAGS", &format!("-L{:?}", ldpath)) in build()
256 fn run(ldpath: &Path, exe: &Path) -> Result<()> { in run()
260 .env("LD_LIBRARY_PATH", ldpath) in run()
269 .env("LD_LIBRARY_PATH", ldpath) in run()
/dports/shells/zsh-completions/zsh-completions-0.33.0/src/
H A D_optirun60 '(-l --ldpath)'{-l,--ldpath}'[PATH the libraries like libGL.so are searched in]:file:_files'
61 …'--primus-ldpath[a colon-separated list of paths which are searched for the primus libGL.so.1]:fil…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DClassLoader.java1776 String ldpath = System.getProperty(propname, "");
1778 int ldlen = ldpath.length();
1781 i = ldpath.indexOf(ps);
1785 i = ldpath.indexOf(ps, i + 1);
1793 j = ldpath.indexOf(ps);
1796 paths[n++] = ldpath.substring(i, j);
1801 j = ldpath.indexOf(ps, i);
1803 paths[n] = ldpath.substring(i, ldlen);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DClassLoader.java1776 String ldpath = System.getProperty(propname, "");
1778 int ldlen = ldpath.length();
1781 i = ldpath.indexOf(ps);
1785 i = ldpath.indexOf(ps, i + 1);
1793 j = ldpath.indexOf(ps);
1796 paths[n++] = ldpath.substring(i, j);
1801 j = ldpath.indexOf(ps, i);
1803 paths[n] = ldpath.substring(i, ldlen);
/dports/audio/festival/speech_tools/config/rules/
H A Dbin_process.mak116 ldpath="$(SYSTEM_LD_LIBRARY_PATH)" \
136 ldpath="$(SYSTEM_LD_LIBRARY_PATH)" \
162 ldpath="$(SYSTEM_LD_LIBRARY_PATH)" \

12345