HomeSort by: relevance | last modified time | path
    Searched refs:VERSION (Results 1 - 25 of 1428) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.sbin/bootp/common/
patchlevel.h 4 #define VERSION "2.4"
  /src/external/bsd/flex/dist/src/
version.h 1 #define FLEX_VERSION VERSION
mkskel.sh 25 echo 'Usage: mkskel.sh srcdir m4 version' >&2
35 VERSION=$3
36 case $VERSION in
37 *[!0-9.]*) echo 'Invalid version number' >&2; exit 1;;
40 set $VERSION
  /src/external/lgpl3/gmp/dist/
version.c 1 /* gmp_version -- version number compiled into the library.
11 Software Foundation; either version 3 of the License, or (at your
12 option) any later version.
17 Foundation; either version 2 of the License, or (at your option) any
18 later version.
33 const char * const gmp_version = VERSION;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ctxobj-v.c 6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
17 #ifndef VERSION
18 #error VERSION macro is not defined.
21 int this_version_num = VERSION;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ctxobj-v.c 6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
17 #ifndef VERSION
18 #error VERSION macro is not defined.
21 int this_version_num = VERSION;
  /src/external/mpl/dhcp/bind/dist/lib/irs/
version.c 1 /* $NetBSD: version.c,v 1.1 2024/02/18 20:57:47 christos Exp $ */
18 #include <irs/version.h>
20 const char irs_version[] = VERSION;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
version.c 1 /* $NetBSD: version.c,v 1.1 2024/02/18 20:57:51 christos Exp $ */
18 #include <isc/version.h>
20 const char isc_version[] = VERSION;
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
version.c 1 /* $NetBSD: version.c,v 1.1 2024/02/18 20:57:58 christos Exp $ */
18 #include <isccfg/version.h>
20 const char cfg_version[] = VERSION;
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
00-version.t 6 if ($Text::Template::VERSION == 1.46) {
  /src/external/bsd/ntp/dist/tests/sandbox/
ut-2803.c 7 #define VERSION 5 //change this to 5 and the test wont fail.
37 //VERSION defined at the top of the file
44 if(VERSION < 4 ){
56 if(VERSION < 4 ){
68 if(VERSION < 4 ){
  /src/external/gpl2/gmake/dist/
version.c 1 /* Record version and build host architecture for GNU make.
9 Foundation; either version 2, or (at your option) any later version.
28 char *version_string = VERSION;
34 version-control: never
  /src/external/bsd/flex/bin/
Makefile 18 CPPFLAGS+=-I. -I${.CURDIR} -DVERSION=\"${VERSION}\"
60 -DFLEX_MAJOR_VERSION=`echo ${VERSION} | cut -f 1 -d .` \
61 -DFLEX_MINOR_VERSION=`echo ${VERSION} | cut -f 2 -d .` \
62 -DFLEX_SUBMINOR_VERSION=`echo ${VERSION} | cut -f 3 -d .` | \
64 ${HOST_SH} ${IDIST}/mkskel.sh ${IDIST} ${TOOL_M4} ${VERSION} > ${.TARGET}
  /src/sys/dev/onewire/
devlist2h.awk 26 VERSION = $0
27 gsub("\\$", "", VERSION)
31 " *\n * Generated from:\n *\t%s\n */\n\n", VERSION) > hfile
34 " *\n * Generated from:\n *\t%s\n */\n\n", VERSION) > dfile
  /src/external/mpl/dhcp/bind/dist/lib/dns/
version.c 1 /* $NetBSD: version.c,v 1.1 2024/02/18 20:57:34 christos Exp $ */
18 #include <dns/version.h>
20 const char dns_version[] = VERSION;
  /src/external/mit/libuv/
mkpc 6 (echo '#include "uv/version.h"';
10 VERSION="$(getversion $1)"
11 echo ${VERSION} 1>&2
13 cat << EOF | sed -e s/@VERSION@/${VERSION}/
21 Version: @VERSION@
  /src/external/bsd/bc/dist/
warranty.c 46 /* Print out the version information. */
51 printf("%s %s\n%s\n", PACKAGE, VERSION, BC_COPYRIGHT);
  /src/external/bsd/pdisk/dist/
version.h 2 * version.h - version number for pdisk program
35 * TO ADJUST THE VERSION - change the following six macros.
37 * A version is of the form: N.M{.X}{yZ}
39 * N is two digits indicating the major version
47 * version will be be represented by a larger number.
50 #define VERSION "0.8a2"
  /src/sys/external/bsd/gnu-efi/dist/
Makefile 37 VERSION = 3.0.14
102 @echo "you need to use a version of gcc >= 3.0, you are using `$(CC) --version`"
109 @rm -rf /tmp/gnu-efi-$(VERSION) /tmp/gnu-efi-$(VERSION)-tmp
110 @mkdir -p /tmp/gnu-efi-$(VERSION)-tmp
111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
112 @git diff | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; patch -s -p1 -b -z .gitdiff )
113 @mv /tmp/gnu-efi-$(VERSION)-tmp/ /tmp/gnu-efi-$(VERSION)/
    [all...]
  /src/sys/dev/acpi/
devlist2h.awk 36 VERSION = $0
37 gsub("\\$", "", VERSION)
38 gsub(/ $/, "", VERSION)
46 printf(" *\t%s\n", VERSION) > dfile
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Glob.pm 9 use vars qw($VERSION @ISA @EXPORT);
11 $VERSION = '0.1';
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Glob.pm 9 use vars qw($VERSION @ISA @EXPORT);
11 $VERSION = '0.1';
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Glob.pm 9 use vars qw($VERSION @ISA @EXPORT);
11 $VERSION = '0.1';
  /src/crypto/external/apache2/openssl/
mkpc 8 VERSION="$(getversion $1)"
10 sed -e "s/@VERSION@/${VERSION}/g" < "$2"
43 Version: ${VERSION}
  /src/crypto/external/bsd/openssl/
mkpc 8 VERSION="$(getversion $1)"
10 sed -e "s/@VERSION@/${VERSION}/g" < "$2"
43 Version: ${VERSION}

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>