Home
last modified time | relevance | path

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

12345678910>>...94

/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Drules.vc539 !if [echo REM = This file is generated from rules.vc > versions.vc]
541 !if [echo TCL_MAJOR_VERSION = \>> versions.vc] \
542 && [nmakehlp -V "$(_TCL_H)" TCL_MAJOR_VERSION >> versions.vc]
544 !if [echo TCL_MINOR_VERSION = \>> versions.vc] \
545 && [nmakehlp -V "$(_TCL_H)" TCL_MINOR_VERSION >> versions.vc]
547 !if [echo TCL_PATCH_LEVEL = \>> versions.vc] \
548 && [nmakehlp -V "$(_TCL_H)" TCL_PATCH_LEVEL >> versions.vc]
551 # If building the tcl core then we need additional package versions
553 !if [echo PKG_HTTP_VER = \>> versions.vc] \
554 && [nmakehlp -V ..\library\http\pkgIndex.tcl http >> versions.vc]
[all …]
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbranch_changer.py65 self.versions = None
75 self.versions = m.group(2).split('/')
93 self.versions = list(filter(lambda x: x != release, self.versions))
98 for i, v in enumerate(self.versions):
100 self.versions.insert(i + 1, parts[1])
111 if not self.versions:
135 elif self.is_regression and new_major in self.versions:
159 assert self.versions
162 new_version = '/'.join(self.versions)
H A Dbugzilla-close-candidate.py36 versions = set()
49 versions.add(version)
59 versions.add(version)
61 return versions
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dbranch_changer.py53 self.versions = None
63 self.versions = m.group(2).split('/')
77 if len(self.versions) == 1:
79 self.versions = list(filter(lambda x: x != release, self.versions))
84 for i, v in enumerate(self.versions):
86 self.versions.insert(i + 1, parts[1])
117 elif self.is_regression and new_major in self.versions:
140 assert self.versions != None
143 new_version = '/'.join(self.versions)
H A Dbugzilla-close-candidate.py36 versions = set()
46 versions.add(parts[1])
47 versions.add(version)
48 return versions
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dprovider.c171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions) in fips_provider_version_match() argument
179 while (*versions != '\0') { in fips_provider_version_match()
180 for (; isspace((unsigned char)(*versions)); versions++) in fips_provider_version_match()
182 if (*versions == '\0') in fips_provider_version_match()
184 for (p = versions; *versions != '\0' && !isspace((unsigned char)(*versions)); versions++) in fips_provider_version_match()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl_config.h.in30 /* Define to Diagnostic for older versions of clang */
96 /* Define to Language::C or InputKind::C for newer versions of clang */
143 /* Define to getParamType for newer versions of clang */
146 /* Define to getHostTriple for older versions of clang */
149 /* Define to getInstantiationLineNumber for older versions of clang */
152 /* Define to getImmediateInstantiationRange for older versions of clang */
155 /* Define to getNumParams for newer versions of clang */
158 /* Define to getResultType for older versions of clang */
161 /* Define to InitializeBuiltins for older versions of clang */
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dlog.c220 greatest_version(isc_logfile_t *file, int versions, int *greatest);
235 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
314 .versions = ISC_LOG_ROLLNEVER, in isc_logconfig_create()
329 .versions = ISC_LOG_ROLLNEVER, in isc_logconfig_create()
668 FILE_VERSIONS(channel) = destination->file.versions; in isc_log_createchannel()
986 greatest_version(isc_logfile_t *file, int versions, int *greatestp) { in sync_channellist()
1039 * Remove any backup files that exceed versions. in greatest_version()
1041 if (*digit_end == '\0' && version >= versions) { in greatest_version()
1074 insert_sort(int64_t to_keep[], int64_t versions, int64_t version) { in greatest_version()
1076 while (i < versions in greatest_version()
1025 greatest_version(isc_logfile_t * file,int versions,int * greatestp) greatest_version() argument
1111 insert_sort(int64_t to_keep[],int64_t versions,int64_t version) insert_sort() argument
1127 last_to_keep(int64_t versions,isc_dir_t * dirp,const char * bname,size_t bnamelen) last_to_keep() argument
1170 remove_old_tsversions(isc_logfile_t * file,int versions) remove_old_tsversions() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c224 greatest_version(isc_logfile_t *file, int versions, int *greatest);
239 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
332 destination.file.versions = ISC_LOG_ROLLNEVER; in isc_logconfig_create()
347 destination.file.versions = ISC_LOG_ROLLNEVER; in isc_logconfig_create()
692 FILE_VERSIONS(channel) = destination->file.versions; in isc_log_createchannel()
1022 greatest_version(isc_logfile_t *file, int versions, int *greatestp) { in greatest_version() argument
1084 if (*digit_end == '\0' && version >= versions) { in greatest_version()
1108 insert_sort(int64_t to_keep[], int64_t versions, int64_t version) { in insert_sort() argument
1110 while (i < versions && version < to_keep[i]) { in insert_sort()
1113 if (i == versions) { in insert_sort()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py60 versions = {}
73 version = versions.setdefault(version, {})
84 return versions
181 versions = repository(log = log)
184 version = version or max(versions.keys())
192 keys = versions[version][arch].keys()
200 keys = versions[version][arch][threading].keys()
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py60 versions = {}
73 version = versions.setdefault(version, {})
84 return versions
181 versions = repository(log = log)
184 version = version or max(versions.keys())
192 keys = versions[version][arch].keys()
200 keys = versions[version][arch][threading].keys()
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
/netbsd-src/external/bsd/less/dist/
H A DNEWS14 Major changes between "less" versions 633 and 643
45 Major changes between "less" versions 632 and 633
52 Major changes between "less" versions 608 and 632
123 Major changes between "less" versions 590 and 608
190 Major changes between "less" versions 581 and 590
215 Major changes between "less" versions 563 and 581
260 Major changes between "less" versions 551 and 563
285 Major changes between "less" versions 530 and 551
317 Major changes between "less" versions 487 and 530
373 Major changes between "less" versions 481 and 487
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
41 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
/netbsd-src/crypto/external/bsd/openssl/dist/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
41 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m441 # This may be required on some versions of OS X since they lack /usr/include.
89 [Define to getHostTriple for older versions of clang])])
93 [Define to getInstantiationLineNumber for older versions of clang])])
98 [Define to getImmediateInstantiationRange for older versions of clang])]
102 [Define to Diagnostic for older versions of clang])])
173 [Define to getNumParams for newer versions of clang])
175 [Define to getParamType for newer versions of clang])])
179 [Define to getResultType for older versions of clang])])
196 [Define to InitializeBuiltins for older versions of clang])])
201 [Define to Language::C or InputKind::C for newer versions of clang])
/netbsd-src/external/bsd/file/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMConfigVersion.cmake.in3 # LLVM is API-compatible only with matching major.minor versions
4 # and patch versions not less than that requested.
/netbsd-src/external/bsd/file/dist/
H A DMAINT8 - Do not distribute changed versions.
10 People trying to be helpful occasionally put up their hacked versions
12 world get copies of the hacked versions. Within a day or two I am
/netbsd-src/external/bsd/openldap/dist/build/
H A DREADME1 The OpenLDAP build environment relies on non-standard versions of
13 but with ltmain.sh replaced with versions found in this directory.
/netbsd-src/external/gpl3/binutils/dist/config/
H A Ddejagnu.m43 # Test whether there is an incompatibility between DejaGnu and GCC versions.
4 # Older versions ( <= 1.5.1 ) of dejagnu.h use GNU inline semantics improperly.
/netbsd-src/external/gpl3/gdb/dist/config/
H A Ddejagnu.m43 # Test whether there is an incompatibility between DejaGnu and GCC versions.
4 # Older versions ( <= 1.5.1 ) of dejagnu.h use GNU inline semantics improperly.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dt-darwin40 # Most Darwin versions get their unwinder from libSystem; older versions
45 # We still need it in the _eh.a for earlier platform versions.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dt-darwin40 # Most Darwin versions get their unwinder from libSystem; older versions
45 # We still need it in the _eh.a for earlier platform versions.
/netbsd-src/external/mit/libuv/dist/
H A Dautogen.sh62 "$AUTOCONF" -o /dev/null m4/libuv-check-versions.m4
69 " > m4/libuv-check-versions.m4
/netbsd-src/usr.bin/sed/
H A DPOSIX14 undocumented inconsistencies between the historical versions of sed and
36 POSIX does not specify this behavior as the System V versions of
45 2. Historical versions of sed required that the w flag be the last
49 3. Historical versions of sed required that whitespace follow a w
53 4. Historical versions of sed permitted any number of whitespace
60 for backslash. Some historical versions of sed displayed two
82 8. Historic versions of sed permitted commands to be separated
90 9. Historic versions of sed terminated the script if EOF was reached

12345678910>>...94