Searched refs:Version (Results 1 - 25 of 53) sorted by relevance

123

/osnet-11/usr/src/cmd/parted/
H A Dversion.h1 extern char const *Version;
H A Dversion.c2 char const *Version = "2.3"; variable
/osnet-11/usr/src/lib/libldap4/ber/
H A DVersion.c20 static char Version[] = " liblber.a v%VERSION% (%WHEN%)\n\t%WHOANDWHERE%\n"; variable
/osnet-11/usr/src/lib/libldap4/common/
H A DVersion.c20 static char Version[] = " libldap.a v%VERSION% (%WHEN%)\n\t%WHOANDWHERE%\n"; variable
H A Dversion.c20 static char Version[] = VERSIONNAME": libldap.a 4.0"; variable
/osnet-11/usr/src/cmd/sendmail/src/
H A Dversion.c18 char Version[] = "8.14.5+Sun"; variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dbase.t9 package No::Version;
14 package Test::Version;
16 use base qw(No::Version);
17 ::ok( $No::Version::VERSION =~ /set by base\.pm/, '$VERSION bug' );
20 package Has::Version;
22 BEGIN { $Has::Version::VERSION = '42' };
26 use base qw(Has::Version);
27 ::is( $Has::Version::VERSION, 42 );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/
H A Doption_l.t28 foreach (qw/L LIB Lib T Trace TRACE V Version VERSION/)
/osnet-11/usr/src/tools/onbld/Scm/
H A DMakefile32 Version.py \
H A DWorkSpace.py51 from onbld.Scm import Version namespace
57 if Version.at_least("1.2"):
69 if Version.at_least("1.6"):
75 if Version.at_least("1.9"):
406 if Version.at_least("1.7"):
580 if Version.at_least("1.9"):
582 elif Version.at_least("1.6"):
662 if Version.at_least("1.9"):
715 if Version.at_least("2.0"):
720 if Version
[all...]
H A DBackup.py64 import onbld.Scm.Version as Version namespace
66 if Version.at_least("1.9"):
68 elif Version.at_least("1.7"):
323 if Version.at_least("1.9"):
332 if Version.at_least("1.9"):
344 if Version.at_least("1.9"):
346 elif Version.at_least("1.7"):
718 if Version.at_least("1.3.0"):
/osnet-11/usr/src/lib/libldap4/misc/
H A Dldapsearchprefs.conf8 # Version should be 1 now
9 Version 1
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Mozilla Public License Version
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
39 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
41 * The contents of this file are subject to the Mozilla Public License Version
63 * either the GNU General Public License Version 2 or later (the "GPL"), or
64 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
77 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
79 * The contents of this file are subject to the Mozilla Public License Version
[all...]
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtopen.c6 * Common Public License, Version 1.0 *
23 static char* Version = "\n@(#)$Id: cdt (AT&T Research) 2005-04-20 $\0\n"; variable
38 Dt_t* dt = (Dt_t*)Version; /* shut-up unuse warning */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dbytes.pm22 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py94 from onbld.Scm import Version namespace
98 Version.check_version()
99 except Version.VersionMismatch, badversion:
100 raise util.Abort("Version Mismatch:\n %s\n" % badversion)
104 if Version.at_least("1.9"):
121 if Version.at_least("1.4"):
125 elif Version.at_least("1.3.0"):
164 if Version.at_least("1.9"):
218 if Version.at_least("1.3"):
258 if Version
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Include/
H A Dtest.ksh12 * Common Development and Distribution License, Version 1.0 only
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dinstall25 cat Version
91 if [[ ! -f "$loc/Version" ]]; then
/osnet-11/usr/src/lib/libldap4/
H A DMakefile.com69 UNUSEDLDAPOBJS = addentry.o kbind.o Version.o
70 UNUSEDBEROBJS = bprint.o Version.o
/osnet-11/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s9 / Common Development and Distribution License, Version 1.0 only
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h173 #define Version "version" macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm64 Version 1.30
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s13 / License Version 1.1 (the "License"); you may not use this file
32 / terms of the GNU General Public License Version 2 or later (the
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c6 * Common Public License, Version 1.0 *
30 static char* Version = "\n@(#)$Id: Vmalloc (AT&T Research) 2010-01-01 $\0\n"; variable
50 reg Vmuchar_t* addr = (Vmuchar_t*)Version; /* shut compiler warning */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm8 sub Version {$VERSION} subroutine

Completed in 129 milliseconds

123