Searched refs:version (Results 1 - 25 of 4467) sorted by path

1234567891011>>

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c985 UInt32 version;
987 if (!number || !CFNumberGetValue(number, kCFNumberSInt32Type, &version) || version < 0x00020000) {
1900 UInt32 version; local
1902 if (!number || !CFNumberGetValue(number, kCFNumberSInt32Type, &version) || version < 0x00020000) {
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Package/
H A DMakefile9 # grab the long version number out of my prefix file
10 version := $(word 3, $(shell grep VersionNumber ../Common/AppleUSBCDCCommon.h)) macro
12 NAME := AppleUSBCDCDriver-${version}
33 sudo pkgbuild --root=${TMP} --identifier com.apple.iokit.AppleUSBCDCDriver --version ${version} ${PKG}
H A DbuildDMG.pl21 # For the most recent version see <http://www.objectpark.org>
28 my $version;
49 'version' => \$version,
66 if ($version) {
67 my ($prog, $version) = ($versionStr =~ /:\s*(\w+).pl\S*\s+(\d+\.?\d*)/);
68 print "$prog v$version\n";
72 my $firstFile = $ARGV[0]; # save an unescaped version, we may need it for the dmg's name
87 my ($version) = ($settings =~ /<key>CFBundleVersion<\/key>.*?<string>(.*?)<\/string>/is);
88 $volName = "$name $version" unles
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h105 UInt16 version; // two bytes of version number, should be 0x01, 0x00 for 1.0 member in struct:USBIrDAQoS
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp811 fBofsCode = codes[i]; // then save the encoded version
1888 fQoS.version = 0x100;
1904 fQoS.version = USBToHostWord(qos->version);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrDscInfo.h64 void SetVersion(UByte version) { fVersion = version; } argument
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_open.c125 * Check the version, the database may be out of date.
127 vers = btm->dbmeta.version;
134 "%s: btree version %lu requires a version upgrade",
142 "%s: unsupported btree version: %lu", name, (u_long)vers);
370 meta->dbmeta.version = DB_BTREEVERSION;
H A Dbt_stat.c170 sp->bt_version = meta->dbmeta.version;
240 __db_msg(env, "%lu\tBtree version number", (u_long)sp->bt_version);
H A Dbt_upgrade.c18 * Upgrade the metadata pages from version 6 to version 7.
52 newmeta->dbmeta.version = 7;
64 * Upgrade the database from version 7 to version 8.
105 /* Set the version number. */
106 newmeta->dbmeta.version = 8;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dbdbread.mak21 # 2. The version of ADS is 1.2 or above.
H A Ddb.h35 * Berkeley DB version information.
417 #define DB_LOGVERSION 14 /* Current log version. */
418 #define DB_LOGOLDVER 8 /* Oldest log version supported. */
461 u_int32_t p_version; /* Persist version. */
473 int (*version) __P((DB_LOGC *, u_int32_t *, u_int32_t)); member in struct:__db_log_cursor
485 u_int32_t st_version; /* Log file version number. */
825 * have our own version here (for name space reasons) which must have the same
1106 #define DB_BTREEVERSION 9 /* Current btree version. */
1107 #define DB_BTREEOLDVER 8 /* Oldest btree version supported. */
1110 #define DB_HASHVERSION 9 /* Current hash version
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h40 * Berkeley DB version information.
406 #define DB_LOGVERSION 14 /* Current log version. */
407 #define DB_LOGOLDVER 8 /* Oldest log version supported. */
450 u_int32_t p_version; /* Persist version. */
462 int (*version) __P((DB_LOGC *, u_int32_t *, u_int32_t)); member in struct:__db_log_cursor
474 u_int32_t st_version; /* Log file version number. */
814 * have our own version here (for name space reasons) which must have the same
1095 #define DB_BTREEVERSION 9 /* Current btree version. */
1096 #define DB_BTREEOLDVER 8 /* Oldest btree version supported. */
1099 #define DB_HASHVERSION 9 /* Current hash version
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h43 * Berkeley DB version information.
415 #define DB_LOGVERSION 14 /* Current log version. */
416 #define DB_LOGOLDVER 8 /* Oldest log version supported. */
459 u_int32_t p_version; /* Persist version. */
471 int (*version) __P((DB_LOGC *, u_int32_t *, u_int32_t)); member in struct:__db_log_cursor
483 u_int32_t st_version; /* Log file version number. */
823 * have our own version here (for name space reasons) which must have the same
1104 #define DB_BTREEVERSION 9 /* Current btree version. */
1105 #define DB_BTREEOLDVER 8 /* Oldest btree version supported. */
1108 #define DB_HASHVERSION 9 /* Current hash version
[all...]
H A Ddb_cxx.h159 typedef int (*bt_compare_fcn_type) /*C++ version available*/
161 typedef size_t (*bt_prefix_fcn_type) /*C++ version available*/
163 typedef int (*dup_compare_fcn_type) /*C++ version available*/
165 typedef int (*h_compare_fcn_type) /*C++ version available*/
167 typedef u_int32_t (*h_hash_fcn_type) /*C++ version available*/
496 static char *version(int *major, int *minor, int *patch);
751 int version(u_int32_t *versionp, u_int32_t _flags);
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c27 int version; /* Input version. */ member in struct:__anon218
99 ldg.version = 1;
377 * with db_dump format version 3 (DB 3.2).
380 * Note that version is set in db_load_rheader(), which must be called before
383 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
888 G(version) = atoi(value);
890 if (G(version) > 3) {
893 G(lineno), G(version));
1088 if (G(version) >
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/db_printlog/
H A Ddb_printlog.c67 u_int32_t logcflag, newversion, version; local
226 * the print table. Use the current version. If we're printing
227 * the log then initialize version to 0 so that we get the
228 * correct version right away.
231 version = DB_LOGVERSION;
233 version = 0;
238 (ret = db_printlog_env_init_print(env, version, &dtab)) != 0) {
268 * version of the log file changed as well.
271 if ((ret = logc->version(logc, &newversion, 0)) != 0) {
272 dbenv->err(dbenv, ret, "DB_LOGC->version");
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_uname.c131 name.machine, name.sysname, name.release, name.version);
H A Duname.c13 name.machine, name.sysname, name.release, name.version);
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h58 * Berkeley DB version information.
454 #define DB_LOGVERSION 14 /* Current log version. */
455 #define DB_LOGOLDVER 8 /* Oldest log version supported. */
498 u_int32_t p_version; /* Persist version. */
510 int (*version) __P((DB_LOGC *, u_int32_t *, u_int32_t)); member in struct:__db_log_cursor
522 u_int32_t st_version; /* Log file version number. */
862 * have our own version here (for name space reasons) which must have the same
1143 #define DB_BTREEVERSION 9 /* Current btree version. */
1144 #define DB_BTREEOLDVER 8 /* Oldest btree version supported. */
1147 #define DB_HASHVERSION 9 /* Current hash version
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h58 * Berkeley DB version information.
454 #define DB_LOGVERSION 14 /* Current log version. */
455 #define DB_LOGOLDVER 8 /* Oldest log version supported. */
498 u_int32_t p_version; /* Persist version. */
510 int (*version) __P((DB_LOGC *, u_int32_t *, u_int32_t)); member in struct:__db_log_cursor
522 u_int32_t st_version; /* Log file version number. */
862 * have our own version here (for name space reasons) which must have the same
1143 #define DB_BTREEVERSION 9 /* Current btree version. */
1144 #define DB_BTREEOLDVER 8 /* Oldest btree version supported. */
1147 #define DB_HASHVERSION 9 /* Current hash version
[all...]
H A Ddb_cxx.h159 typedef int (*bt_compare_fcn_type) /*C++ version available*/
161 typedef size_t (*bt_prefix_fcn_type) /*C++ version available*/
163 typedef int (*dup_compare_fcn_type) /*C++ version available*/
165 typedef int (*h_compare_fcn_type) /*C++ version available*/
167 typedef u_int32_t (*h_hash_fcn_type) /*C++ version available*/
496 static char *version(int *major, int *minor, int *patch);
751 int version(u_int32_t *versionp, u_int32_t _flags);
/macosx-10.9.5/BerkeleyDB-21/db/crypto/
H A Dcrypto.c267 if (meta->magic == DB_HASHMAGIC && meta->version <= 5)
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp1129 char *DbEnv::version(int *major, int *minor, int *patch) function in class:DbEnv
H A Dcxx_logc.cpp66 int DbLogc::version(u_int32_t *versionp, u_int32_t _flags) function in class:DbLogc
71 ret = logc->version(logc, versionp, _flags);
75 "DbLogc::version", ret, ON_ERROR_UNKNOWN);
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_pr.c276 __db_msg(env, "\tversion: %lu", (u_long)dbmeta->version);

Completed in 489 milliseconds

1234567891011>>