Searched refs:library (Results 26 - 50 of 117) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm78 This library is free software; you can redistribute it and/or modify it
H A DToXml.pm51 This library is free software; you can redistribute it and/or modify it
H A DToChecker.pm60 This library is free software; you can redistribute it and/or modify it
H A DToText.pm79 This library is free software; you can redistribute it and/or modify it
H A DToNroff.pm88 This library is free software; you can redistribute it and/or modify it
H A DToRtf.pm73 This library is free software; you can redistribute it and/or modify it
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk17 # THREADSAFE If you want the SQLite library to be safe for use within a
21 # THREADLIB Specify any extra linker options needed to make the library
33 # AR Tools used to build a static library.
37 # TCL library.
39 # LIBTCL Linker options needed to link against the TCL library.
42 # readline() library.
50 # build the SQLite library and testing tools.
57 # Object files for the SQLite library.
122 # Header files used by all library source files.
/osnet-11/usr/src/lib/libdtrace/common/
H A Dnfs.d26 #pragma D depends_on library ip.d
27 #pragma D depends_on library net.d
H A Discsit.d27 #pragma D depends_on library ip.d
28 #pragma D depends_on library net.d /* conninfo_t */
29 #pragma D depends_on library scsi.d /* scsicmd_t and iscsiinfo_t */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm150 library's gethostname(), C<`$Config{aphostname}`>, uname(2),
/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c40 * This is the library routines that do the name to address
73 void *tr_fd; /* dyn library handle */
117 * Adds a translator library to the xlate_list, but first check to see if
119 * We have to be careful for the case of the same library being loaded
123 * have accidentally reloaded the library. We dlclose the new version,
390 * This is the library routine to do transport specific stuff.
443 * This is the library routine for translating universal addresses to
502 * This is the library routine for translating transport specific
635 char *library; member in struct:xlate_list
643 * We maintain a list of libraries we have loaded. Loading a library
[all...]
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c50 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
51 * The top 16 bits of handle are the library index
56 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
61 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
62 (((library)<<16) | ((vendor)&0x0000FFFF))
155 * a vendor specific library function that might invoke a callback function
192 HBA_LIBRARY_STATUS status; /* info on this library */
247 HBA_LIBRARY_INFO *library; member in struct:hba_tgtadapter_info
263 * Common library internal. Mutex handling
389 adapt_infop->library
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c825 * This allows external routines to load from the same library */
832 * add library to loaded list
838 int sh_addlib(Shell_t *shp,void* library) argument
853 else if (liblist[n] == library)
858 else if ((initfn = (Iptr_t)dlllook(library, "lib_init")))
875 liblist[nlib++] = library;
880 int sh_addlib(Shell_t *shp,void* library) argument
899 void *library=0; local
956 if(!(library = dllplugin(SH_ID, arg, NiL, SH_PLUGIN_VERSION, &ver, RTLD_LAZY, path, sizeof(path))))
965 if(!(library
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL119 # Initialise \@dl_library_path with the 'standard' library path
301 $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
312 goto boot; #extension library has already been loaded, e.g. darwin
365 # or the perl library auto directories.
438 if (m:-l: ) { # convert -lname to appropriate library name
548 library function or supplying arguments. A C::DynaLib module
601 library/object that you wish to load.
611 library (F<auto/Socket/Socket.so>) contains references to many socket
613 will automatically know where to find the 'dependent' library (e.g.,
615 location of the dependent library explicitl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm258 C library, as a list in list context, or a space-separated string
259 in scalar context. Note that just because your C library had
274 vendor-provided C library was too short-sighted to realize it should
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm71 on mixed universe machines, may be in the bsd compat library,
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s35 / which represents the `standard' for the C-library.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemchr.s35 / which represents the `standard' for the C-library.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL91 Specify the base directory for finding library pods.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm55 This library, Class::ISA, provides functions that return that list --
133 This library is free software; you can redistribute it and/or modify
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE89 * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
126 * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
163 * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
201 * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
276 * The Original Code is the MPI Arbitrary Precision Integer Arithmetic library.
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h7 /* saslint.h - internal SASL library definitions
446 * SASL_NOTINIT if that part of the library isn't inited, and
514 * _sasl_locate_entry locates an entrypoint in a given library
527 extern int _sasl_locate_entry(void *library, const char *entryname,
537 extern int _sasl_locate_entry(void *library, const char *entryname,
739 extern int _sasl_auxprop_add_plugin(void *p, void *library);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm369 Output arguments for linking the Perl library and extensions to your
377 Output arguments for linking the Perl library and any extensions linked
427 found in B<$Config{libs}> and the first ModuleName.a library
/osnet-11/usr/src/grub/grub2/
H A Dgentpl.py442 def library(platform): function
555 return rules("library", library)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DEmbed.t79 warn $_[0] unless $_[0] =~ /No library found for .*perl/

Completed in 57 milliseconds

12345