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

1234567891011>>

/freebsd-10.2-release/libexec/bootpd/
H A Dpatchlevel.h7 #define VERSION "2.4" macro
/freebsd-10.2-release/contrib/flex/
H A Dversion.h1 #define FLEX_VERSION VERSION
/freebsd-10.2-release/tools/tools/cxgbtool/
H A Dversion.h29 #define VERSION "1.16f" macro
/freebsd-10.2-release/contrib/opie/libopie/
H A Dversion.c25 printf("\nOPIE %s (%s)\n\n", VERSION, DATE);
/freebsd-10.2-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-10.2-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-10.2-release/contrib/ntp/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/freebsd-10.2-release/contrib/top/
H A Dversion.c20 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
H A Dtop.h11 #define VERSION 3 macro
/freebsd-10.2-release/contrib/ldns/packaging/
H A Dldns-config.in5 VERSION="@PACKAGE_VERSION@"
29 echo "${VERSION}"
/freebsd-10.2-release/tests/sys/kqueue/
H A Dconfig.h11 #define VERSION "0.1" macro
/freebsd-10.2-release/contrib/groff/
H A DMakefile.man5 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
/freebsd-10.2-release/contrib/ntp/lib/isc/win32/
H A Dversion.c24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/freebsd-10.2-release/release/scripts/
H A Datlas-upload.sh61 VERSION="${OPTARG}"
73 -z "${VERSION}" ];
95 VERSIONRESULT=$(/usr/local/bin/curl -s "https://atlas.hashicorp.com/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${KEY}")
100 echo $VERSIONRESULT | grep "\"version\":\"${VERSION}\"" > /dev/null
102 echo "Creating version: ${VERSION}"
103 /usr/local/bin/curl -s https://atlas.hashicorp.com/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "version[version]=${VERSION}" -d "access_token=${KEY}" > /dev/null
104 /usr/local/bin/curl -s https://atlas.hashicorp.com/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT -d "version[description]=${DESCRIPTION}" -d "access_token=${KEY}" > /dev/null
105 VERSIONRESULT=$(/usr/local/bin/curl -s "https://atlas.hashicorp.com/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${KEY}")
106 echo $VERSIONRESULT | grep "\"version\":\"${VERSION}\"" > /dev/null
116 PROVIDERRESULT=$(/usr/local/bin/curl -s "https://atlas.hashicorp.com/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provide
[all...]
/freebsd-10.2-release/contrib/tcsh/
H A DMakefile.std11 VERSION=6.12
505 rm -f tcsh-${VERSION}.tar.Z
506 rm -rf tcsh-${VERSION}
507 mkdir tcsh-${VERSION} tcsh-${VERSION}/config
508 cp ${ALLSRCS} tcsh-${VERSION}
509 cp ${CONFSRCS} tcsh-${VERSION}/config
510 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
511 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}
[all...]
H A DMakefile.vms11 VERSION=6.12
481 rm -f tcsh-${VERSION}.tar.Z
482 rm -rf tcsh-${VERSION}
483 mkdir tcsh-${VERSION} tcsh-${VERSION}/config
484 cp ${ALLSRCS} tcsh-${VERSION}
485 cp ${CONFSRCS} tcsh-${VERSION}/config
486 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
487 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}
[all...]
H A DMakefile.in11 VERSION=@PACKAGE_VERSION@
669 rm -f tcsh-${VERSION}.tar.Z
670 rm -rf tcsh-${VERSION}
671 -mkdir tcsh-${VERSION} tcsh-${VERSION}/config tcsh-${VERSION}/tests
672 cp ${ALLSRCS} tcsh-${VERSION}
673 cp ${CONFSRCS} tcsh-${VERSION}/config
674 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
675 tar cvf - tcsh-${VERSION} | compres
[all...]
/freebsd-10.2-release/usr.sbin/pc-sysinstall/conf/
H A Dpc-sysinstall.conf79 VERSION="`cat /PCBSDVERSION`"
81 VERSION="UNKNOWN"
84 MIRRORLIST="${NETSERVER}/mirrors-netinstall.php?ver=${VERSION}&arch=${ARCH}"
/freebsd-10.2-release/contrib/openbsm/
H A DMakefile.am27 VERSION
/freebsd-10.2-release/usr.bin/at/
H A DMakefile.inc0 VERSION= 2.9
16 -DVERSION=\"$(VERSION)\" -DDAEMON_UID=$(DAEMON_UID) -DDAEMON_GID=$(DAEMON_GID) \
/freebsd-10.2-release/contrib/libyaml/include/
H A DMakefile.am9 PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
/freebsd-10.2-release/lib/libelf/
H A Delf_version.c45 LIBELF_SET_ERROR(VERSION, 0);
/freebsd-10.2-release/lib/libyaml/
H A Dconfig.h65 #define VERSION "0.1.4" macro
/freebsd-10.2-release/contrib/atf/
H A Dconfig.h92 #define VERSION "0.21" macro
/freebsd-10.2-release/sys/tools/
H A Dacpi_quirks2h.awk37 VERSION = $0;
38 gsub("\^# ", "", VERSION)
39 gsub("\\$", "", VERSION)
46 printf(" * %s\n", VERSION) > OUTPUT;

Completed in 163 milliseconds

1234567891011>>