Searched refs:library (Results 1 - 25 of 599) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/llvm/
H A DInitializeLLVMWin.cpp42 HMODULE library = ::LoadLibrary(libraryName); local
44 if (!library)
48 InitializerFunction initializer = bitwise_cast<InitializerFunction>(GetProcAddress(library, symbolName));
H A DInitializeLLVMPOSIX.cpp51 void* library = dlopen(libraryName, RTLD_NOW); local
52 if (!library) {
54 dataLog("Failed to load LLVM library at ", libraryName, ": ", dlerror(), "\n");
60 dlsym(library, symbolName));
/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Dtst.dlopen.c21 void* library = dlopen("/usr/lib/libpcre.dylib", RTLD_LAZY); local
22 int (*pcre_config)(int, void *) = (int (*)(int, void *))dlsym(library, "pcre_config");
27 dlclose(library);
/macosx-10.10.1/llvmCore-3425.0.34/bindings/python/llvm/
H A Dobject.py436 def register_library(library):
437 """Register function prototypes with LLVM library instance."""
440 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer]
441 library.LLVMCreateObjectFile.restype = c_object_p
443 library.LLVMDisposeObjectFile.argtypes = [ObjectFile]
445 library.LLVMGetSections.argtypes = [ObjectFile]
446 library.LLVMGetSections.restype = c_object_p
448 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
450 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
451 library
[all...]
H A Dcore.py86 def register_library(library):
87 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
89 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
91 library.LLVMDisposeMemoryBuffer.argtypes = [MemoryBuffer]
H A Ddisassembler.py117 def register_library(library):
118 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int,
120 library.LLVMCreateDisasm.restype = c_object_p
122 library.LLVMDisasmDispose.argtypes = [Disassembler]
124 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
126 library.LLVMDisasmInstruction.restype = c_size_t
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Diwidgets.tcl.in24 variable library [file dirname [info script]]
27 lappend auto_path $iwidgets::library
30 if {[file isdirectory [file join $iwidgets::library $subdir]]} {
31 lappend auto_path [file join $iwidgets::library $subdir]
/macosx-10.10.1/Heimdal-398.1.2/tools/
H A Dkrb5-config.in40 library=krb5
76 library=krb5
79 library=gssapi
82 library=kadm-client
85 library=kadm-server
88 library=kafs
124 case $library in
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dloadtable.tcl3 # Ensures that the table library extension is loaded
38 set table(library) Tktable$::VERSION[info sharedlibextension]
40 set table(library) libTktable$::VERSION[info sharedlibextension]
45 && [catch {load [file join [pwd] $table(library)]} err]
46 && [catch {load [file join [pwd] .. unix $table(library)]} err]
47 && [catch {load [file join [pwd] .. win $table(library)]} err]
/macosx-10.10.1/MITKerberosShim-66/
H A Dkrb5-config40 library=krb5
80 library=krb5
83 library=gssapi
117 case $library in
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.c29 HMODULE library; local
34 // Try and load the IP helper library dll
35 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
40 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
45 FreeLibrary(library);
55 HMODULE library; local
61 // Try and load the IP helper library dll
62 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
67 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
72 FreeLibrary(library);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dsnit2.tcl20 # Define the snit namespace and save the library directory
23 set library [file dirname [info script]]
27 source [file join $::snit::library main2.tcl]
29 # Load the library of Snit validation types.
30 source [file join $::snit::library validate.tcl]
H A Dsnit.tcl20 # Define the snit namespace and save the library directory
23 set library [file dirname [info script]]
31 source [file join $::snit::library main1.tcl]
33 source [file join $::snit::library main1_83.tcl]
34 source [file join $::snit::library snit_tcl83_utils.tcl]
37 # Load the library of Snit validation types.
39 source [file join $::snit::library validate.tcl]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_which_command.rb35 assert_match %r%Can.t find ruby library file or shared library directory\n%,
51 assert_match %r%Can.t find ruby library file or shared library missinglib\n%,
65 assert_match %r%Can.t find ruby library file or shared library missinglib\n%,
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A DcvtEOL.tcl17 set dirs {unix mac generic win library compat tests unix/dltest \
18 library/demos library/demos/images bitmaps xlib xlib/X11 .}
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dwindlopen.c63 HMODULE library; member in struct:lib_list
68 int _sasl_locate_entry(void *library, argument
78 if(library == NULL) {
80 "no library in _sasl_locate_entry");
90 *entry_point = GetProcAddress(library, entryname);
104 static int _sasl_plugin_load(char *plugin, void *library, argument
111 result = _sasl_locate_entry(library, entryname, &entry_point);
123 /* loads a plugin library */
129 HINSTANCE library; local
139 if (!(library
252 void *library; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/
H A Dfiddle.rb30 # call-seq: dlopen(library) => Fiddle::Handle
32 # Creates a new handler that opens +library+, and returns an instance of
36 def dlopen library
37 Fiddle::Handle.new library
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dfind-func.el143 (defun find-library-suffixes ()
148 (defun find-library-name (library)
150 ;; If the library is byte-compiled, try to find a source library by
152 (if (string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)
153 (setq library (replace-match "" t t library)))
154 (or (locate-file library
156 (append (find-library
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/
H A Dchk.bdb45 if java -Djava.library.path=$DB_LIB_DIR \
58 if java -Djava.library.path=$DB_LIB_DIR \
/macosx-10.10.1/curl-83.1.2/curl/src/
H A DMakefile.Watcom168 @%append $(LINK_ARG) library ../lib/$(LIBNAME)_imp.lib
170 @%append $(LINK_ARG) library ../lib/$(LIBNAME).lib
171 @%append $(LINK_ARG) library wldap32.lib
173 @%append $(LINK_ARG) library '$(ZLIB_ROOT)/zlib.lib'
176 @%append $(LINK_ARG) library '$(LIBRTMP_ROOT)/librtmp/librtmp.lib'
177 @%append $(LINK_ARG) library winmm.lib
180 @%append $(LINK_ARG) library '$(LIBSSH2_ROOT)/win32/libssh2.lib'
183 @%append $(LINK_ARG) library '$(OPENSSL_ROOT)/out32/libeay32.lib'
184 @%append $(LINK_ARG) library '$(OPENSSL_ROOT)/out32/ssleay32.lib'
187 @%append $(LINK_ARG) library '
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/win/
H A Diwidgets.tcl24 variable library [file dirname [info script]]
28 lappend auto_path $iwidgets::library \
29 [file join $iwidgets::library generic] \
30 [file join $iwidgets::library scripts]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/
H A Dconfigure.in58 # stub library C source files to compile in TEA_ADD_STUB_SOURCES,
59 # and runtime Tcl library files in TEA_ADD_TCL_SOURCES.
72 TEA_ADD_TCL_SOURCES([library/aebuild.tcl library/aelegacy.tcl
73 library/aete.tcl library/oserrors.tcl])
97 # building as a shared library instead of a static library.
117 # Everyone should be linking against the Tcl stub library. If you
120 # link against the non-stubbed Tcl library
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/
H A Dpatch.mp5 set ipath [file join [file dirname [file dirname [info library]]] include]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/
H A Dchk.bdb61 java -Xcheck:jni -Djava.library.path=$DB_LIB_DIR -cp "$REQUIRED_JARS$CP_SEP$DB_JAR$CP_SEP./dbtest.jar" org.junit.runner.JUnitCore $1
68 if java -Xcheck:jni -Djava.library.path=$DB_LIB_DIR -cp "$REQUIRED_JARS$CP_SEP$DB_JAR$CP_SEP./dbtest.jar" org.junit.runner.JUnitCore $c ; then
/macosx-10.10.1/apr-32/apr-util/apr-util/
H A Dapu-config.in57 --libs print library information
58 --avoid-ldap do not include ldap library information with --libs
59 --ldap-libs print library information to link with ldap
60 --avoid-dbm do not include DBM library information with --libs
61 --dbm-libs print additional library information to link with DBM

Completed in 180 milliseconds

1234567891011>>