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

1234567891011>>

/freebsd-13-stable/libexec/bootpd/
H A Dpatchlevel.h7 #define VERSION "2.4" macro
/freebsd-13-stable/contrib/flex/src/
H A Dversion.h1 #define FLEX_VERSION VERSION
H A Dmkskel.sh35 VERSION=$3
36 case $VERSION in
40 set $VERSION
/freebsd-13-stable/contrib/bc/include/
H A Dversion.h39 #define VERSION 4.0.2 macro
/freebsd-13-stable/tools/tools/cxgbtool/
H A Dversion.h29 #define VERSION "1.16f" macro
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_002_pos.ksh53 VERSION=$(zpool get version $TESTPOOL2| grep version | awk '{print $3}')
54 if [ "$VERSION" != "6" ]
56 log_fail "Version $VERSION set for $TESTPOOL2 expected version 6!"
65 VERSION=$(zpool get version $TESTPOOL2 | grep version | awk '{print $3}')
66 if [ "$VERSION" != "6" ]
68 log_fail "Version $VERSION set for $TESTPOOL2, expected version 6!"
/freebsd-13-stable/tests/sys/cddl/zfs/tests/poolversion/
H A Dpoolversion_002_pos.ksh67 VERSION=$($ZPOOL get version $TESTPOOL2| $GREP version | $AWK '{print $3}')
68 if [ "$VERSION" != "6" ]
70 log_fail "Version $VERSION set for $TESTPOOL2 expected version 6!"
79 VERSION=$($ZPOOL get version $TESTPOOL2 | $GREP version | $AWK '{print $3}')
80 if [ "$VERSION" != "6" ]
82 log_fail "Version $VERSION set for $TESTPOOL2, expected version 6!"
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dcleanup.ksh37 for VERSION in $@
39 POOL_FILES=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_FILES"\
41 POOL_NAME=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_NAME"\
H A Dzpool_upgrade.kshlib44 VERSION=$1
45 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILES"\
47 POOL_NAME=$($ENV|grep "ZPOOL_VERSION_${VERSION}_NAME"\
74 VERSION=$1
75 POOL_NAME=$($ENV| $GREP "ZPOOL_VERSION_${VERSION}_NAME"\
77 POOL_FILES=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_FILES"\
80 log_note "Checking if we can upgrade from ZFS version ${VERSION}."
93 VERSION=$1
94 POOL_NAME=$($ENV|grep "ZPOOL_VERSION_${VERSION}_NAME"\
96 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILE
[all...]
/freebsd-13-stable/contrib/ldns/packaging/
H A Dldns-config.in5 VERSION="@PACKAGE_VERSION@"
30 echo "${VERSION}"
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/freebsd-13-stable/tests/sys/kqueue/libkqueue/
H A Dconfig.h11 #define VERSION "0.1" macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/rpc/
H A DMakefile.am5 kerneldir = @prefix@/src/zfs-$(VERSION)/include/spl/rpc
/freebsd-13-stable/contrib/opie/libopie/
H A Dversion.c27 printf("\nOPIE %s (%s)\n\n", VERSION, DATE);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_upgrade_001_neg.ksh60 VERSION=$(zfs upgrade $TESTPOOL/$TESTFS/version1 2>&1 \
62 if [ -n "$VERSION" ]
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dversion.c24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_upgrade_001_neg.ksh74 VERSION=$($ZFS upgrade $TESTPOOL/$TESTFS/version1 2>&1 \
76 if [ -n "$VERSION" ]
/freebsd-13-stable/contrib/dma/
H A Dget-version.sh4 file=${tmp:=VERSION}
/freebsd-13-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-13-stable/sys/contrib/openzfs/include/sys/sysevent/
H A DMakefile.am12 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/sysevent
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fm/fs/
H A DMakefile.am11 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fm/fs
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A DMakefile.am11 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fs
/freebsd-13-stable/contrib/openbsm/
H A DMakefile.am23 VERSION
/freebsd-13-stable/usr.bin/xohtml/
H A Dxohtml.sh15 VERSION=1.4.0
18 WEB=http://juniper.github.io/libxo/${VERSION}/xohtml
/freebsd-13-stable/contrib/libxo/xohtml/
H A Dxohtml.sh.in13 VERSION=@LIBXO_VERSION@
16 WEB=http://juniper.github.io/libxo/${VERSION}/xohtml

Completed in 336 milliseconds

1234567891011>>