Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/src/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh61 $ZPOOL upgrade -v > $TMPDIR/zpool-versions.${TESTCASE_ID}
62 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' )
64 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
74 log_must $GREP "$ZPOOL_VERSION " $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
77 $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
79 log_must $GREP "$ZPOOL_VERSION " $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
81 $RM $TMPDIR/zpool-versions.${TESTCASE_ID}
82 $RM $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
/src/share/mk/
H A Dversion_gen.awk60 versions[symver] = 1;
76 else if (versions[v] != 1) {
132 else if (versions[$1] == 0) {
137 delete versions[$1];
149 count = versions[current_version];
150 versions[current_version]++;
221 for (i = 1; i < versions[v]; i++) {
247 for (v in versions) {
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh51 rm -f $versions
57 typeset versions=$TEST_BASE_DIR/zpool-versions.$$
66 zpool upgrade -v > $versions
76 log_must eval "awk '/^ $version / { print $1 }' $versions | grep $version"
/src/contrib/spleen/
H A DChangeLog3 - Add stand alone caron in the 8x16, 12x24, 16x32, and 32x64 versions
5 - Add white square symbol in the 8x16, 16x32, and 32x64 versions
7 32x64 versions
8 - Fix black and white squares alignment in the 16x32 and 32x64 versions
11 32x64 versions
13 and 32x64 versions
20 - Add 'woff' and 'woff2' targets to generate WOFF and WOFF2 versions
38 versions (Thanks Mike Cui)
52 - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions
58 - Add full support for CP437 (IBM PC) in the 8x16, 16x32, and 32x64 versions
[all …]
H A DREADME.md35 6x12 versions.
44 As of Spleen 2.0.0, the 8x16, 16x32 and 32x64 versions have full support for
120 OTB versions are also available.
183 ### OpenType versions
185 Spleen release tarballs now contains OTF versions generated automatically
189 Please note that OTF versions should be used as last resort, always prefer
190 bitmap versions if they are supported on your platform.
203 Release tarballs provide WOFF and WOFF2 versions suitable for use on the Web.
205 As with the OpenType versions from which they are generated, WOFF and WOFF2
/src/crypto/openssl/test/testutil/
H A Dprovider.c171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions) in fips_provider_version_match() argument
184 while (*versions != '\0') { in fips_provider_version_match()
185 for (; isspace((unsigned char)(*versions)); versions++) in fips_provider_version_match()
187 if (*versions == '\0') in fips_provider_version_match()
189 for (p = versions; *versions != '\0' && !isspace((unsigned char)(*versions)); versions++) in fips_provider_version_match()
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod27 The functions get or set the minimum and maximum supported protocol versions
31 specific protocol versions.
32 Use these functions instead of disabling specific protocol versions.
35 versions down to the lowest version, or up to the highest version
36 supported by the library, respectively. The supported versions might be
42 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
/src/contrib/bc/
H A DMEMORY_BUGS.md3 This is a list of all of the memory bugs that were found in *released* versions
6 I made this list for two reasons: first, so users can know what versions of
14 * In versions `1.1.0` until `6.2.0` (inclusive) of `bc` and `dc`, there is a
20 * In versions `3.0.0` until `6.0.1` (inclusive) of `bc` and `dc`, there is a
26 * In versions `3.0.0` until `6.7.5` (inclusive) of `bc` and `dc`, there is a
33 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is an
45 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is another
/src/contrib/ldns/
H A DREADME.git9 # the correct versions may need to be set. On those
13 # older versions of libtoolize do not support --install
14 # so you might need to remove that (with newer versions
/src/contrib/less/
H A DNEWS14 Major changes between "less" versions 691 and 692
35 Major changes between "less" versions 685 and 691
97 Major changes between "less" versions 679 and 685
136 Major changes between "less" versions 678 and 679
146 Major changes between "less" versions 668 and 678
219 Major changes between "less" versions 661 and 668
252 Major changes between "less" versions 643 and 661
353 Major changes between "less" versions 633 and 643
384 Major changes between "less" versions 632 and 633
391 Major changes between "less" versions 608 and 632
[all …]
/src/crypto/krb5/src/config/
H A Dlibnover.in42 binutils.versions: $(SHLIB_EXPORT_FILE) Makefile
43 echo > binutils.versions "HIDDEN { local: __*; _rest*; _save*; *; };"
44 echo >> binutils.versions "$(LIBBASE)_$(LIBMAJOR)_MIT {"
45 sed >> binutils.versions < $(SHLIB_EXPORT_FILE) "s/$$/;/"
46 echo >> binutils.versions "};"
104 $(RM) binutils.versions osf1.exports darwin.exports hpux.exports
H A Dlib.in48 binutils.versions: $(SHLIB_EXPORT_FILE) Makefile
50 echo > binutils.versions "$${base}_$(LIBMAJOR)_MIT {"
51 sed >> binutils.versions < $(SHLIB_EXPORT_FILE) "s/$$/;/"
52 echo >> binutils.versions "};"
53 echo >> binutils.versions "HIDDEN { local: __*; _rest*; _save*; *; };"
121 $(RM) binutils.versions osf1.exports darwin.exports hpux.exports
/src/tools/tools/shlib-compat/test/
H A Dregress.3-3.out1 Original versions: TEST_1.0
2 New versions: TEST_1.0
H A Dregress.3-1.out1 Original versions: TEST_1.0
2 New versions: TEST_1.0
H A Dregress.1-3.out1 Original versions: TEST_1.0
2 New versions: TEST_1.0
H A Dregress.1-1.out1 Original versions: TEST_1.0
2 New versions: TEST_1.0
H A Dregress.2-2.out1 Original versions: TEST_1.0, TEST_1.1
2 New versions: TEST_1.0, TEST_1.1
H A Dregress.2-3.out1 Original versions: TEST_1.0, TEST_1.1
2 New versions: TEST_1.0
H A Dregress.1-2.out1 Original versions: TEST_1.0
2 New versions: TEST_1.0, TEST_1.1
H A Dregress.2-1.out1 Original versions: TEST_1.0, TEST_1.1
2 New versions: TEST_1.0
H A Dregress.3-2.out1 Original versions: TEST_1.0
2 New versions: TEST_1.0, TEST_1.1
/src/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
12 compatible versions in the newer to older order.
/src/sys/tools/
H A Dfw_stub.awk110 versions[num_files] = int(curr[3]);
112 versions[num_files] = 0;
172 version = versions[file_i];
/src/contrib/file/magic/Magdir/
H A Dapt14 >48 bequad x \b, %llu versions
20 >44 belong x \b, %u versions
26 >28 belong x \b, %u versions
/src/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake28 # as pkg-config with *ALL* versions of DPDK that provide a
68 # Just don't do this stuff on earlier versions. If that
71 # at least, do it that way on older versions of CMake.
87 # and keep in mind what versions of CMake come with, for
88 # example, commonly-used versions of commonly-used

12345678910>>...35