Searched refs:library (Results 76 - 100 of 117) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm525 specific library directory ($Config{installarchlib}) and it checks the
H A Dconfig_h.SH1074 * the GNU C library is being used. A better check is to use
1355 * library files for $package. It is most often a local directory
1396 * binary to search for additional library files or modules.
1417 * This symbol contains the name of the private library for this package.
1418 * The library is private in the sense that it needn't be in anyone's
1430 * This symbol contains the name of the private library for this package.
1431 * The library is private in the sense that it needn't be in anyone's
1448 * This symbol contains the name of the private library for this package.
1449 * The library is private in the sense that it needn't be in anyone's
1472 * If defined, this symbol contains the name of a private library
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm342 http://msdn.microsoft.com/en-us/library/ms533046.aspx
525 This library is free software; you can redistribute it and/or modify
H A DPush.pm311 This library is free software; you can redistribute it and/or modify
H A DCarp.pm320 This library is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm499 want to include this file in the library. Otherwise it returns the
781 PERL_ARCHIVE_AFTER: path to a library which should be put on the
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c239 /* we got the module section. Get the library name from the module */
345 native compiler has trouble building the library because of
505 /* close the library */
529 char *library = NULL; local
540 library = kdb_get_library_name(kcontext);
541 if (library == NULL) {
546 status = kdb_find_library(kcontext, library, &lib);
554 free(library);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c425 /* call into the shared library asking for information about it */
1137 * make much [any] sense to delay in the static library case) */
1691 * (library handles freeing this string)
1786 void *library = NULL;
1794 &library);
1797 result = _sasl_locate_entry(library, "sasl_server_plug_init",
1834 /* The library will eventually be freed, don't sweat it */
1935 * (library handles freeing this)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1980 rewritten to use library modules for core math routines. Any module which
2089 So the library needs only to deal with unsigned big integers. Testing of input
2115 This way you ensure that your library really works 100% within Math::BigInt.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm313 This library is free software; you can redistribute it and/or
H A Dbigint.pm253 Currently there is no way to specify more than one library on the command
H A DTest.pm734 L<Test::Builder> for building your own testing library.
736 L<Test::Unit> is an interesting XUnit-style testing library.
H A DPerlIO.pm74 got straight to the operating system via the C library as usual.
H A Dbignum.pm329 Currently there is no way to specify more than one library on the command
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL65 the library path determined by Configure. That path can be augmented
66 by including arguments of the form B<-L/another/library/path> in the
319 # Makefile.PL will look for library -lrpc in
559 extension, e.g. -lm would try to link in the math library.
1242 This library is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm53 This library provides functions for common tasks involving language
791 This library is free software; you can redistribute it and/or
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsendmail.h148 ERROR README: -DSASL (SASL) does not agree with the version of the CYRUS_SASL library (SASL_VERSION)
154 ERROR README: please set -DSASL to the version of the CYRUS_SASL library
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm157 Specify the base directory for finding library pods.
282 @Podpath = (); # list of directories containing library pods.
636 --podpath - colon-separated list of directories containing library
H A DFunctions.pm298 require Modules load in external functions from a library at runtime
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm198 the stdio library, while Perl prefers the new perlio subsystem instead.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm135 source distribution (and installed into the perl library).
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1542 * In addition, no versioning is currently provided for types as our .d library
1766 * Go through all the library files, and, if any library dependencies exist for
1778 char *library = dld->dtld_library; local
1787 "Invalid library dependency in %s: %s\n",
1794 library)) != 0) {
1832 dt_dprintf("library %s sorted (%d/%d)\n", new->dtld_library,
1918 * Open all of the .d library files found in the specified directory and
1922 * compile a library and the error is something other than #pragma D depends_on.
1923 * Dependency errors are silently ignored to permit a library director
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm110 For compatibility with popular C library functions, Perl implementations of
1639 with common tempfile generation C library functions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm2569 # GMP library is not installed):
2768 lib Name of the low-level math library
2770 lib_version Version of low-level math library (see 'lib')
3621 See the respective math library module documentation for further details.
3779 You can use an alternative library to drive Math::BigInt via:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1496 use multiple directories to search for library files:
1498 --library lib/stdlib --library lib/extlib
1503 GetOptions ("library=s" => \@libfiles);
1509 GetOptions ("library=s@" => \$libfiles);
1520 GetOptions ("library=s" => \@libfiles);

Completed in 117 milliseconds

12345