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

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_DEPEND.main.d33 #pragma D depends_on library net.d
/illumos-gate/usr/src/lib/libumem/i386/
H A DMakefile33 TYPES=library standalone
/illumos-gate/usr/src/cmd/krb5/krb5-config/
H A Dkrb5-config.sh51 library=krb5
57 # Yes, we are sloppy, library specifications can come before options
88 library=krb5
170 if test $library = 'kdb'; then
172 library=krb5
175 if test $library = 'kadm_server'; then
177 library=kadm_common
180 if test $library = 'kadm_client'; then
182 library=kadm_common
185 if test $library
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c63 tlm_library_t *library; local
66 library = tlm_library(lib);
67 if (library != NULL &&
68 library->tl_drive_count == 0) {
76 * get the library whose number matches
81 tlm_library_t *library = tlm_info.ti_library; local
82 while (library != NULL) {
83 if (library->tl_number == lib) {
84 return (library);
86 library
99 tlm_library_t *library = tlm_library(lib); local
121 tlm_library_t *library = tlm_library(lib); local
326 tlm_library_t *library = ndmp_malloc(sizeof (tlm_library_t)); local
346 tlm_library_t *library = tlm_library(lib); local
369 tlm_library_t *library = tlm_library(lib); local
[all...]
/illumos-gate/usr/src/lib/libsaveargs/amd64/
H A DMakefile29 TYPES=library standalone
/illumos-gate/usr/src/lib/libumem/amd64/
H A DMakefile34 TYPES=library standalone
/illumos-gate/usr/src/lib/libumem/sparcv9/
H A DMakefile34 TYPES=library standalone
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dcuexit.s28 / C library -- exit
/illumos-gate/usr/src/lib/libdisasm/amd64/
H A DMakefile31 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/i386/
H A DMakefile30 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/sparc/
H A DMakefile30 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/sparcv9/
H A DMakefile31 TYPES=library standalone
/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
H A Dfc.d27 #pragma D depends_on library net.d
28 #pragma D depends_on library scsi.d
/illumos-gate/usr/src/lib/libsmedia/
H A DMakefile31 SUBDIRS = plugins library
48 @cd library; pwd; $(MAKE) $@
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dcuexit.s28 / C library -- exit
/illumos-gate/usr/src/lib/udapl/udapl_tavor/amd64/
H A Damd64.il28 / In-line functions for amd64 udapl library.
/illumos-gate/usr/src/lib/udapl/udapl_tavor/i386/
H A Di386.il28 / In-line functions for i386 udapl library.
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc55 off_t ran_off; /* library member at this offset */
160 static Boolean read_archive_dir(register Ar *arp, Name library, char **long_names_table);
204 append_string(member->body.member.library->string_mb,
218 if (open_archive(member->body.member.library->string_mb, &ar) == failed) {
228 member->body.member.library->string_mb,
233 if (read_archive_dir(&ar, member->body.member.library,
237 member->body.member.library->string_mb,
361 * read_archive_dir(arp, library, long_names_table)
369 * library Name of lib to enter members for.
377 read_archive_dir(register Ar *arp, Name library, cha argument
[all...]
H A Dfiles.cc65 static Name enter_file_name(wchar_t *name_string, wchar_t *library);
261 * read_dir(dir, pattern, line, library)
275 * library If we scan for "lib.a(<wildcard-member>)"
285 read_dir(Name dir, wchar_t *pattern, Property line, wchar_t *library) argument
356 file = enter_file_name(file_name, library);
553 * enter_file_name(name_string, library)
562 * library The library it is a member of, if any
567 enter_file_name(wchar_t *name_string, wchar_t *library) argument
574 if (library
[all...]
/illumos-gate/usr/src/lib/libsaveargs/
H A DMakefile.com29 # for use by kmdb and as a normal library. We use $(CURTYPE) to indicate the
37 # By default, we build the shared library. Construction of the standalone
39 TYPES= library
40 CURTYPE= library
79 # We want the thread-specific errno in the library, but we don't want it in
/illumos-gate/usr/src/lib/print/libpapi-common/
H A DMakefile.com28 OBJECTS = attribute.o common.o library.o list.o misc.o status.o uri.o
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh28 whocalls will audit all function bindings between <utility> and any library
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dlgrep.awk36 /: Warning: library -lkrb5 not found/ { next; }

Completed in 129 milliseconds

123