Searched refs:versions (Results 1 - 25 of 69) sorted by relevance

123

/osnet-11/usr/src/tools/onbld/Scm/
H A DVersion.py35 # Mercurial >= 1.2 has util.version(), prior versions
53 # List of versions that are explicitly acceptable to us
62 def versionstring(versions):
63 '''return the list, versions, as a vaguely grammatical string'''
64 if len(versions) > 1:
65 return "%s or %s" % (', '.join(versions[0:-1]), versions[-1])
67 return versions[0]
106 # Pad our versions to the same overall length, appending 0's
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h25 unsigned int versions; member in struct:log_file_desc
H A Dlogging.c64 ver = chan->out.file.versions;
113 if (chan->out.file.versions) {
116 "log_open_stream: want versions but %s isn't a regular file",
598 const char *name, FILE *stream, unsigned int versions,
633 chan->out.file.versions = versions;
597 log_new_file_channel(unsigned int flags, int level, const char *name, FILE *stream, unsigned int versions, unsigned long max_size) argument
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt1.c50 #include <gnu-versions.h>
H A Dgetopt.c58 # include <gnu-versions.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dglob.t18 map { s/;.*$//; delete $files{lc($_)}; } split /[\n]/, `directory/noheading/notrailing/versions=1 [.op]`,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm102 In Perl versions 5.6 and earlier the quicksort algorithm was used to
135 change in later versions. If stability is important, be sure to
198 Scoping for this pragma may change in future versions.
H A DFindBin.pm56 In former versions of FindBin there was no C<again> function. The
H A Dh2xs.t57 If you intend this module to be compatible with earlier perl versions, please
H A Dfields.pm218 hash of the calling package, but this may change in future versions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Unix.t192 my %versions = (
199 while( my($code, $expect) = each %versions ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm86 and lstat() functions, replacing them with versions that return
H A DSpec.pm232 versions of this module ignored the volume of $base, which resulted in
262 versions of this module ignored the volume of $base, which resulted in
H A DBasename.pm67 C<@suffixlist>, you can remove file types or versions for examination.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm66 versions that return "Net::protoent" objects. They take default
H A Dservent.pm68 getnetbyport() functions, replacing them with versions that return
H A Dhostent.pm78 gethostbyaddr() functions, replacing them with versions that return
H A Dnetent.pm83 getnetbyaddr() functions, replacing them with versions that return
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm65 and getgrnam() functions, replacing them with versions that return
/osnet-11/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh109 * based on compatibility with the native Solaris versions of these
114 * Commands which are 100% compatible with native Solaris versions (/bin is
308 * based on compatibility with the native GNU coreutils versions of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm147 thinks are stubs - in order to ensure future versions of the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm18 features to older versions of Perl, so that you can worry less about
26 the reduced pollution of newer Perl versions is an important thing, so
41 be built using older versions of Perl.
241 * across differing versions of Perl itself, certain steps need to be taken.
250 * versions of Perl, please add a define before the inclusion of ppport.h
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm259 bug in some versions of Perl that will cause a spurious FETCH if the
361 versions of Memoize. The list is for announcements only, not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm36 applications the newer versions of these constants are suggested
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm218 With perl versions prior to 5.005 there are some cases where reduce

Completed in 80 milliseconds

123