Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c63 tlm_library_t *library; in tlm_library_count() local
67 if (library != NULL && in tlm_library_count()
82 while (library != NULL) { in tlm_library()
84 return (library); in tlm_library()
86 library = library->tl_next; in tlm_library()
101 if (library == NULL) { in tlm_drive()
104 drive = library->tl_drive; in tlm_drive()
123 if (library != NULL) in tlm_slot()
124 slot = library->tl_slot; in tlm_slot()
335 *p_library = library; in tlm_insert_new_library()
[all …]
/illumos-gate/exception_lists/
H A Dpackaging.deps12 pkg:/library/expat
13 pkg:/library/glib2
14 pkg:/library/libxml2
15 pkg:/library/nspr
16 pkg:/library/security/openssl
17 pkg:/library/security/openssl-10
19 pkg:/library/security/openssl-3
21 pkg:/library/security/trousers
22 pkg:/library/zlib
35 pkg:/system/library/dbus
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c166 void *library; member
197 if(!library) { in _sasl_locate_entry()
394 void *library; in _sasl_get_plugin() local
428 dlclose(library); in _sasl_get_plugin()
433 newhead->library = library; in _sasl_get_plugin()
443 *libraryptr = library; in _sasl_get_plugin()
464 if (library == libptr->library) { in release_plugin()
465 if(libptr->library) in release_plugin()
467 dlclose(libptr->library); in release_plugin()
652 void *library; in _sasl_load_plugins() local
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc228 member->body.member.library->string_mb, in read_archive()
237 member->body.member.library->string_mb, in read_archive()
400 (void) mbstowcs(name_string, library->string_mb, (int) library->hash.length); in read_archive_dir()
440 name->is_member = library->is_member; in read_archive_dir()
442 member->body.member.library = library; in read_archive_dir()
469 library->string_mb, in read_archive_dir()
505 name->is_member = library->is_member; in read_archive_dir()
507 member->body.member.library = library; in read_archive_dir()
517 library->string_mb); in read_archive_dir()
530 library->string_mb); in read_archive_dir()
[all …]
/illumos-gate/usr/src/cmd/krb5/krb5-config/
H A Dkrb5-config.sh41 library=krb5
78 library=krb5
81 library=gssapi
155 if test $library = 'gssapi'; then
157 library=krb5
160 if test $library = 'krb5'; then
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles34 you must do as a shared library developer if you:
39 2. Update an interface in an existing library
45 existing library
46 3. Introduce a new library
83 for the library:
135 the library containing the set of symbols exposed by the library to
249 version of the library.
448 library
453 interfaces to another library. Instead, use ILLUMOS_0.1 for a new library,
460 6.0 Introducing a new library
[all …]
H A DREADME.Makefiles41 lib/<library>/Makefile:
48 lib/<library>/Makefile.com
55 lib/<library>/<isa>/Makefile
99 Install all library header files into the proto area.
100 Can be omitted if your library has no header files.
105 Can be omitted if your library has no header files.
322 when building your library.
349 `$(DYNLIB)' so that a dynamic library is built.
351 If your library needs to be built as a static library (typically
375 relative to your library's <isa> directory.
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in52 WARNING:libxgl:gettext("calls libxgl graphics library"):libxgl.so.3|*|*DIRECT*:
54 WARNING:libxil:gettext("calls libxil imaging library"):libxil.so.1|*|*DIRECT*:
56 WARNING:libkrb:gettext("calls libkrb kerberos library"):libkrb.so.1|*|*DIRECT*:
58 WARNING:libauth:gettext("calls libauth library"):libauth.so.1|*|*DIRECT*:
60 WARNING:libdevfsevent:gettext("calls libdevfsevent library"):libdevfsevent.so.1|*|*DIRECT*:
62 WARNING:libdhcp:gettext("calls libdhcp.so.2 library"):libdhcp.so.2|*|*DIRECT*:
64 WARNING:libami:gettext("calls libami library"):libami.so.1|*|*DIRECT*,libami-global.so.1|*|*DIRECT*:
76 WARNING:libldap.so.3:gettext("calls obsolete LDAP library libldap.so.3"):libldap.so.3|*|*DIRECT*:
78 WARNING:libldap.so.4:gettext("calls obsolete LDAP library libldap.so.4"):libldap.so.4|*|*DIRECT*:
84 WARNING:libkcs:gettext("calls KCMS library libkcs.so.1"):libkcs.so.1|*|*DIRECT*:
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisuse.test12 # This file implements regression tests for SQLite library.
82 } {1 {library routine called out of sequence}}
85 } {21 {library routine called out of sequence}}
90 } {1 {library routine called out of sequence}}
111 } {1 {library routine called out of sequence}}
114 } {21 {library routine called out of sequence}}
119 } {1 {library routine called out of sequence}}
140 } {1 {library routine called out of sequence}}
143 } {21 {library routine called out of sequence}}
148 } {1 {library routine called out of sequence}}
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl645 my ($library, $abi) = @_;
653 if (exists($model_loaded{"$library|$abi"})) {
656 } elsif ($model_loaded{"$library|$abi"}) {
669 my $tweaks = load_tweaks($library, $abi);
671 $model_loaded{"$library|$abi"} = $ok;
673 $model_loaded{"$library|$abi"} = '__FAILED__';
737 my ($library, $abi) = @_;
764 if (! -f $library) {
775 if ($library =~ /'/) {
798 my $libbase = basename($library);
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING45 with the library after making changes to the library and recompiling
50 permission to copy, distribute and/or modify the library.
53 there is no warranty for the free library. Also, if the library is
79 the library.
111 "work based on the library" and a "work that uses the library". The
113 be combined with the library in order to run.
140 and installation of the library.
167 a) The modified work must itself be a software library.
225 the Library into a program that is not a library.
334 Library side-by-side in a single library together with other library
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dnfssrv.d27 #pragma D depends_on library ip.d
28 #pragma D depends_on library net.d
29 #pragma D depends_on library nfs.d
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-storage-fibre-channel-fc-fabric.p5m27 set name=pkg.summary value="fp cfgadm plug-in library"
28 set name=pkg.description value="Provides the fp plug-in library of libcfgadm."
50 legacy pkg=SUNWcfpl desc="Provides the fp plug-in library of libcfgadm." \
51 name="fp cfgadm plug-in library"
53 desc="Provides support for fp plug-in library of libcfgadm." \
54 name="fp cfgadm plug-in library (root)"
H A Dservice-storage-removable-media.p5m29 set name=pkg.summary value="Storage media management library"
30 set name=pkg.description value="Storage media management library"
58 legacy pkg=SUNWsmedia desc="Storage media management library" \
59 name="Storage media management library"
60 legacy pkg=SUNWsmediar desc="Storage media management library (Root)" \
61 name="Storage media management library (Root)"
H A Dsystem-library-storage-libmpscsi_vhci.p5m32 set name=pkg.fmri value=pkg:/system/library/storage/libmpscsi_vhci@$(PKGVERS)
33 set name=pkg.summary value="Sun MP API library for the scsi_vhci driver"
35 value="SNIA MP API plugin library for the scsi_vhci driver"
46 desc="SNIA MP API plugin library for the scsi_vhci driver (Root)" \
47 name="Sun MP API library for the scsi_vhci driver (Root)"
H A Dsystem-library-storage-ima-header-ima.p5m26 set name=pkg.fmri value=pkg:/system/library/storage/ima/header-ima@$(PKGVERS)
29 value="SNIA iSCSI Managment API common library for iSCSI adapters"
46 desc="SNIA iSCSI Managment API common library for iSCSI adapters" \
49 desc="SNIA iSCSI Managment API common library for iSCSI adapters (Root)" \
55 depend type=require fmri=system/library/storage/ima
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt17 It is meant to be a small - and simple - library. Scanty and meager,
39 use, there are no "partial results". The library completely parses one
48 This means that a user of the library will literally just need to do
60 library doesn't need any more setup, and once done does not impose any
62 parse tree that got built up, and needs not worry about the library ever
67 The library also contains (as an example user) a few clients that do the
69 results. These clients were done to verify and debug the library, and
/illumos-gate/usr/src/tools/smatch/src/
H A DREADME18 It is meant to be a small - and simple - library. Scanty and meager,
40 use, there are no "partial results". The library completely parses one
49 This means that a user of the library will literally just need to do
61 library doesn't need any more setup, and once done does not impose any
63 parse tree that got built up, and needs not worry about the library ever
68 The library also contains (as an example user) a few clients that do the
70 results. These clients were done to verify and debug the library, and
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown12 ## Can a line editing library be 20k lines of code?
23library: is it *really* needed for a line editing library to be 20k lines of code? Apparently not,…
27 …tried to write a lib using just very basic VT100 features. The resulting library appears to work e…
30 The library is currently about 1100 lines of code. In order to use it in your project just look at …
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES3 (1) The preprocessor is centered around the libpp.a library. This
4 library provides a tokenizing implementation of the preprocessing
5 stages of ANSI standard C. The same library is used to construct
7 that, compiled with the library, eliminates the need for a
9 can use this library, providing a common interface to C language
16 (by the standalone cpp library wrapper) as an initialization step.
/illumos-gate/usr/src/lib/libsaveargs/
H A DMakefile.targ44 install.library.targ: all.library $(INSTALL_DEPS_library)
47 all.library.targ: $(LIBS)
/illumos-gate/usr/src/lib/libumem/
H A DMakefile.targ37 install.library: all.library $(INSTALL_DEPS_library)
45 all.library.targ: $(LIBS)
/illumos-gate/usr/src/lib/libelfsign/
H A DREADME27 Note that this library does not have a spec file.
29 There are no interfaces in this library that are public so an abi_
30 library for appcert and friends doesn't make any sense. If the APIs
34 A 64 bit version of this library does not exist.
/illumos-gate/usr/src/lib/libdisasm/
H A DMakefile.targ44 install.library.targ: all.library $(INSTALL_DEPS_library)
47 all.library.targ: $(LIBS)
/illumos-gate/usr/src/contrib/zlib/
H A DREADME3 zlib 1.2.12 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
9 All functions of the compression library are documented in the file zlib.h
11 of the library is given in the file test/example.c which also tests that
12 the library is working correctly. Another example is given in the file
13 test/minigzip.c. The compression library itself is composed of all source
47 http://docs.python.org/library/zlib.html .
108 If you use the zlib library in a product, we would appreciate *not* receiving
110 warranty of any kind. The library has been entirely written by Jean-loup

12345678910>>...17