HomeSort by: relevance | last modified time | path
    Searched refs:old_version (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/store/
exceptions.hpp 65 int old_version(void) const;
exceptions.cpp 85 store::old_schema_error::old_version(void) const function in class:store::old_schema_error
backend.cpp 207 /// \param old_version Version of the database's CURRENT schema, used to
212 store::detail::backup_database(const fs::path& source, const int old_version)
214 const fs::path target(F("%s.v%s.backup") % source.str() % old_version);
  /src/external/gpl3/gcc/dist/gcc/config/
darwin-driver.cc 48 const char *old_version = version_str; local
121 return old_version;
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin-driver.cc 48 const char *old_version = version_str; local
121 return old_version;
  /src/external/bsd/kyua-cli/dist/cli/
main.cpp 289 "to upgrade it") % e.old_version();
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_master.c 1566 uint32_t current_version = 0, old_version = 0; local
1750 if (current_version > old_version) {
1754 (unsigned long)old_version,
1762 old_version = current_version;
1786 old_version = current_version;
1793 if (current_version != old_version) {
1795 * If current_version < old_version then the log got
1809 (unsigned long)old_version,
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 1535 enum cpu_version old_version = cpu; local
1559 else if (assembly_begun && version != old_version)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 1535 enum cpu_version old_version = cpu; local
1559 else if (assembly_begun && version != old_version)
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 1246 /* OLD_VERSION is the symbol version of the existing
1248 const char *old_version;
1251 old_version = strrchr (h->root.root.string,
1254 old_version = NULL;
1258 *matched = (old_version == new_version
1259 || (old_version != NULL
1261 && strcmp (old_version, new_version) == 0));
1245 const char *old_version; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 1231 /* OLD_VERSION is the symbol version of the existing
1233 char *old_version;
1236 old_version = strrchr (h->root.root.string,
1239 old_version = NULL;
1243 *matched = (old_version == new_version
1244 || (old_version != NULL
1246 && strcmp (old_version, new_version) == 0));
1230 char *old_version; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 1192 /* OLD_VERSION is the symbol version of the existing
1194 char *old_version;
1197 old_version = strrchr (h->root.root.string,
1200 old_version = NULL;
1204 *matched = (old_version == new_version
1205 || (old_version != NULL
1207 && strcmp (old_version, new_version) == 0));
1191 char *old_version; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 1192 /* OLD_VERSION is the symbol version of the existing
1194 char *old_version;
1197 old_version = strrchr (h->root.root.string,
1200 old_version = NULL;
1204 *matched = (old_version == new_version
1205 || (old_version != NULL
1207 && strcmp (old_version, new_version) == 0));
1191 char *old_version; local

Completed in 75 milliseconds