Searched refs:versions (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh67 $ZPOOL upgrade -v > $TMPDIR/zpool-versions.${TESTCASE_ID}
68 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' )
70 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
80 log_must $GREP "$ZPOOL_VERSION " $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
83 $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
85 log_must $GREP "$ZPOOL_VERSION " $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
87 $RM $TMPDIR/zpool-versions.${TESTCASE_ID}
88 $RM $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dversion.c20 #include <versions.h>
/freebsd-12-stable/share/mk/
H A Dversion_gen.awk31 # Make a list of all the library versions listed in the master file.
33 # versions[] - array indexed by version name, contains number
61 versions[symver] = 1;
77 else if (versions[v] != 1) {
133 else if (versions[$1] == 0) {
137 # Remove this entry from the versions.
138 delete versions[$1];
150 count = versions[current_version];
151 versions[current_version]++;
156 # different versions i
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade_002_pos.ksh43 # show the info of available versions.
47 # 2, Verify all the available versions info are printed out.
71 typeset output=$TMPDIR/zfs-versions.${TESTCASE_ID}
H A Dzfs_upgrade_001_pos.ksh84 typeset output=$TMPDIR/zfs-versions.${TESTCASE_ID}
85 typeset oldoutput=$TMPDIR/zfs-versions-old.${TESTCASE_ID}
/freebsd-12-stable/sys/tools/
H A Dfw_stub.awk111 versions[num_files] = int(curr[3]);
113 versions[num_files] = 0;
170 version = versions[file_i];
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.h82 extern char *versions;
H A Daicasm_gram.y67 char *versions;
1923 if (versions != NULL)
1924 oldlen = strlen(versions);
1925 versions = realloc(versions, newlen + oldlen + 2);
1926 if (versions == NULL)
1928 strcpy(&versions[oldlen], verprefix);
1929 strcpy(&versions[oldlen + strlen(verprefix)], verstring);
1930 versions[newlen + oldlen] = '\n';
1931 versions[newle
[all...]
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh55 --disable-soname-versions \
71 --disable-soname-versions \
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dgetopt1.c50 #include <gnu-versions.h>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc72 // EnumProcessModules will fail on Windows 64 while some versions of
140 // mean that the msvc.dll versions would be returned.
/freebsd-12-stable/contrib/wpa/hs20/client/
H A DAndroid.mk11 # We try to keep this compiling against older platform versions.
13 # the older versions in external/icu4c don't, and we need to add those
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_parse.h172 version_list *versions; member in struct:program_def
H A Drpc_sample.c72 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
197 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
287 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
H A Drpc_tblout.c95 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
H A Drpc_svcout.c221 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
256 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
340 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
393 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
640 for (vp = def->def.pr.versions; vp != NULL;
859 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
1006 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
H A Drpc_hout.c168 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
292 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
310 if (!define_printed(proc, def->def.pr.versions)) {
/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc163 !if [echo REM = This file is generated from Makefile.vc > versions.vc]
166 !if [echo DOTVERSION = \>> versions.vc] \
167 && [nmakehlp -V ..\configure.ac AC_INIT >> versions.vc]
169 !include "versions.vc"
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h242 /// will extract the versions from object files if they are available.
244 /// If \a versions is NULL, or if \a num_versions is 0, the return
247 /// function with a value of \a versions and \a num_versions that
250 /// \param[out] versions
254 /// to this function so that all versions can be retrieved. If
256 /// existing versions numbers will be filled into \a versions.
257 /// If there is no version information available, \a versions
262 /// The maximum number of entries to fill into \a versions. If
266 /// \a versions t
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/tests/
H A Disctest.c114 destination.file.versions = ISC_LOG_ROLLNEVER;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp616 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { argument
618 versions, num_versions);
631 if (!versions)
635 versions[0] = version.empty() ? UINT32_MAX : version.getMajor();
637 versions[1] = version.getMinor().getValueOr(UINT32_MAX);
639 versions[2] = version.getSubminor().getValueOr(UINT32_MAX);
641 versions[i] = UINT32_MAX;
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dlog.h81 * since I am intend to make large number of versions work efficiently,
113 * channel the name, versions and maximum_size should be set before calling
122 int versions; /* >= 0, #ISC_LOG_ROLLNEVER, #ISC_LOG_ROLLINFINITE. */ member in struct:isc_logfile
637 * These are four internationalized versions of the isc_log_[v]write[1]
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dadmin.h46 #error No support for API versions other than 2
/freebsd-12-stable/release/scripts/
H A Datlas-upload.sh103 /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
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py634 self.versions = {}
649 if vername not in self.versions:
650 self.versions[vername] = VersionMap(vername)
651 self.versions[vername].append(sym)
690 for ver in self.versions.values():
966 verdiff = ListDiff(origlib.versions.keys(), newlib.versions.keys())
968 print('Original versions: ', list_str(verdiff.orig))
969 print('New versions: ', list_str(verdiff.new))
973 names_ver_str(vername, newlib.versions[vernam
[all...]

Completed in 309 milliseconds

1234