Searched refs:version (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/haiku/headers/private/system/
H A Dsymbol_versioning.h12 # define DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION(function, symbol, version) \
13 B_DEFINE_SYMBOL_VERSION(function, symbol "KERNEL_" version)
15 # define DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION(function, symbol, version) \
16 B_DEFINE_SYMBOL_VERSION(function, symbol "LIBROOT_" version)
/haiku/src/system/libroot/os/arch/arm/
H A Dtime.c23 sRealTimeData->version = 0;
33 int32 version; local
36 version = sRealTimeData->version;
37 offset = sRealTimeData->data[version % 2].system_time_offset;
38 } while (version != sRealTimeData->version);
/haiku/src/system/libroot/os/arch/m68k/
H A Dtime.c23 sRealTimeData->version = 0;
33 int32 version; local
36 version = sRealTimeData->version;
37 offset = sRealTimeData->data[version % 2].system_time_offset;
38 } while (version != sRealTimeData->version);
/haiku/src/system/libroot/os/arch/ppc/
H A Dtime.c23 sRealTimeData->version = 0;
33 int32 version; local
36 version = sRealTimeData->version;
37 offset = sRealTimeData->data[version % 2].system_time_offset;
38 } while (version != sRealTimeData->version);
/haiku/src/bin/
H A Dboot_process_done.cpp20 uint32 version = 0; local
22 &version, sizeof(version));
H A Dversion.cpp21 printf("usage: version [OPTION] FILENAME [FILENAME2, ...]\n"
22 "Returns the version of a file.\n\n"
24 " -l, --long print long version information of FILENAME\n"
27 " -s, --system print system version instead of app version\n"
28 " --version print version information for this command\n");
47 version_info version; local
48 if (info.GetVersionInfo(&version, kind) != B_OK) {
54 printf("%s\n", version
[all...]
/haiku/build/scripts/
H A Dupload_haiku_repository20 # determine the version
22 version=${fileName#*-}
23 version=${version%%-*}
26 rsync -rutlv -e ssh "$repositoryDir/" "$sshUserName@$sshServer:$sshDestPath/$arch/$version/"
27 ssh "$sshUserName@$sshServer" "chmod -R 755 $sshDestPath/$arch/$version"
28 sshSymlinkCommand="ln -sfT $version $sshDestPath/$arch/current"
/haiku/src/system/kernel/arch/ppc/
H A Darch_real_time_clock.cpp32 data->arch_data.version = 0;
64 int32 version = data->arch_data.version + 1; local
65 data->arch_data.data[version % 2].system_time_offset = offset;
66 data->arch_data.version = version;
76 int32 version; local
79 version = data->arch_data.version;
80 offset = data->arch_data.data[version
[all...]
/haiku/headers/libs/print/libprint/
H A DAboutBox.h13 AboutBox(const char *signature, const char *driver_name, const char *version, const char *copyright);
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dqrspec.h10 * version 2.1 of the License, or any later version.
37 * Return maximum data code length (bytes) for the version.
38 * @param version
42 extern int QRspec_getDataLength(int version, QRecLevel level);
45 * Return maximum error correction code length (bytes) for the version.
46 * @param version
50 extern int QRspec_getECCLength(int version, QRecLevel level);
53 * Return a version number that satisfies the input code length.
56 * @return version numbe
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dfirmware.h16 unsigned int version; // version of the image member in struct:firmware
/haiku/src/system/libroot/posix/sys/
H A Duname.c42 snprintf(info->version, sizeof(info->version), "%s ", haikuRevision);
44 info->version[0] = '\0';
45 strlcat(info->version, systemInfo.kernel_build_date, sizeof(info->version));
46 strlcat(info->version, " ", sizeof(info->version));
47 strlcat(info->version, systemInfo.kernel_build_time, sizeof(info->version));
/haiku/headers/private/kernel/
H A Dgeneric_syscall.h30 uint32 version, uint32 flags);
31 status_t unregister_generic_syscall(const char *subsystem, uint32 version);
/haiku/headers/os/drivers/pcmcia/
H A Dversion.h0 /* version.h 1.118 2003/12/20 07:16:36 (David Hinds) */
9 #include_next <pcmcia/version.h>
/haiku/headers/posix/sys/
H A Dutsname.h15 char version[_SYS_NAMELEN]; /* Current version level */ member in struct:utsname
/haiku/headers/private/system/arch/arm/
H A Darch_real_time_data.h20 vint32 version; member in struct:arch_real_time_data
/haiku/headers/private/system/arch/m68k/
H A Darch_real_time_data.h19 vint32 version; member in struct:arch_real_time_data
24 // version % 2). When setting the offset, we do that with disabled
26 // into the other array element and increment the version.
27 // A reader first reads the version, then the date of interest, and
28 // finally rechecks the version. If it hasn't changed in the meantime,
/haiku/headers/private/system/arch/ppc/
H A Darch_real_time_data.h19 vint32 version; member in struct:arch_real_time_data
24 // version % 2). When setting the offset, we do that with disabled
26 // into the other array element and increment the version.
27 // A reader first reads the version, then the date of interest, and
28 // finally rechecks the version. If it hasn't changed in the meantime,
/haiku/src/add-ons/translators/rtf/
H A DConfigView.cpp30 char version[256]; local
31 snprintf(version, sizeof(version), B_TRANSLATE("Version %d.%d.%d, %s"),
36 BStringView *versionView = new BStringView("version", version);
/haiku/src/add-ons/translators/stxt/
H A DSTXTView.cpp38 char version[256]; local
39 snprintf(version, sizeof(version), "Version %d.%d.%d, %s",
44 BStringView *versionView = new BStringView("version", version);
/haiku/headers/private/system/arch/arm64/
H A Darch_real_time_data.h18 vint32 version; member in struct:arch_real_time_data
/haiku/src/add-ons/translators/bmp/
H A DBMPView.cpp37 char version[256]; local
38 snprintf(version, sizeof(version), B_TRANSLATE("Version %d.%d.%d, %s"),
43 BStringView *versionView = new BStringView("version", version);
/haiku/src/libs/print/libprint/
H A DAboutBox.cpp26 AboutBoxView(BRect frame, const char *driver_name, const char *version, const char *copyright);
36 AboutBoxView::AboutBoxView(BRect rect, const char *driver_name, const char *version, const char *copyright) argument
40 fVersion = version;
72 AboutBoxWindow(BRect frame, const char *driver_name, const char *version, const char *copyright);
77 AboutBoxWindow::AboutBoxWindow(BRect frame, const char *driver_name, const char *version, const char *copyright) argument
84 AddChild(new AboutBoxView(Bounds(), driver_name, version, copyright));
102 AboutBox::AboutBox(const char *signature, const char *driver_name, const char *version, const char *copyright) argument
107 AboutBoxWindow *window = new AboutBoxWindow(rect, driver_name, version, copyright);
/haiku/src/bin/unzip/
H A Dapi.c4 See the accompanying file LICENSE, version 2000-Apr-09 or later
17 void UzpVersion2(UzpVer2 *version)
62 static UzpVer version; /* doesn't change between calls */ local
65 version.structlen = UZPVER_LEN;
68 version.flag = 1;
70 version.flag = 0;
72 version.betalevel = UZ_BETALEVEL;
73 version.date = UZ_VERSION_DATE;
76 version.zlib_version = ZLIB_VERSION;
77 version
103 UzpVersion2(UzpVer2 *version) argument
[all...]
/haiku/src/system/libroot/posix/glibc/include/
H A Dshlib-compat.h8 version 2.1 of the License, or (at your option) any later version.
32 symbols like `ABI_libm_GLIBC_2_0' for each version set in the source
33 code for each library. For a version set that is subsumed by a later
34 version set, the definition gives the subsuming set, i.e. if GLIBC_2_0
36 Each version set that is to be distinctly defined in the output has an
39 when the two version sets named are in fact two different ABIs we are
41 extra code to support this version set where it has been superseded by a
42 newer version. The compatibility code should be conditionalized with
44 in the GLIBC_2.0 version an
[all...]

Completed in 133 milliseconds

1234567891011>>