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

1234567891011>>

/freebsd-11-stable/contrib/flex/
H A Dversion.h1 #define FLEX_VERSION VERSION
/freebsd-11-stable/libexec/bootpd/
H A Dpatchlevel.h7 #define VERSION "2.4" macro
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dversion.h29 #define VERSION "1.16f" macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/freebsd-11-stable/contrib/ldns/packaging/
H A Dldns-config.in5 VERSION="@PACKAGE_VERSION@"
29 echo "${VERSION}"
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dconfig.h11 #define VERSION "0.1" macro
/freebsd-11-stable/contrib/groff/
H A DMakefile.man5 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
/freebsd-11-stable/contrib/opie/libopie/
H A Dversion.c27 printf("\nOPIE %s (%s)\n\n", VERSION, DATE);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dversion.c24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/freebsd-11-stable/contrib/top/
H A Dversion.c23 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
H A Dtop.h14 #define VERSION 3 macro
/freebsd-11-stable/contrib/dtc/scripts/
H A Dkup-dtc9 VERSION="$1"
11 TAG="v$VERSION"
13 PREFIX="dtc-$VERSION/"
14 TAR="dtc-$VERSION.tar"
/freebsd-11-stable/contrib/dma/
H A Dget-version.sh4 file=${tmp:=VERSION}
/freebsd-11-stable/release/scripts/
H A Datlas-upload.sh61 VERSION="${OPTARG}"
73 -z "${VERSION}" ];
95 VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/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 ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "version[version]=${VERSION}" -d "access_token=${KEY}" > /dev/null
104 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/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 "${ATLAS_UPLOAD_URL}/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 "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provide
[all...]
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std9 VERSION=6.12
504 rm -f tcsh-${VERSION}.tar.Z
505 rm -rf tcsh-${VERSION}
506 mkdir tcsh-${VERSION} tcsh-${VERSION}/config
507 cp ${ALLSRCS} tcsh-${VERSION}
508 cp ${CONFSRCS} tcsh-${VERSION}/config
509 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
510 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}
[all...]
H A DMakefile.vms9 VERSION=6.12
479 rm -f tcsh-${VERSION}.tar.Z
480 rm -rf tcsh-${VERSION}
481 mkdir tcsh-${VERSION} tcsh-${VERSION}/config
482 cp ${ALLSRCS} tcsh-${VERSION}
483 cp ${CONFSRCS} tcsh-${VERSION}/config
484 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
485 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}
[all...]
H A DMakefile.in9 VERSION=@PACKAGE_VERSION@
648 rm -f tcsh-${VERSION}.tar.Z
649 rm -rf tcsh-${VERSION}
650 -mkdir tcsh-${VERSION} tcsh-${VERSION}/config tcsh-${VERSION}/tests
651 cp ${ALLSRCS} tcsh-${VERSION}
652 cp ${CONFSRCS} tcsh-${VERSION}/config
653 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
654 tar cvf - tcsh-${VERSION} | compres
[all...]
/freebsd-11-stable/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-11-stable/contrib/openbsm/
H A DMakefile.am23 VERSION
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_version.c44 LIBELF_SET_ERROR(VERSION, 0);
/freebsd-11-stable/contrib/atf/
H A Dconfig.h92 #define VERSION "0.21" macro
/freebsd-11-stable/gnu/lib/libgomp/
H A Dconfig.h115 #define VERSION "1.0" macro
/freebsd-11-stable/gnu/lib/libssp/
H A Dconfig.h87 #define VERSION "1.0" macro
/freebsd-11-stable/sys/tools/
H A Dacpi_quirks2h.awk37 VERSION = $0;
38 gsub("\^# ", "", VERSION)
39 gsub("\\$", "", VERSION)
46 printf(" * %s\n", VERSION) > OUTPUT;
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.sh.in13 VERSION=@LIBXO_VERSION@
16 WEB=http://juniper.github.io/libxo/${VERSION}/xohtml

Completed in 241 milliseconds

1234567891011>>