Home
last modified time | relevance | path

Searched refs:dllnames (Results 1 – 25 of 134) sorted by relevance

123456

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsys_shared.c57 qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts) in Sys_LoadLibrary() argument
77 …Printf ("All of %s's functions were already linked in! Not loading dynamically...\n", dllnames[0]); in Sys_LoadLibrary()
91 for (i = 0; dllnames[i] != NULL; i++) in Sys_LoadLibrary()
93 Con_Printf (" \"%s\"", dllnames[i]); in Sys_LoadLibrary()
95 dllhandle = LoadLibrary (dllnames[i]); in Sys_LoadLibrary()
97 dllhandle = dlopen (dllnames[i], RTLD_LAZY | RTLD_GLOBAL); in Sys_LoadLibrary()
110 for (i = 0; dllnames[i] != NULL; i++) in Sys_LoadLibrary()
114 strlcat(temp, dllnames[i], sizeof(temp)); in Sys_LoadLibrary()
H A Dsys.h52 qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts);
H A Dimage_png.c104 const char* dllnames [] = in PNG_OpenLibrary() local
124 return Sys_LoadLibrary (dllnames, &png_dll, pngfuncs); in PNG_OpenLibrary()
H A Djpeg.c491 const char* dllnames [] = in JPEG_OpenLibrary()
516 return Sys_LoadLibrary (dllnames, &jpeg_dll, jpegfuncs); in JPEG_OpenLibrary()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsys_shared.c112 qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts) in Sys_LoadLibrary() argument
127 …Printf ("All of %s's functions were already linked in! Not loading dynamically...\n", dllnames[0]); in Sys_LoadLibrary()
143 for (i = 0; dllnames[i] != NULL; i++) in Sys_LoadLibrary()
145 Con_DPrintf (" \"%s\"", dllnames[i]); in Sys_LoadLibrary()
154 dllhandle = LoadLibrary (dllnames[i]); in Sys_LoadLibrary()
157 dllhandle = dlopen (dllnames[i], RTLD_LAZY | RTLD_GLOBAL); in Sys_LoadLibrary()
159 …if (Sys_LoadLibraryFunctions(dllhandle, fcts, true, (dllnames[i+1] != NULL) || (strrchr(com_argv[0… in Sys_LoadLibrary()
172 for (i = 0; dllnames[i] != NULL; i++) in Sys_LoadLibrary()
176 strlcat(temp, dllnames[i], sizeof(temp)); in Sys_LoadLibrary()
183 if (Sys_LoadLibraryFunctions(dllhandle, fcts, true, dllnames[i+1] != NULL)) in Sys_LoadLibrary()
H A Dimage_png.c145 const char* dllnames [] = in PNG_OpenLibrary() local
175 if(!Sys_LoadLibrary (dllnames, &png_dll, pngfuncs)) in PNG_OpenLibrary()
178 if(!Sys_LoadLibrary (dllnames, &png14_dll, png14funcs)) in PNG_OpenLibrary()
H A Dsys.h53 qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts);
H A Djpeg.c496 const char* dllnames [] = in JPEG_OpenLibrary()
525 return Sys_LoadLibrary (dllnames, &jpeg_dll, jpegfuncs); in JPEG_OpenLibrary()
/dports/games/darkplaces/darkplaces/
H A Dsys_shared.c112 qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts) in Sys_LoadLibrary() argument
127 …Printf ("All of %s's functions were already linked in! Not loading dynamically...\n", dllnames[0]); in Sys_LoadLibrary()
143 for (i = 0; dllnames[i] != NULL; i++) in Sys_LoadLibrary()
145 Con_DPrintf (" \"%s\"", dllnames[i]); in Sys_LoadLibrary()
154 dllhandle = LoadLibrary (dllnames[i]); in Sys_LoadLibrary()
157 dllhandle = dlopen (dllnames[i], RTLD_LAZY | RTLD_GLOBAL); in Sys_LoadLibrary()
159 …if (Sys_LoadLibraryFunctions(dllhandle, fcts, true, (dllnames[i+1] != NULL) || (strrchr(com_argv[0… in Sys_LoadLibrary()
172 for (i = 0; dllnames[i] != NULL; i++) in Sys_LoadLibrary()
176 strlcat(temp, dllnames[i], sizeof(temp)); in Sys_LoadLibrary()
183 if (Sys_LoadLibraryFunctions(dllhandle, fcts, true, dllnames[i+1] != NULL)) in Sys_LoadLibrary()
H A Dimage_png.c145 const char* dllnames [] = in PNG_OpenLibrary() local
175 if(!Sys_LoadLibrary (dllnames, &png_dll, pngfuncs)) in PNG_OpenLibrary()
178 if(!Sys_LoadLibrary (dllnames, &png14_dll, png14funcs)) in PNG_OpenLibrary()
H A Dsys.h53 qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts);
/dports/security/gpa/gpa-0.10.0/src/
H A Dget-path.c120 static char *dllnames[] = { "shell32.dll", "shfolder.dll", NULL }; in w32_shgetfolderpath() local
126 for (i = 0, handle = NULL; ! handle && dllnames[i]; i++) in w32_shgetfolderpath()
128 handle = dlopen (dllnames[i], RTLD_LAZY); in w32_shgetfolderpath()
/dports/security/kleopatra/kleopatra-21.12.3/src/utils/
H A Dgnupg-registry.c44 static char *dllnames[] = { "shell32.dll", "shfolder.dll", NULL }; in w32_shgetfolderpath() local
50 for (i = 0, handle = NULL; !handle && dllnames[i]; i++) { in w32_shgetfolderpath()
51 handle = LoadLibraryA(dllnames[i]); in w32_shgetfolderpath()
/dports/security/libkleo/libkleo-21.12.3/src/utils/
H A Dgnupg-registry.c40 static char *dllnames[] = { "shell32.dll", "shfolder.dll", NULL }; in w32_shgetfolderpath() local
46 for (i = 0, handle = NULL; !handle && dllnames[i]; i++) { in w32_shgetfolderpath()
47 handle = LoadLibraryA(dllnames[i]); in w32_shgetfolderpath()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdll/
H A Ddll_lib.c43 dllnames(const char* id, const char* name, Dllnames_t* names) in dllnames() function
187 return dll_lib(dllnames(id, name, &names), version, 0, 0); in dllmeth()
H A DRELEASE2 11-10-11 dll_lib.c: add { dllnames() dll_lib() }
/dports/shells/ksh93/ast-93u/src/lib/libdll/
H A Ddll_lib.c43 dllnames(const char* id, const char* name, Dllnames_t* names) in dllnames() function
187 return dll_lib(dllnames(id, name, &names), version, 0, 0); in dllmeth()
H A DRELEASE2 11-10-11 dll_lib.c: add { dllnames() dll_lib() }
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdll/
H A Ddll_lib.c43 dllnames(const char* id, const char* name, Dllnames_t* names) in dllnames() function
187 return dll_lib(dllnames(id, name, &names), version, 0, 0); in dllmeth()
H A DRELEASE2 11-10-11 dll_lib.c: add { dllnames() dll_lib() }
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dget-path.c212 static char *dllnames[] = { "shell32.dll", "shfolder.dll", NULL }; in w32_shgetfolderpath() local
218 for (i=0, handle = NULL; !handle && dllnames[i]; i++) in w32_shgetfolderpath()
220 handle = dlopen (dllnames[i], RTLD_LAZY); in w32_shgetfolderpath()
/dports/lang/mono/mono-5.10.1.57/data/
H A DREADME5 contain the global mappings of dllnames into native
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dhomedir.c145 static char *dllnames[] = { "shell32.dll", "shfolder.dll", NULL }; in w32_shgetfolderpath() local
151 for (i=0, handle = NULL; !handle && dllnames[i]; i++) in w32_shgetfolderpath()
153 handle = dlopen (dllnames[i], RTLD_LAZY); in w32_shgetfolderpath()
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dmisc.c1160 static char *dllnames[] = { "shell32.dll", "shfolder.dll", NULL }; in w32_shgetfolderpath() local
1166 for (i=0, handle = NULL; !handle && dllnames[i]; i++) in w32_shgetfolderpath()
1168 handle = dlopen (dllnames[i], RTLD_LAZY); in w32_shgetfolderpath()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libdll/
H A DRELEASE2 11-10-11 dll_lib.c: add { dllnames() dll_lib() }

123456