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

1234567891011>>

/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/headers/build/
H A DHaikuBuildCompatibility.h83 // BeOS version of BeBuild.h defines this
179 uint32 version; member in struct:__anon1
/haiku/headers/libs/print/libprint/
H A DAboutBox.h13 AboutBox(const char *signature, const char *driver_name, const char *version, const char *copyright);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h87 uint32 version; /* structure version number */ member in struct:__anon8
165 uint32 version; member in struct:__anon13
/haiku/headers/os/drivers/pcmcia/
H A Dcb_enabler.h19 * terms of the GNU General Public License version 2 (the "GPL"), in
21 * above. If you wish to allow the use of your version of this file
23 * your version of this file under the MPL, indicate your decision by
26 * provisions above, a recipient may use your version of this file
38 #include <pcmcia/version.h>
H A Dversion.h0 /* version.h 1.118 2003/12/20 07:16:36 (David Hinds) */
9 #include_next <pcmcia/version.h>
/haiku/headers/os/interface/
H A DPrintJob.h16 int32 version; member in struct:print_file_header
/haiku/headers/os/package/
H A DPackageResolvableExpression.h29 * or a name plus a relational operator and a version.
33 * resolvable-expression ::= <name>[<op><version>]
53 const BPackageVersion& version);
66 const BPackageVersion& version);
69 bool Matches(const BPackageVersion& version,
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h37 BPackageVersionData version; member in struct:BPackageKit::BHPKG::BPackageResolvableData
46 BPackageVersionData version; member in struct:BPackageKit::BHPKG::BPackageResolvableExpressionData
78 BPackageVersionData version; member in union:BPackageKit::BHPKG::BPackageInfoAttributeValue::__anon297
128 memset(&version, 0, sizeof(version));
/haiku/headers/os/translation/
H A DTranslationUtils.h70 int32 version);
/haiku/headers/posix/sys/
H A Dutsname.h15 char version[_SYS_NAMELEN]; /* Current version level */ member in struct:utsname
/haiku/headers/private/audio/
H A Dsoundcard.h39 * programs. The latest version is always installed together with OSS
40 * use of the latest version is strongly recommended.
315 * There is also a 8 byte version of most of the 4 byte events. The
1741 char version[32]; /* For example 4.0a */ member in struct:oss_sysinfo
1862 int version; /* Read the manual */ member in struct:oss_mixer_enuminfo
/haiku/headers/private/debug/
H A DDebugEventStream.h16 uint32 version; member in struct:debug_event_stream_header
23 // signature and version
/haiku/headers/private/drivers/
H A Ddvb.h212 uint32 version; // set this to 1 member in struct:__anon657
/haiku/headers/private/graphics/vesa/
H A Dvesa.h23 } version; member in struct:vbe_info_block
/haiku/headers/private/interface/
H A DAboutWindow.h52 virtual void SetVersion(const char* version);
/haiku/headers/private/kernel/arch/x86/
H A Dapm.h40 uint16 version; member in struct:apm_info
H A Dvesa.h14 uint16 version; member in struct:VBEInfoBlock
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h142 uint8 version:4; // IP protocol version member in struct:ip_header
145 uint8 version:4; // IP protocol version member in struct:ip_header
159 // IP protocol version 4
/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/private/package/hpkg/
H A DHPKGDefsPrivate.h25 uint16 version; member in struct:BPackageKit::BHPKG::BPrivate::hpkg_header
52 uint16 version; member in struct:BPackageKit::BHPKG::BPrivate::hpkg_repo_header
H A DWriterImplBase.h116 const BPackageVersion& version,
136 const BPackageVersion& version);
/haiku/headers/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h27 uint16 version; member in struct:BPackageKit::BHPKG::V1::BPrivate::hpkg_header
50 uint16 version; member in struct:BPackageKit::BHPKG::V1::BPrivate::hpkg_repo_header
/haiku/headers/private/system/arch/arm/
H A Darch_arm_version.h8 /* map all the various ARM defines to arch version to allow checking for minimal arch */
42 #error cannot determine arm arch version
H A Darch_real_time_data.h20 vint32 version; member in struct:arch_real_time_data

Completed in 164 milliseconds

1234567891011>>