Searched refs:dlopen (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dpassword_quality.c300 handle = dlopen(check_library, RTLD_NOW);
340 handle = dlopen(check_library, RTLD_NOW);
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm123 static void* frameworkLibrary = dlopen(xpc_dictionary_get_string(event, "framework-executable-path"), RTLD_NOW);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Denable.c260 handle = dlopen (filename, RTLD_NOW|RTLD_GLOBAL);
262 handle = dlopen (filename, RTLD_LAZY);
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c118 dlopen (char *path, int mode) function
374 dlopen (char *file, int mode) function
623 dlopen (char * dll, int mode) function
701 * threaded applications, but this is the way the UNIX dlopen() etc
773 * Since I want my implementation of dlopen() to return an error if the
921 dlopen (char *path, int mode) function
1029 * the functionality need to implement the dlopen() interfaces.
1052 * dlopen() the MacOS X version of the FreeBSD dlopen() interface.
1186 sprintf(errbuf, "NSLinkModule() failed for dlopen() ([
1393 dlopen (char *dll, int mode) function
1546 dlopen (char *dll, int mode) function
[all...]
/macosx-10.10/vim-55/src/
H A Dif_python.c106 # define load_dll(n) dlopen((n), RTLD_LAZY)
108 # define load_dll(n) dlopen((n), RTLD_LAZY|RTLD_GLOBAL)
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c105 handles[loadLazyDylibCount] = dlopen(fixedPath, RTLD_LAZY);
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-asn1-fuzzer.c221 dso = dlopen("/usr/local/lib/libheimdal-asn1-all-templates.dylib", RTLD_LAZY);
223 errx(1, "dlopen: %s", dlerror());
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dengine.c330 handle = dlopen(path, RTLD_NOW);
/macosx-10.10/OpenSSL098-52/src/crypto/dso/
H A Ddso_dlfcn.c114 /* Prior to using the dlopen() function, we should decide on the flag
139 * (i) the handle (void*) returned from dlopen().
159 ptr = dlopen(filename, flags);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcominit_ux.c311 image = dlopen(buf, flags);
327 "%s: dlopen error: %s\n", __func__, dlerror()));
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlmodule.c220 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A DMakefile243 common_sources = auxprop.c canonusr.c checkpw.c client.c common.c config.c external.c md5.c saslutil.c server.c seterror.c dlopen.c ../plugins/plugin_common.c
267 dlopen.lo plugin_common.lo
280 ./$(DEPDIR)/config.Plo ./$(DEPDIR)/dlopen.Plo \
358 include ./$(DEPDIR)/dlopen.Plo
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlmodule.c212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/macosx-10.10/ruby-106/ruby/ext/dl/
H A Ddl.h25 # define dlopen(name,flag) ((void*)LoadLibrary(name)) macro
/macosx-10.10/ruby-106/ruby/ext/dl/lib/dl/
H A Dimport.rb66 DL.dlopen(lib)
/macosx-10.10/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dimport.rb67 # Fiddle::Handle using Fiddle.dlopen
71 # See Fiddle.dlopen
83 Fiddle.dlopen(lib)
/macosx-10.10/sudo-73/src/
H A Dvasgroups.c205 libvas = dlopen(LIBVAS_SO, RTLD_LAZY);
207 set_err_msg("dlopen() failed: %s", dlerror());
/macosx-10.10/swig-12/Lib/mzscheme/
H A Dmzrun.swg400 mz_libraries[i]=(void *) dlopen(mz_dlopen_libraries[i],RTLD_LAZY);
413 mz_libraries[i]=(void *) dlopen(libp,RTLD_LAZY);
437 "SWIG:mzscheme:library:%s;dlopen=%p,function=%s,func=%p\n",
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c4 * This procedure provides a version of dlopen() that
107 * dlopen --
142 dlopen(path, flags)
390 * symbol, give the handle returned by dlopen().
420 * occurred in dlopen().
141 dlopen(path, flags) function
H A DtclLoadNone.c4 * This procedure provides a version of the dlopen() for use
504 * dlopen --
513 * NULL for dlopen() and dlsym(). Error for other functions.
520 void *dlopen(path, mode)
519 void *dlopen(path, mode) function
/macosx-10.10/xnu-2782.1.97/tools/tests/perf_index/
H A Dperf_index.c76 handle = dlopen(path, RTLD_NOW | RTLD_LOCAL);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dplugin.c123 /* ignore error from dlopen, and just keep it as negative cache entry */
124 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
514 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
/macosx-10.10/MITKerberosShim-66/
H A Dheim-loader.c12 hf = dlopen("/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal", RTLD_LAZY|RTLD_LOCAL);
13 gf = dlopen("/System/Library/Frameworks/GSS.framework/GSS", RTLD_LAZY|RTLD_LOCAL);
/macosx-10.10/apr-32/apr/apr/dso/aix/
H A Ddso.c76 * Mode flags for the dlopen routine.
131 void *os_handle = dlopen((char *)path, RTLD_NOW | RTLD_GLOBAL);
181 * We simulate dlopen() et al. through a call to load. Because AIX has
204 * The void * handle returned from dlopen is actually a ModulePtr.
242 void *dlopen(const char *path, int mode) function
286 strcpy(errbuf, "dlopen: ");
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dprefs.c63 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
65 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);

Completed in 408 milliseconds

1234567891011>>