Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib39 VERSION=$1
40 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILES"\
42 POOL_NAME=$($ENV|grep "ZPOOL_VERSION_${VERSION}_NAME"\
69 VERSION=$1
70 POOL_NAME=$($ENV| $GREP "ZPOOL_VERSION_${VERSION}_NAME"\
88 VERSION=$1
89 POOL_NAME=$($ENV|grep "ZPOOL_VERSION_${VERSION}_NAME"\
91 POOL_FILES=$($ENV | grep "ZPOOL_VERSION_${VERSION}_FILES"\
124 VERSION=$2
128 [ "$ACTUAL" != "$VERSION" ] && log_fail \
[all …]
H A Dcleanup.ksh31 for VERSION in $@
33 POOL_FILES=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_FILES"\
35 POOL_NAME=$($ENV | $GREP "ZPOOL_VERSION_${VERSION}_NAME"\
/freebsd/release/scripts/
H A Datlas-upload.sh60 VERSION="${OPTARG}"
72 -z "${VERSION}" ];
94 …bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${K…
99 echo $VERSIONRESULT | grep "version/${VERSION}" > /dev/null
101 echo "Creating version: ${VERSION}"
104 …bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${K…
105 echo $VERSIONRESULT | grep "version/${VERSION}" > /dev/null
115 …bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provider/${PROVI…
145 …bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provider/${PROVI…
153 echo "Releasing ${VERSION} of ${BOX} in Atlas"
[all …]
/freebsd/contrib/tcsh/
H A DPorted19 VERSION : 6.08
35 VERSION : 6.08
46 VERSION : 6.08
57 VERSION : 6.18
68 VERSION : 6.04.13
79 VERSION : 6.07.03
90 VERSION : 6.01.00
103 VERSION : 6.05.06
117 VERSION : 6.08
365 VERSION : 6.08
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagString() argument
34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in getTag() argument
44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVersion() argument
46 return VERSION; in TagVersion()
55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVendor() argument
76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeString() argument
89 return VERSION; in AttributeVersion()
122 return VERSION; in FormVersion()
215 return VERSION; in OperationVersion()
256 return VERSION; in AttributeEncodingVersion()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_002_pos.ksh53 VERSION=$(get_pool_prop version $TESTPOOL2)
54 if [ "$VERSION" != "6" ]
56 log_fail "Version $VERSION set for $TESTPOOL2 expected version 6!"
65 VERSION=$(get_pool_prop version $TESTPOOL2)
66 if [ "$VERSION" != "6" ]
68 log_fail "Version $VERSION set for $TESTPOOL2, expected version 6!"
/freebsd/tests/sys/cddl/zfs/tests/poolversion/
H A Dpoolversion_002_pos.ksh62 VERSION=$($ZPOOL get version $TESTPOOL2| $GREP version | $AWK '{print $3}')
63 if [ "$VERSION" != "6" ]
65 log_fail "Version $VERSION set for $TESTPOOL2 expected version 6!"
74 VERSION=$($ZPOOL get version $TESTPOOL2 | $GREP version | $AWK '{print $3}')
75 if [ "$VERSION" != "6" ]
77 log_fail "Version $VERSION set for $TESTPOOL2, expected version 6!"
/freebsd/crypto/openssh/contrib/aix/
H A Dbuildbff.sh126 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _`
127 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .`
128 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .`
129 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .`
130 PORTABLE=`echo $VERSION | awk 'BEGIN{FS="p"}{print $2}'`
135 echo "Building BFF for $PKGNAME $VERSION (package version $BFFVERSION)"
320 $PKGNAME $BFFVERSION 1 N U en_US OpenSSH $VERSION Portable for AIX
351 echo Creating $PKGNAME-$VERSION.bff with backup...
352 rm -f $PKGNAME-$VERSION.bff
356 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist
[all …]
/freebsd/contrib/ntp/sntp/include/
H A Dcopyright.def17 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../sntp/m4/version.m4\`
18 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
19 echo $VERSION`;
29 // sub-text = 's/#VERSION#/<<version>>/g';
/freebsd/contrib/bsddialog/lib/
H A DMakefile20 -Wl,--warn-shared-textrel -Wl,-soname,${LIBRARY_SO}.${VERSION} \
30 ${LIBRARY_SO}.${VERSION}: ${OBJECTS}
31 ${CC} ${LDFLAGS} ${.ALLSRC} -o ${LIBRARY_SO}.${VERSION}
33 ${LIBRARY_SO}: ${LIBRARY_SO}.${VERSION}
34 ${LN} ${LIBRARY_SO}.${VERSION} ${LIBRARY_SO}
/freebsd/usr.bin/lastcomm/tests/
H A DREADME5 2. Unpack the generated file and rename acct into VERSION-ARCH.acct.
6 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
7 awk '{$4 = ""; print}' >VERSION-ARCH.out.
8 4. Compare the reported values in VERSION-ARCH.out against the
/freebsd/contrib/flex/src/
H A Dmkskel.sh35 VERSION=$3
36 case $VERSION in
40 set $VERSION
/freebsd/contrib/bmake/
H A Dimport.sh69 VERSION=`grep '^_MAKE_VERSION' VERSION | sed 's,.*=[[:space:]]*,,'`
88 echo Import bmake-$VERSION
115 { echo "$GIT tag -a -m \"Tag bmake/$VERSION\" vendor/NetBSD/bmake/$VERSION"
H A DChangeLog3 * VERSION (_MAKE_VERSION):
985 * VERSION: 20211020
2314 * VERSION: 20200205
2321 * VERSION: 20200122
2328 * VERSION: 20200121
2341 * VERSION: 20190926
2348 * VERSION: 20190409
2354 * VERSION: 20181222
2371 * VERSION: 20181221
2379 * VERSION: 20181220
[all …]
/freebsd/sys/tools/
H A Dacpi_quirks2h.awk38 VERSION = $0;
39 gsub("\^# ", "", VERSION)
40 gsub("\\$", "", VERSION)
47 printf(" * %s\n", VERSION) > OUTPUT;
/freebsd/contrib/file/magic/Magdir/
H A Dmisctools17 # look for VERSION keyword often on second line but sometimes later as in holidays_NRW_2014.ics
18 >>0 search/188 VERSION
19 # after VERSION keword :1.0 or often :2.0 but sometimes also ;VALUE=TEXT:2.0 like in Jewish religio…
49 # if no VERSION 2.0 is found then assume it is VERSION 1.0, that is older vCalendar
56 # GRR: without VERSION keyword violates specification but accepted by Thunderbird like
59 >>0 default x vCalendar calendar file, without VERSION
76 >13 string !VERSION:END vCard visiting card
82 # VERSION must come right after BEGIN for 3.0 or 4.0 except in 2.1 , where it can be anywhere
85 # VERSION 2.1 , 3.0 or 4.0
88 >>>>13 string !VERSION: \b, 2nd line does not start with VERSION:
/freebsd/contrib/libfido2/.actions/
H A Dsetup_clang11 VERSION="${CC#*-}"
15 "deb ${APT}/${CODENAME}/ llvm-toolchain-${CODENAME}-${VERSION} main"
17 apt-get install -q -y "${CC}" "clang-tools-${VERSION}"
/freebsd/sys/dev/videomode/
H A Ddevlist2h.awk38 VERSION = $0
39 gsub("\\$", "", VERSION)
40 gsub(/ $/, "", VERSION)
47 printf(" *\t%s\n", VERSION) > dfile
55 printf(" *\t%s\n", VERSION) > hfile
/freebsd/sys/conf/
H A Dnewvers.sh59 unset VERSION
75 VERSION="${VERSION:-${TYPE} ${RELEASE}}"
129 for v in TYPE REVISION BRANCH RELEASE VERSION RELDATE; do
294 VERINFO="${VERSION}${svn}${git}${gitup}${hg} ${i}"
297 VERINFO="${VERSION} #${v}${svn}${git}${gitup}${hg}: ${t}"
/freebsd/contrib/libucl/lua/
H A Dlibucl.rockspec.in2 version="@VERSION@-1"
4 url = "https://github.com/downloads/vstakhov/@PACKAGE@/@PACKAGE@-@VERSION@.tar.gz",
6 dir = "@PACKAGE@-@VERSION@"
/freebsd/contrib/file/doc/
H A DMakefile.am17 -e s@__VERSION__@${VERSION}@g \
24 -e s@__VERSION__@${VERSION}@g \
31 -e s@__VERSION__@${VERSION}@g \
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe2.t48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
71 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
80 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
/freebsd/contrib/mandoc/
H A DMakefile18 VERSION = 1.14.6 macro
578 dist: mandoc-$(VERSION).sha256
580 mandoc-$(VERSION).sha256: mandoc-$(VERSION).tar.gz
581 sha256 mandoc-$(VERSION).tar.gz > $@
583 mandoc-$(VERSION).tar.gz: $(DISTFILES)
585 mkdir -p .dist/mandoc-$(VERSION)/
587 cp -pR regress .dist/mandoc-$(VERSION)
588 find .dist/mandoc-$(VERSION)/regress \
590 chmod 755 .dist/mandoc-$(VERSION)/configure
591 ( cd .dist/ && tar zcf ../$@ mandoc-$(VERSION) )
[all …]
/freebsd/contrib/ncurses/
H A Ddist.mk44 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
73 …(cd ..; tar cvf ncurses-$(VERSION).tar `sed <ncurses-$(VERSION)/MANIFEST 's/^./ncurses-$(VERSION)…
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DGlob.pm9 use vars qw($VERSION @ISA @EXPORT);
11 $VERSION = '0.1';

12345678910>>...22