Searched refs:library (Results 51 - 75 of 117) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL180 'shared', # Create a shared library (--shared for compat.)
413 warn "$0: Will not create a shared library for bytecode\n";
633 =item -LI<library directories>
635 Adds the given directories to the library search path when C code is
H A Dh2ph.PL760 architecture dependent library directory. You can specify a different
772 beneath the default Perl library location (C<$Config{'installsitsearch'}>).
H A Dperlivp.PL139 print "## Checking roots of the Perl library directory tree via variable `\@INC'.\n" if $opt{'p'};
431 Likely to occur for a perl library tree that was not properly installed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm212 This library is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm28 your C library it is used to implements getpos, else perl emulates getpos
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm98 This library is free software; you can redistribute it and/or
H A DBase64.pm137 This library is free software; you can redistribute it and/or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm151 This library is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToMan.pm163 This library is free software; you can redistribute it and/or modify it
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s35 / which represents the `standard' for the C-library.
H A Dstrncat.s36 / which represents the `standard' for the C-library.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s35 / which represents the `standard' for the C-library.
H A Dstrncat.s36 / which represents the `standard' for the C-library.
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c3 * HBAAPILIB.c - Implements a sample common (wrapper) HBA API library
53 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
54 * The top 16 bits of handle are the library index
59 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
64 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
65 (((library)<<16) | ((vendor)&0x0000FFFF))
158 * a vendor specific library function that might invoke a callback function
175 * Vendor library information
194 HBA_LIBRARY_STATUS status; /* info on this library */
219 HBA_LIBRARY_INFO *library; member in struct:hba_adapter_info
[all...]
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c4 * HBAAPILIB.c - Implements a sample common (wrapper) HBA API library
34 * both HBAAPI and SM-HBA through the same library.
89 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
90 * The top 16 bits of handle are the library index
95 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
100 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
101 (((library)<<16) | ((vendor)&0x0000FFFF))
194 * a vendor specific library function that might invoke a callback function
211 * Vendor library information
242 HBA_LIBRARY_STATUS status; /* info on this library */
298 HBA_LIBRARY_INFO *library; member in struct:hba_adapter_info
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm828 # library with same name. The workaround prefers to drop nothing
1090 And to check the sequence in which the library directories are
1229 directory tree or from the installed perl library. The recommended way
1249 of the perl library. The other variables default to the following:
1593 Directory where we put library files of this extension while building
1620 shared library suitable for dynamic loading. It is up to the makefile
1646 An anonymous array of alternative library
1648 at least one library is found. E.g.
1706 If the extension links to a library that it builds set this to the
1707 name of the library (se
[all...]
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh99 : check the math library
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm230 The simplest way to use this library is to import the md5_hex()
317 This library is free software; you can redistribute it and/or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm211 This library is free software; you can redistribute it and/or modify
H A DUtil.pm381 This library is free software; you can redistribute it and/or modify
H A DPretty.pm301 This library is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm929 while logging the message. (The GNU C library does not create a child
1036 C<"native"> - use the native C functions from your C<syslog(3)> library
1414 L<http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=man&fname=3c+syslog>
1443 L<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wes/wes/windows_event_log.asp>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL477 This library is free software; you may redistribute it and/or modify
495 of a C library. Documentation of object-oriented libraries or modules may
497 parts of the library and save the DESCRIPTION section for an overview; other
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm279 This module is based on a Perl 4 library, timelocal.pl, that was
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsprintf.t128 >%.0f< >-0.1< >-0< >C library bug: no minus on VMS, HP-UX<

Completed in 54 milliseconds

12345