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

12345

/osnet-11/usr/src/lib/libumem/i386/
H A DMakefile33 TYPES=library standalone
/osnet-11/usr/src/lib/libdisasm/i386/
H A DMakefile29 TYPES=library standalone
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dcuexit.s28 / C library -- exit
/osnet-11/usr/src/lib/libsmedia/
H A DMakefile27 STUBSUBDIRS = library
28 SUBDIRS = plugins library
49 @cd library; pwd; $(MAKE) $@
/osnet-11/usr/src/lib/libdisasm/amd64/
H A DMakefile30 TYPES=library standalone
/osnet-11/usr/src/lib/libdisasm/sparc/
H A DMakefile29 TYPES=library standalone
/osnet-11/usr/src/lib/libdisasm/sparcv9/
H A DMakefile30 TYPES=library standalone
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dcuexit.s28 / C library -- exit
/osnet-11/usr/src/lib/libumem/amd64/
H A DMakefile30 TYPES=library standalone
/osnet-11/usr/src/lib/libumem/sparcv9/
H A DMakefile30 TYPES=library standalone
/osnet-11/usr/src/lib/udapl/udapl_tavor/amd64/
H A Damd64.il28 / In-line functions for amd64 udapl library.
/osnet-11/usr/src/lib/udapl/udapl_tavor/i386/
H A Di386.il28 / In-line functions for i386 udapl library.
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c152 return "Generic shared library error";
167 void *library; member in struct:lib_list
178 int _sasl_locate_entry(void *library, const char *entryname, argument
198 if(!library) {
201 "no library in _sasl_locate_entry");
219 *entry_point = dlsym(library, adj_entryname);
239 char *plugin, void *library,
244 static int _sasl_plugin_load(char *plugin, void *library,
252 result = _sasl_locate_entry(library, entryname, &entry_point);
380 /* loads a plugin library */
238 _sasl_plugin_load(_sasl_global_context_t *gctx, char *plugin, void *library, const char *entryname, int (*add_plugin)(_sasl_global_context_t *gctx, const char *, void *)) argument
395 void *library; local
454 release_plugin(_sasl_global_context_t *gctx, void *library) argument
653 void *library; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DLiblist.t32 unlike( $out[2], qr/-ln0tt43r3_perl/, 'bogus library not added' );
35 is( grep(/\QNote (probably harmless): No library found for \E(-l)?n0tt43r3_perl/, map { @$_ } @warn), 1 ) || diag Dumper @warn;
/osnet-11/usr/src/lib/libdisasm/
H A DMakefile.com27 # for use by kmdb and as a normal library. We use $(CURTYPE) to indicate the
30 # The SPARC library is built from the closed gate. This Makefile is shared
38 # By default, we build the shared library. Construction of the standalone
40 TYPES= library
41 CURTYPE= library
99 # We want the thread-specific errno in the library, but we don't want it in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL49 library files to Perl5-style library modules. Usually, your old .pl
51 plan to update your library to use some of the newer Perl 5 features,
/osnet-11/usr/src/lib/libdtrace/common/
H A Dndmp.d25 #pragma D depends_on library net.d
H A Dfc.d27 #pragma D depends_on library net.d
28 #pragma D depends_on library scsi.d
H A Dsmb.d26 #pragma D depends_on library ip.d
27 #pragma D depends_on library net.d
H A Dsrp.d27 #pragma D depends_on library net.d
28 #pragma D depends_on library scsi.d
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm43 Makefile. Extra library paths may be included with the form
61 library. See EXTRALIBS below.
85 library when created using ld. These may be static or dynamic
88 that links the shared library.
111 Input library and path specifications are accepted with or without the
114 a directory, and a library to search for otherwise. Authors who wish
128 For each library that is found, an appropriate directive for a linker options
141 In addition, an attempt is made to recognize several common Unix library
164 For each library that is found, a space-separated list of fully qualified
165 library pathname
[all...]
/osnet-11/usr/src/lib/libumem/
H A DMakefile.com28 # for use by kmdb and as a normal library. We use $(CURTYPE) to indicate the
36 # By default, we build the shared library. Construction of the standalone
38 TYPES = library
39 CURTYPE = library
45 # Files specific to the library version of libumem
131 # We want the thread-specific errno in the library, but we don't want it in
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist121 83 Can not access a needed shared library
122 84 Accessing a corrupted shared library
125 87 Can not exec a shared library directly
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c117 "library", OPT_LIBRARY,
363 char* library; local
399 library = 0;
401 else if ((library = strchr(catalog, ':')) && !*++library)
402 library = 0;
407 library = 0;
426 if (!library)
467 library,
468 ERROR_translate(NiL, NiL, ast.id, "library"));
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm91 library is free software; you can redistribute it and/or modify it under

Completed in 91 milliseconds

12345