| /freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 59 def __init__(self, version, rid, platform): argument 64 self.tempdir = os.path.join(version.tempdir, rid) 83 def __init__(self, version, rid, codename): argument 107 def __init__(self, version, rid, docker_image): argument 143 def __init__(self, version, filename): argument 182 version = Version(m.group(2), m.group(0)) 192 f.write('all: {0}\n'.format(version.pkgfile)) 209 f.write('{0}: {1}\n'.format(version.projfile, version.propsfile)) 213 …'<Import Project="{0}" />'.format(os.path.relpath(version.propsfile, os.path.dirname(version.projf… 220 f.write('{0}:'.format(version.pkgfile)) [all …]
|
| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_sequence.h | 52 unsigned int version; in ck_sequence_read_begin() local 55 version = ck_pr_load_uint(&sq->sequence); in ck_sequence_read_begin() 61 if (CK_CC_LIKELY((version & 1) == 0)) in ck_sequence_read_begin() 73 return version; in ck_sequence_read_begin() 77 ck_sequence_read_retry(const struct ck_sequence *sq, unsigned int version) in ck_sequence_read_retry() argument 85 return ck_pr_load_uint(&sq->sequence) != version; in ck_sequence_read_retry() 88 #define CK_SEQUENCE_READ(seqlock, version) \ argument 89 for (*(version) = 1; \ 90 (*(version) != 0) && (*(version) = ck_sequence_read_begin(seqlock), 1); \ 91 *(version) = ck_sequence_read_retry(seqlock, *(version)))
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | version.c | 218 svn_version_t *version; in svn_version__parse_version_string() local 227 version = apr_pcalloc(result_pool, sizeof(*version)); in svn_version__parse_version_string() 228 version->tag = ""; in svn_version__parse_version_string() 263 if (version->major < 0 || version->minor < 0 || version->patch < 0) in svn_version__parse_version_string() 268 *version_p = version; in svn_version__parse_version_string() 280 if (version->major < major) in svn_version__at_least() 282 if (version->major > major) in svn_version__at_least() 286 if (version->minor < minor) in svn_version__at_least() 288 if (version->minor > minor) in svn_version__at_least() 293 if (version->patch < patch) in svn_version__at_least() [all …]
|
| /freebsd-12.1/contrib/ntp/scripts/build/ |
| H A D | genver | 15 *version.m4) 18 *version.def) 21 *version.texi) 49 *version.m4*) 51 cmp -s "${TEMPDIR}/version.m4+" m4/version.m4 58 mv "${TEMPDIR}/version.m4+" m4/version.m4 65 *version.def*) 67 cmp -s "${TEMPDIR}/version.def+" include/version.def 74 mv "${TEMPDIR}/version.def+" include/version.def 81 *version.texi*) [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-lwapp.c | 45 uint8_t version; member 188 if (LWAPP_EXTRACT_VERSION(lwapp_trans_header->version) != LWAPP_VERSION) { in lwapp_control_print() 190 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version))); in lwapp_control_print() 197 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_control_print() 208 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_control_print() 210 LWAPP_EXTRACT_RID(lwapp_trans_header->version), in lwapp_control_print() 305 if (LWAPP_EXTRACT_VERSION(lwapp_trans_header->version) != LWAPP_VERSION) { in lwapp_data_print() 307 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version))); in lwapp_data_print() 314 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_data_print() 325 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_data_print() [all …]
|
| /freebsd-12.1/lib/atf/ |
| H A D | common.mk | 13 atf-version: atf-version-real 14 @cmp -s atf-version atf-version-real \ 15 || cp atf-version-real atf-version 16 atf-version-real: .PHONY 18 | cut -d '"' -f 2 >atf-version-real 19 CLEANFILES+= atf-version atf-version-real
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | Makefile.am | 19 LDADD = version.o 88 .version \ 89 version.c \ 113 $(srcdir)/m4/version.m4 \ 123 $(srcdir)/m4/version.m4 \ 160 $(PROGRAMS): version.o 169 version.o: version.c 170 env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o 172 check-autogen-version.def: FRC 175 && ( if cmp -s ../include/autogen-version.def autogen-version.def; \ [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 50 typeset vs=$(get_pool_prop version $pool) 63 typeset -i version 68 for version in $ZFS_ALL_VERSIONS ; do 70 eval verfs=\$ZFS_VERSION_$version 79 if (( version == zpl_version )); then 86 log_mustnot $ZFS create -o version=${version} ${current_fs} 89 log_must $ZFS create -o version=${version} ${current_fs} 109 version=${subversion} ${current_fs}/$subverfs 185 typeset -i version=${2:-$ZFS_VERSION} 191 typeset -i curv=$(get_prop version $fs) [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_util/ |
| H A D | fs-util.c | 261 || (version->major == compat_major && version->minor > compat_minor)) in add_compatility() 273 svn_version_t *version; in svn_fs__compatible_version() local 284 add_compatility(version, in svn_fs__compatible_version() 290 version = apr_pmemdup(pool, svn_subr_version(), sizeof(*version)); in svn_fs__compatible_version() 296 add_compatility(version, 1, 3); in svn_fs__compatible_version() 298 add_compatility(version, 1, 4); in svn_fs__compatible_version() 300 add_compatility(version, 1, 5); in svn_fs__compatible_version() 302 add_compatility(version, 1, 7); in svn_fs__compatible_version() 306 version->patch = 0; in svn_fs__compatible_version() 307 version->tag = ""; in svn_fs__compatible_version() [all …]
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | pvclock.c | 144 uint32_t version; in pvclock_read_time_info() local 147 version = ti->version; in pvclock_read_time_info() 152 } while ((ti->version & 1) != 0 || ti->version != version); in pvclock_read_time_info() 159 uint32_t version; in pvclock_read_wall_clock() local 162 version = wc->version; in pvclock_read_wall_clock() 167 } while ((wc->version & 1) != 0 || wc->version != version); in pvclock_read_wall_clock()
|
| /freebsd-12.1/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 1402 int version; member 1472 int version = method->version; in ssl_method_error() local 1564 return version_cmp(s, version, s->version) == 0; in ssl_version_supported() 1574 vent->version != 0 && version_cmp(s, version, vent->version) <= 0; in ssl_version_supported() 1609 if (s->version == s->ctx->method->version) in ssl_check_version_downgrade() 1616 if (s->ctx->method->version == TLS_method()->version) in ssl_check_version_downgrade() 1627 return s->version == vent->version; in ssl_check_version_downgrade() 1847 s->version = vent->version; in ssl_choose_server_version() 1874 s->version = version; in ssl_choose_client_version() 1895 if (s->version != s->method->version) { in ssl_choose_client_version() [all …]
|
| /freebsd-12.1/lib/libc/ |
| H A D | Versions.def | 4 # Note: Whenever bumping the FBSD version, always make 5 # FBSDprivate_1.0 depend on the new FBSD version. 9 # This is our first version; it depends on no other. 10 # This version was first added to 7.0-current. 14 # This version was first added to 8.0-current. 18 # This version was first added to 9.0-current. 22 # This version was first added to 10.0-current. 26 # This version was first added to 11.0-current. 30 # This version was first added to 12.0-current. 34 # This version was first added to 13.0-current. [all …]
|
| /freebsd-12.1/usr.bin/patch/ |
| H A D | backupfile.c | 125 make_version_name(const char *file, int version) in make_version_name() argument 129 if (asprintf(&backup_name, "%s.~%d~", file, version) == -1) in make_version_name() 142 int version; in version_number() local 145 version = 0; in version_number() 148 version = version * 10 + *p - '0'; in version_number() 150 version = 0; in version_number() 152 return version; in version_number() 235 get_version(const char *version) in get_version() argument 239 if (version == NULL || *version == '\0') in get_version() 241 i = argmatch(version, backup_args); in get_version() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | X509_get_version.pod | 7 certificate request or CRL version 14 int X509_set_version(X509 *x, long version); 17 int X509_REQ_set_version(X509_REQ *x, long version); 20 int X509_CRL_set_version(X509_CRL *x, long version); 24 X509_get_version() returns the numerical value of the version field of 26 less than the certificate version. So a version 3 certificate will return 2 and 27 a version 1 certificate will return 0. 30 B<x> to B<version>. 33 X509_CRL_get_version() and X509_CRL_set_version() get and set the version 38 The version field of certificates, certificate requests and CRLs has a [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | mathematica | 22 #0 string (*^\n\n::[\011palette Mathematica notebook version 2.x 30 0 string (*^\r\r::[\011 Mathematica notebook version 2.x 32 0 string (*^\r\n\r\n::[\011 Mathematica notebook version 2.x 34 0 string (*^\015 Mathematica notebook version 2.x 36 0 string (*^\n\r\n\r::[\011 Mathematica notebook version 2.x 38 0 string (*^\r::[\011 Mathematica notebook version 2.x 40 0 string (*^\r\n::[\011 Mathematica notebook version 2.x 42 0 string (*^\n\n::[\011 Mathematica notebook version 2.x 44 0 string (*^\n::[\011 Mathematica notebook version 2.x 78 >>124 beshort x version 0x%04x [all …]
|
| H A D | sequent | 10 >124 lelong >0 version %d 13 >124 lelong >0 version %d 16 >124 lelong >0 version %d 19 >124 lelong >0 version %d 26 >124 lelong >0 version %d 29 >124 lelong >0 version %d 32 >124 lelong >0 version %d 37 # skip unlike negative version 39 # assuming version 28867614 is very low probable 42 >>>124 lelong >0 version %d
|
| H A D | meteorological | 11 >>5 string x \b, version %6.6s 15 >>5 string x \b, version %6.6s 19 >>5 string x \b, version %6.6s 23 >>5 string x \b, version %6.6s 27 >>5 string x \b, version %6.6s 31 >>5 string x \b, version %6.6s 35 >>5 string x \b, version %6.6s 39 >>5 string x \b, version %6.6s 43 >>5 string x \b, version %6.6s 48 >7 byte =1 Gridded binary (GRIB) version 1 [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/poolversion/ |
| H A D | poolversion_001_pos.ksh | 61 for version in 1 2 3 4 5 6 7 8 63 log_must $ZPOOL set version=$version $TESTPOOL 64 ACTUAL=$($ZPOOL get version $TESTPOOL | $GREP version \ 66 if [ "$ACTUAL" != "$version" ] 68 log_fail "v. $ACTUAL set for $TESTPOOL, expected v. $version!"
|
| H A D | poolversion_002_pos.ksh | 63 log_must $ZPOOL set version=6 $TESTPOOL2 67 VERSION=$($ZPOOL get version $TESTPOOL2| $GREP version | $AWK '{print $3}') 75 log_mustnot $ZPOOL set version=5 $TESTPOOL2 76 log_mustnot $ZPOOL set version=-1 $TESTPOOL2 79 VERSION=$($ZPOOL get version $TESTPOOL2 | $GREP version | $AWK '{print $3}')
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | sli4.h | 223 #error big endian version not defined in sli_eq_doorbell() 250 #error big endian version not defined in sli_cq_doorbell() 357 #error big endian version not defined 418 #error big endian version not defined 438 #error big endian version not defined 454 #error big endian version not defined 488 #error big endian version not defined 505 #error big endian version not defined 557 #error big endian version not defined 1480 uint32_t version:8, member [all …]
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
| /freebsd-12.1/bin/freebsd-version/ |
| H A D | Makefile | 4 SCRIPTS = freebsd-version 5 MAN = freebsd-version.1 6 CLEANFILES = freebsd-version freebsd-version.sh 9 freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS} 15 " ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
|
| /freebsd-12.1/contrib/ntp/sntp/include/ |
| H A D | Makefile.am | 4 autogen-version.def \ 9 version.def \ 10 version.texi \ 15 $(srcdir)/version.def: $(srcdir)/../../packageinfo.sh 16 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def 18 $(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh 19 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi
|
| /freebsd-12.1/usr.sbin/sa/ |
| H A D | db.c | 64 int error, rv, version; in db_copy_in() local 83 version = 1; in db_copy_in() 93 if (data.size != sizeof(version)) { in db_copy_in() 99 memcpy(&version, data.data, data.size); in db_copy_in() 100 if (version != 2) { in db_copy_in() 102 version, uname); in db_copy_in() 117 if (version == 1 && v1_to_v2(&key, &data) < 0) { in db_copy_in() 155 int error, rv, version; in db_copy_out() local 182 version = 2; in db_copy_out() 183 data.data = &version; in db_copy_out() [all …]
|