Searched refs:VERSION (Results 1 - 25 of 1840) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/bootp/common/
H A Dpatchlevel.h4 #define VERSION "2.4" macro
/netbsd-current/external/bsd/flex/dist/src/
H A Dversion.h1 #define FLEX_VERSION VERSION
H A Dmkskel.sh35 VERSION=$3
36 case $VERSION in
40 set $VERSION
/netbsd-current/external/lgpl3/gmp/dist/
H A Dversion.c33 const char * const gmp_version = VERSION;
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dpatchlevel.h3 #define VERSION "2.4.9" macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/parse/
H A Dversionbug.s3 .VERSION "abc123"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dctxobj-v.c17 #ifndef VERSION
18 #error VERSION macro is not defined.
21 int this_version_num = VERSION;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dctxobj-v.c17 #ifndef VERSION
18 #error VERSION macro is not defined.
21 int this_version_num = VERSION;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dversion.c20 const char irs_version[] = VERSION;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dversion.c20 const char isc_version[] = VERSION;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dversion.c20 const char cfg_version[] = VERSION;
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D00-version.t6 if ($Text::Template::VERSION == 1.46) {
/netbsd-current/external/gpl2/gmake/dist/
H A Dversion.c28 char *version_string = VERSION;
/netbsd-current/external/bsd/ntp/dist/tests/sandbox/
H A Dut-2803.c7 #define VERSION 5 //change this to 5 and the test wont fail. macro
37 //VERSION defined at the top of the file
44 if(VERSION < 4 ){
56 if(VERSION < 4 ){
68 if(VERSION < 4 ){
/netbsd-current/external/bsd/flex/bin/
H A DMakefile18 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}
/netbsd-current/external/bsd/mdocml/
H A DMakefile.inc7 VERSION!= cd ${.PARSEDIR}/dist && ${MAKE} -V VERSION
8 CPPFLAGS+= -DVERSION=\"${VERSION}\" -I${DISTDIR}/../include
/netbsd-current/sys/dev/onewire/
H A Ddevlist2h.awk26 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
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DGlob.pm9 use vars qw($VERSION @ISA @EXPORT);
11 $VERSION = '0.1';
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DGlob.pm9 use vars qw($VERSION @ISA @EXPORT);
11 $VERSION = '0.1';
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dversion.c20 const char dns_version[] = VERSION;
/netbsd-current/external/gpl2/grep/dist/
H A DMakefile.cvs0 VERSION = $(shell cat configure.in |grep INIT_AUTOMAKE |sed -e 's/.*,//;s/^ //;s/.$$//' )
7 grep-$(VERSION).tar:
9 rm -rf /tmp/grep-$(VERSION) && cp -aR $(SRCDIR) /tmp/grep-$(VERSION) && cd /tmp/grep-$(VERSION) && make -f Makefile.cvs cvs-clean && make -f Makefile.cvs && rm -rf autom4te.cache && (find . -type d -name CVS |xargs rm -rf) && cd .. && tar chf $(SRCDIR)/grep-$(VERSION).tar grep-$(VERSION)
11 grep-$(VERSION).tar.bz2: grep-$(VERSION).tar
12 bzip2 -9f grep-$(VERSION)
[all...]
/netbsd-current/external/mit/libuv/
H A Dmkpc10 VERSION="$(getversion $1)"
11 echo ${VERSION} 1>&2
13 cat << EOF | sed -e s/@VERSION@/${VERSION}/
21 Version: @VERSION@
/netbsd-current/external/bsd/pdisk/dist/
H A Dversion.h35 * TO ADJUST THE VERSION - change the following six macros.
50 #define VERSION "0.8a2" macro
/netbsd-current/external/bsd/bc/dist/
H A Dwarranty.c51 printf("%s %s\n%s\n", PACKAGE, VERSION, BC_COPYRIGHT);
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dversion.c26 const char isc_version[] = VERSION;

Completed in 177 milliseconds

1234567891011>>