Home
last modified time | relevance | path

Searched refs:dllpath (Results 1 – 25 of 117) sorted by relevance

12345

/dports/audio/ardour6/Ardour-6.8.0/libs/fst/
H A Dscanner.cc111 char *dllpath = NULL; in main() local
115 dllpath = argv[2]; in main()
116 const size_t slen = strlen (dllpath); in main()
118 (slen > 3 && 0 == g_ascii_strcasecmp (&dllpath[slen-3], ".so")) in main()
122 vstfx_remove_infofile(dllpath); in main()
123 vstfx_un_blacklist(dllpath); in main()
132 dllpath = argv[1]; in main()
143 const size_t slen = strlen (dllpath); in main()
147 infos = vstfx_get_info_lx(dllpath); in main()
153 infos = vstfx_get_info_fst(dllpath); in main()
[all …]
/dports/dns/idnkit/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c138 char dllpath[MAX_PATH]; in load_original_dll() local
146 dllpath[0] = '\0'; in load_original_dll()
147 if (idnGetInstallDir(dllpath, sizeof(dllpath)) != TRUE) { in load_original_dll()
155 if (dllpath[0] != '\0' && in load_original_dll()
156 dllpath[strlen(dllpath) - 1] == '\\') { in load_original_dll()
157 dllpath[strlen(dllpath) - 1] = '\0'; in load_original_dll()
160 if (strlen(dllpath) + strlen(dll_name) + 1 + 4 >= sizeof(dllpath)) { in load_original_dll()
168 strcat(dllpath, "\\"); in load_original_dll()
169 strcat(dllpath, dll_name); in load_original_dll()
170 strcat(dllpath, ".DLL"); in load_original_dll()
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c138 char dllpath[MAX_PATH]; in load_original_dll() local
146 dllpath[0] = '\0'; in load_original_dll()
147 if (idnGetInstallDir(dllpath, sizeof(dllpath)) != TRUE) { in load_original_dll()
155 if (dllpath[0] != '\0' && in load_original_dll()
156 dllpath[strlen(dllpath) - 1] == '\\') { in load_original_dll()
157 dllpath[strlen(dllpath) - 1] = '\0'; in load_original_dll()
160 if (strlen(dllpath) + strlen(dll_name) + 1 + 4 >= sizeof(dllpath)) { in load_original_dll()
168 strcat(dllpath, "\\"); in load_original_dll()
169 strcat(dllpath, dll_name); in load_original_dll()
170 strcat(dllpath, ".DLL"); in load_original_dll()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dvst_info_file.cc113 sha1_write (&s, (const uint8_t *) dllpath, strlen (dllpath)); in vstfx_infofile_path()
454 const size_t slen = strlen (dllpath); in vstfx_infofile_for_read()
838 if (!(h = vstfx_load (dllpath))) { in vstfx_instantiate_and_get_info_lx()
867 if (!(h = fst_load (dllpath))) { in vstfx_instantiate_and_get_info_fst()
954 _errorlog_dll = strdup (dllpath); in set_error_log()
978 if (vst_is_blacklisted (dllpath)) { in vstfx_get_info()
998 argp[1] = strdup (dllpath); in vstfx_get_info()
1001 set_error_log (dllpath); in vstfx_get_info()
1026 vstfx_un_blacklist (dllpath); in vstfx_get_info()
1049 vstfx_blacklist (dllpath); in vstfx_get_info()
[all …]
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dinstall-dlls.sh4 for dllpath in `ntldd $@ | grep mingw | awk '{print $3}' | sort | uniq`
6 dllname=`basename $dllpath`
8 echo $dllpath >> dlllist
10 cp $dllpath $DESTDIR/
11 find_depends $dllpath
/dports/audio/stk/stk-4.6.2/src/include/
H A Dasiolist.cpp13 static LONG findDrvPath (char *clsidstr,char *dllpath,int dllpathsize)
37 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in getCurrentDriverIndex()
41 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in getCurrentDriverIndex()
67 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize);
71 hfile = OpenFile(dllpath,&ofs,OF_EXIST);
93 char dllpath[MAXPATHLEN];
105 rc = findDrvPath (databuf,dllpath,MAXPATHLEN);
280 if (!dllpath) return DRVERR_INVALID_PARAM;
283 if (strlen(lpdrv->dllpath) < (unsigned int)dllpathsize) {
284 strcpy(dllpath,lpdrv->dllpath);
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Dasiolist.cpp13 static LONG findDrvPath (char *clsidstr,char *dllpath,int dllpathsize) in findDrvPath() argument
37 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in findDrvPath()
41 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in findDrvPath()
67 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in findDrvPath()
71 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in findDrvPath()
93 char dllpath[MAXPATHLEN]; in newDrvStruct() local
105 rc = findDrvPath (databuf,dllpath,MAXPATHLEN); in newDrvStruct()
282 if (!dllpath) return DRVERR_INVALID_PARAM;
285 if (strlen(lpdrv->dllpath) < (unsigned int)dllpathsize) {
286 strcpy(dllpath,lpdrv->dllpath);
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Dasiolist.cpp13 static LONG findDrvPath (char *clsidstr,char *dllpath,int dllpathsize) in findDrvPath() argument
37 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in findDrvPath()
41 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in findDrvPath()
67 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in findDrvPath()
71 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in findDrvPath()
93 char dllpath[MAXPATHLEN]; in newDrvStruct() local
105 rc = findDrvPath (databuf,dllpath,MAXPATHLEN); in newDrvStruct()
282 if (!dllpath) return DRVERR_INVALID_PARAM;
285 if (strlen(lpdrv->dllpath) < (unsigned int)dllpathsize) {
286 strcpy(dllpath,lpdrv->dllpath);
[all …]
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Dasiolist.cpp13 static LONG findDrvPath (char *clsidstr,char *dllpath,int dllpathsize) in findDrvPath() argument
37 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in findDrvPath()
41 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in findDrvPath()
67 cr = RegQueryValueEx(hkpath,0,0,&datatype,(LPBYTE)dllpath,&datasize); in findDrvPath()
71 hfile = OpenFile(dllpath,&ofs,OF_EXIST); in findDrvPath()
93 char dllpath[MAXPATHLEN]; in newDrvStruct() local
105 rc = findDrvPath (databuf,dllpath,MAXPATHLEN); in newDrvStruct()
282 if (!dllpath) return DRVERR_INVALID_PARAM;
285 if (strlen(lpdrv->dllpath) < (unsigned int)dllpathsize) {
286 strcpy(dllpath,lpdrv->dllpath);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/win_iconv/
H A Dwin_iconv_test.c36 setdll(const char *dllpath) in setdll() argument
41 sprintf(buf, "WINICONV_LIBICONV_DLL=%s", dllpath); in setdll()
90 char dllpath[_MAX_PATH]; in test() local
101 GetModuleFileName(((rec_iconv_t *)cd)->hlibiconv, dllpath, sizeof(dllpath)); in test()
105 printf("%s: %s -> %s: NG: FAILED TO USE DLL: line=%d\n", dllpath, from, to, line); in test()
110 printf("%s: %s -> %s: NG: DLL IS LOADED UNEXPECTEDLY: line=%d\n", dllpath, from, to, line); in test()
128 printf("%s: ", dllpath); in test()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/win-iconv/
H A Dwin_iconv_test.c45 setdll(const char *dllpath) in setdll() argument
50 sprintf(buf, "WINICONV_LIBICONV_DLL=%s", dllpath); in setdll()
100 char dllpath[_MAX_PATH]; in test() local
112 GetModuleFileName(((rec_iconv_t *)cd)->hlibiconv, dllpath, sizeof(dllpath)); in test()
116 printf("%s: %s -> %s: NG: FAILED TO USE DLL: line=%d\n", dllpath, from, to, line); in test()
121 printf("%s: %s -> %s: NG: DLL IS LOADED UNEXPECTEDLY: line=%d\n", dllpath, from, to, line); in test()
139 printf("%s: ", dllpath); in test()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit.c50 gchar *dllpath; in gedit_w32_load_private_dll() local
65 dllpath = g_build_filename (prefix, "lib", "gedit", "lib" PACKAGE_STRING ".dll", NULL); in gedit_w32_load_private_dll()
68 libgedit_dll = g_module_open (dllpath, 0); in gedit_w32_load_private_dll()
72 dllpath, g_module_error ()); in gedit_w32_load_private_dll()
75 g_free (dllpath); in gedit_w32_load_private_dll()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/src/
H A Dmagic.c171 LPTSTR dllpath = malloc(sizeof(*dllpath) * (MAX_PATH + 1)); in get_default_magic() local
172 dllpath[MAX_PATH] = 0; /* just in case long path gets truncated and not null terminated */ in get_default_magic()
173 if (GetModuleFileNameA(NULL, dllpath, MAX_PATH)){ in get_default_magic()
174 PathRemoveFileSpecA(dllpath); in get_default_magic()
175 if (strlen(dllpath) > 3 && in get_default_magic()
176 stricmp(&dllpath[strlen(dllpath) - 3], "bin") == 0) { in get_default_magic()
178 "%s/../share/misc/magic.mgc", dllpath) >= 0) in get_default_magic()
182 "%s/share/misc/magic.mgc", dllpath) >= 0) in get_default_magic()
185 "%s/magic.mgc", dllpath) >= 0) in get_default_magic()
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dicvt.c206 init_win32_iconv_shim (CNSTRING dllpath) in init_win32_iconv_shim() argument
209 if (dllpath && dllpath[0]) in init_win32_iconv_shim()
210 iconvshim_set_property("dll_path", dllpath); in init_win32_iconv_shim()
212 dllpath=dllpath; /* unused */ in init_win32_iconv_shim()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/plugins/cmake/
H A DDependencyCollector.py145 (dllpath, mod_date) = \
147 if dllpath != "":
148 if os.path.dirname(dllpath) != conf['localpath']:
149 copy_dll(dllpath, path)
161 def copy_dll(dllpath, targetpath): argument
163 logger.info("copying " + dllpath + " to " + targetpath)
165 shutil.copy(dllpath, targetpath)
167 logger.error("unable to copy " + dllpath + " to " +
170 logger.error("unable to copy " + dllpath + " to " + targetpath)
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dxalibname.c56 char dllpath[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in GetXaLibName() local
63 GetModuleFileName(s_hModule, dllpath, sizeof(dllpath)); in GetXaLibName()
68 _splitpath(dllpath, drive, dir, fname, ext); in GetXaLibName()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/cmake/
H A DDependencyCollector.py159 (dllpath, mod_date) = \
161 if dllpath != "":
162 copy_dll(dllpath, path)
176 def copy_dll(dllpath, targetpath): argument
180 shutil.copy2(dllpath, targetpath)
181 logger.info(dllpath + " -> " + targetpath)
184 logger.debug("I don't need to copy " + dllpath)
186 logger.error("unable to copy " + dllpath + " to " +
189 logger.error("unable to copy " + dllpath + " to " + targetpath)
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/tools/
H A Dpy2exeSetupWindows.py14 dllpath = r'C:\Windows\WinSxS\x86_Microsoft.VC90.CRT...' variable
16 sys.path.append(dllpath)
19 ("Microsoft.VC90.CRT", glob(dllpath + r'\*.*')),
/dports/sysutils/file/file-5.39/src/
H A Dmagic.c128 LPSTR dllpath; in _w32_get_magic_relative_to() local
131 dllpath = calloc(MAX_PATH + 1, sizeof(*dllpath)); in _w32_get_magic_relative_to()
133 if (!GetModuleFileNameA(module, dllpath, MAX_PATH)) in _w32_get_magic_relative_to()
136 PathRemoveFileSpecA(dllpath); in _w32_get_magic_relative_to()
142 if (stricmp(exepath, dllpath) == 0) in _w32_get_magic_relative_to()
146 sp = strlen(dllpath); in _w32_get_magic_relative_to()
147 if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) { in _w32_get_magic_relative_to()
149 "%s/../share/misc/magic.mgc", dllpath); in _w32_get_magic_relative_to()
154 _w32_append_path(hmagicpath, trypaths[sp], dllpath); in _w32_get_magic_relative_to()
156 free(dllpath); in _w32_get_magic_relative_to()
/dports/devel/py-magic/file-5.40/src/
H A Dmagic.c128 LPSTR dllpath; in _w32_get_magic_relative_to() local
131 dllpath = calloc(MAX_PATH + 1, sizeof(*dllpath)); in _w32_get_magic_relative_to()
133 if (!GetModuleFileNameA(module, dllpath, MAX_PATH)) in _w32_get_magic_relative_to()
136 PathRemoveFileSpecA(dllpath); in _w32_get_magic_relative_to()
142 if (stricmp(exepath, dllpath) == 0) in _w32_get_magic_relative_to()
146 sp = strlen(dllpath); in _w32_get_magic_relative_to()
147 if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) { in _w32_get_magic_relative_to()
149 "%s/../share/misc/magic.mgc", dllpath); in _w32_get_magic_relative_to()
154 _w32_append_path(hmagicpath, trypaths[sp], dllpath); in _w32_get_magic_relative_to()
156 free(dllpath); in _w32_get_magic_relative_to()
/dports/devel/oclgrind/Oclgrind-21.10/src/runtime/
H A Doclgrind.cpp65 string dllpath = getLibDirPath(); in main() local
66 dllpath += "\\oclgrind-rt.dll"; in main()
81 void* childPath = VirtualAllocEx(pinfo.hProcess, NULL, dllpath.size() + 1, in main()
87 if (!WriteProcessMemory(pinfo.hProcess, childPath, (void*)dllpath.c_str(), in main()
88 dllpath.size() + 1, NULL)) in main()
105 VirtualFreeEx(pinfo.hProcess, childPath, dllpath.size() + 1, MEM_RELEASE); in main()
108 HMODULE dll = LoadLibraryA(dllpath.c_str()); in main()
/dports/lang/python-legacy/Python-2.7.18/PC/
H A Dgetpathp.c90 static char dllpath[MAXPATHLEN+1]; variable
391 dllpath, MAXPATHLEN+1, in get_progpath()
395 dllpath[0] = 0; in get_progpath()
409 if (!GetModuleFileName(PyWin_DLLhModule, dllpath, MAXPATHLEN)) in get_progpath()
410 dllpath[0] = 0; in get_progpath()
412 dllpath[0] = 0; in get_progpath()
498 if (dllpath[0]) /* use name of python DLL */ in calculate_path()
499 strncpy(zip_path, dllpath, MAXPATHLEN); in calculate_path()
/dports/lang/python27/Python-2.7.18/PC/
H A Dgetpathp.c90 static char dllpath[MAXPATHLEN+1]; variable
391 dllpath, MAXPATHLEN+1, in get_progpath()
395 dllpath[0] = 0; in get_progpath()
409 if (!GetModuleFileName(PyWin_DLLhModule, dllpath, MAXPATHLEN)) in get_progpath()
410 dllpath[0] = 0; in get_progpath()
412 dllpath[0] = 0; in get_progpath()
498 if (dllpath[0]) /* use name of python DLL */ in calculate_path()
499 strncpy(zip_path, dllpath, MAXPATHLEN); in calculate_path()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dactivexwrapper.py26 dllpath = os.path.join(win32api.GetSystemDirectory(), 'MFC71.DLL') variable
27 if sys.version[:3] >= '2.4' and not os.path.exists(dllpath):
28 message = "%s not found" % dllpath
/dports/devel/py-pyinstaller/PyInstaller-3.5/bootloader/src/
H A Dpyi_pythonlib.c54 char dllpath[PATH_MAX]; in pyi_pylib_load() local
104 pyi_path_join(dllpath, status->mainpath, dllname); in pyi_pylib_load()
106 VS("LOADER: Python library: %s\n", dllpath); in pyi_pylib_load()
109 dll = pyi_utils_dlopen(dllpath); in pyi_pylib_load()
114 FATAL_WINERROR("LoadLibrary", "Error loading Python DLL '%s'.\n", dllpath); in pyi_pylib_load()
117 dllpath, dlerror()); in pyi_pylib_load()

12345