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

12345678910

/freebsd-9.3-release/libexec/bootpd/
H A Dpatchlevel.h7 #define VERSION "2.4" macro
/freebsd-9.3-release/tools/tools/cxgbtool/
H A Dversion.h29 #define VERSION "1.16f" macro
/freebsd-9.3-release/contrib/opie/libopie/
H A Dversion.c25 printf("\nOPIE %s (%s)\n\n", VERSION, DATE);
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A Dut-2803.c5 #define VERSION 5 //change this to 5 and the test wont fail. macro
35 //VERSION defined at the top of the file
42 if(VERSION < 4 ){
54 if(VERSION < 4 ){
66 if(VERSION < 4 ){
/freebsd-9.3-release/contrib/ofed/management/
H A Dmake.dist77 VERSION=`grep "AC_INIT.*$target" $target/configure.in | cut -f 2 -d ',' | sed -e 's/ //g'`
80 if [ -f $TMPDIR/$target-$VERSION.tar.gz ]; then
81 echo "Target $target-$VERSION.tar.gz already exists, please update the version on"
85 if [ ! -z "`git tag -l $target-$VERSION`" ]; then
86 echo "A git tag already exists for $target-$VERSION. Please change the version"
98 git tag -s -m "Auto tag by make.dist on release tarball creation" $target-$VERSION
100 git tag -u "$2" -m "Auto tag by make.dist on release tarball creation" $target-$VERSION
103 git tag -a -m "Auto tag by make.dist on release tarball creation" $target-$VERSION
107 git_rev=`./gen_ver.sh $target | sed -e 's/^'$VERSION'_//'`
108 if [ "$git_rev" = "$VERSION" ] ; the
[all...]
/freebsd-9.3-release/crypto/heimdal/packages/debian/scripts/
H A Dconvert_source4 VERSION="$2"
5 DST="heimdal_$VERSION.dfsg.1.orig.tar.gz"
6 SRC_DIR="heimdal-$VERSION"
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dversion.c24 const char bind9_version[] = VERSION;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dversion.c24 const char dns_version[] = VERSION;
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dversion.c23 const char irs_version[] = VERSION;
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dversion.c24 const char isccc_version[] = VERSION;
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dversion.c24 const char cfg_version[] = VERSION;
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dversion.c24 const char lwres_version[] = VERSION;
/freebsd-9.3-release/contrib/top/
H A Dversion.c20 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
H A Dtop.h11 #define VERSION 3 macro
/freebsd-9.3-release/tools/regression/kqueue/
H A Dconfig.h11 #define VERSION "0.1" macro
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dversion.c24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/freebsd-9.3-release/usr.sbin/pc-sysinstall/conf/
H A Dpc-sysinstall.conf81 VERSION="`cat /PCBSDVERSION`"
83 VERSION="UNKNOWN"
86 MIRRORLIST="${NETSERVER}/mirrors-netinstall.php?ver=${VERSION}&arch=${ARCH}"
/freebsd-9.3-release/contrib/openbsm/
H A DMakefile.am27 VERSION
/freebsd-9.3-release/gnu/lib/libgomp/
H A Dconfig.h109 #define VERSION "1.0" macro
/freebsd-9.3-release/gnu/lib/libssp/
H A Dconfig.h87 #define VERSION "1.0" macro
/freebsd-9.3-release/lib/libelf/
H A Delf_version.c45 LIBELF_SET_ERROR(VERSION, 0);
/freebsd-9.3-release/sys/tools/
H A Dacpi_quirks2h.awk37 VERSION = $0;
38 gsub("\^# ", "", VERSION)
39 gsub("\\$", "", VERSION)
46 printf(" * %s\n", VERSION) > OUTPUT;
/freebsd-9.3-release/etc/ppp/
H A Dppp.conf13 ident user-ppp VERSION

Completed in 167 milliseconds

12345678910