/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Version.py | 35 # 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 D | logging_p.h | 25 unsigned int versions; member in struct:log_file_desc
|
H A D | logging.c | 64 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 D | getopt1.c | 50 #include <gnu-versions.h>
|
H A D | getopt.c | 58 # include <gnu-versions.h>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | glob.t | 18 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 D | sort.pm | 102 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 D | FindBin.pm | 56 In former versions of FindBin there was no C<again> function. The
|
H A D | h2xs.t | 57 If you intend this module to be compatible with earlier perl versions, please
|
H A D | fields.pm | 218 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 D | MM_Unix.t | 192 my %versions = ( 199 while( my($code, $expect) = each %versions ) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | stat.pm | 86 and lstat() functions, replacing them with versions that return
|
H A D | Spec.pm | 232 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 D | Basename.pm | 67 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 D | protoent.pm | 66 versions that return "Net::protoent" objects. They take default
|
H A D | servent.pm | 68 getnetbyport() functions, replacing them with versions that return
|
H A D | hostent.pm | 78 gethostbyaddr() functions, replacing them with versions that return
|
H A D | netent.pm | 83 getnetbyaddr() functions, replacing them with versions that return
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
H A D | grent.pm | 65 and getgrnam() functions, replacing them with versions that return
|
/osnet-11/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 109 * 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 D | SelfStubber.pm | 147 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 D | PPPort.pm | 18 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 D | Expire.pm | 259 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 D | Fcntl.pm | 36 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 D | Util.pm | 218 With perl versions prior to 5.005 there are some cases where reduce
|