Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Ostype


Related Topics

In the News (Tue 22 Dec 09)

  
  OSType - Wikipedia, the free encyclopedia
OSType (also known as FourCC or ResType) is the name of a four-byte sequence commonly used as an identifier in Mac OS.
OSTypes are also used to identify the type of data in places other than files: for instance, on the Clipboard, in resources, or in AppleEvents.
Since Mac OS X 10.3, OSType signatures are one of several sources that may be examined to determine a Uniform Type Identifier and are no longer used as the primary data type signature.
en.wikipedia.org /wiki/OSType   (381 words)

  
 Take a BrainSip (via CobWeb/3.1 planetlab2.cs.unc.edu)   (Site not responding. Last check: 2007-09-10)
'''OSType''' (also known as FourCC or ResType) is the name of a four-byte type commonly used as an identifier in Mac OS.
OSType values were used to identify file data format types, as well as the applications that created them.
OSTypes were also used to identify the types of data in other places besides files: for instance, on the Clipboard or in resources, as well as in AppleEvents.
ostype.mestskadoprava.sk.cob-web.org:8888   (431 words)

  
 Sendmail cf/README - OSTYPEs
There are several environments available; look at the "ostype" directory for the current list.
In general, the OSTYPE macro should go immediately after any version information, and MAILER definitions should always go last.
Unfortunately, the list of configuration-supported systems is not as broad as the list of source-supported systems, since many of the source contributors do not include corresponding ostype files.
www.sendmail.org /m4/ostype.html   (1318 words)

  
 README For Sendmail Configuration With m4
OSTYPE(hpux9)dnl You must specify an OSTYPE to properly configure things such as the pathname of the help and status files, the flags needed for the local mailer, and other important things.
See also the description of OSTYPE for some parameters that can be tweaked (generally pathnames to mailers).
These should always be referenced using the OSTYPE macro in the.mc file.
www.uwsg.iu.edu /usail/mail/configuration/cf-README.html   (8262 words)

  
 Class quicktime.util.QTUtils   (Site not responding. Last check: 2007-09-10)
Reclaim as much memory as possible and ensure that all finalize methods are called on objects which have been collected.
The offset specifies where the count byte is within the byte array that is passed in - typically 0.
The OSType int is presumed to be the right endian layout.
www.brookings.edu /es/dynamics/models/temp/QTJava_SDK/qtjavadocs/docs/quicktime/util/QTUtils.html   (871 words)

  
 [openh323] Latest Voxilla gives compiler errors!!!   (Site not responding. Last check: 2007-09-10)
The OSTYPE's for linux are normalised to "linux" in unix.mak.
Currently if OSTYPE is "linux", "Linux" or "linux-gnu" or MACHTYPE is "i386-linux" or "i486-linux" it will set OSTYPE to "linux".
If you have another variation of the OSTYPE or uname -s strings on your linux box please tell us and we will include it in the unix.mak file.
www.openh323.org /pipermail/openh323/1999-June/033766.html   (340 words)

  
 Daring Fireball: Setting Empty File and Creator Types
The problem is that HFS file and creator types aren’t really strings; they’re OSType values, which are exactly four bytes.
What you can’t do, however, is coerce to OSType a string of any other length.
But OSType values are never truly “empty” — they’re always exactly four bytes.
daringfireball.net /2004/02/setting_empty_file_and_creator_types   (790 words)

  
 Exim Specification - 4 Building and installing Exim   (Site not responding. Last check: 2007-09-10)
where <ostype> is the operating system type and <archtype> is the architecture type.
The values used for <ostype> and <archtype> are obtained from scripts called
If either of the environment variables OSTYPE or ARCHTYPE is set, their values are used, thereby providing a means of forcing particular settings.
www.dcs.gla.ac.uk /exim/exim-html-1.90/doc/html/spec_4.html   (2487 words)

  
 10 Minutes with Flash: Creating an External Text File with JSFL > The Coding Part   (Site not responding. Last check: 2007-09-10)
If they do, we'll determine which type of operating system was chosen by the user, and use that information to tell Flash where to save the.txt file.
The next thing we need is a function that checks the osUserName and osType components to make sure that they have values, and if so, runs the createDestinationPath() function.
This is a conditional statement as well, so the saveTo string is never created unless these two components have values.
www.informit.com /articles/article.asp?p=170506&seqNum=2   (628 words)

  
 Developer Resources   (Site not responding. Last check: 2007-09-10)
CreateFileStreamRead (const SysFile andsysFile, uint32 mode=kOpenIn, OSType fileType=0x3f3f3f3f, OSType creator=0x3f3f3f3f)
CreateObjectTextFileStreamWrite (IDataBase *db, const SysFile andsysFile, uint32 mode=kOpenOut, OSType fileType=0x3f3f3f3f, OSType creator=0x3f3f3f3f)
Open a stream for reading from a file, downloads the file if it's not already in local repository.
partners.adobe.com /public/developer/indesign/sdk/explodedSDK/cs.01/docs/references/api/classStreamUtil.html   (1021 words)

  
 Class quicktime.std.music.ToneDescription
Returns the current OSType of the described instrument's synthesiser.
Initialises the tone description structure through providing the user with a dialog that allows the user to choose the instrument.
Sets the current OSType of the described instrument's synthesiser.
www.brookings.edu /es/dynamics/models/temp/QTJava_SDK/qtjavadocs/docs/quicktime/std/music/ToneDescription.html   (416 words)

  
 CPLAT: CP_CFBundle Class Reference
OSType The MacOS page creator code for the bundle.
OSType The MacOS package type for the bundle.
Returns the short version string from the bundle.
www.ksoft.net /Documentation_Generated/html/a00729.html   (201 words)

  
 MacDevCenter.com -- Creating Spotlight Plugins
That line wasn't highlighted because I didn't think it was all that interesting at the time -- but perhaps it should have been highlighted.
To your question "should all importers be set to this ostype" -- No. The 4 character code of type OSType should correspond to the UTI/file extension in question.
Perhaps we could/should have named it "stick" and introduced a "formal" 4 digit OSType value that identified documents of UTI type "aaa".
www.oreilly.com /pub/a/mac/2005/07/15/spotlight.html?page=4   (1257 words)

  
 Apple events - Wikipedia, the free encyclopedia
The starting point is a dynamically-typed, extensible descriptor format called an AEDesc, which is just an OSType code specifying the data type, together with a block of type-dependent data.
The internal structure of these contain recursively-nested AEDescs, while the AERecord also associated each element with a unique record field ID, which is an OSType.
The Apple Event Manager provides API calls to construct these structures, as well as extract their contents and query the type of contents they hold.
en.wikipedia.org /wiki/Apple_Events   (364 words)

  
 My First sendmail.cf
It is entirely possible that the above will generate a functioning sendmail.cf for your server--especially if you are running a linux server.
To find allowable values, browse the directory cf/ostype (where the cf in cf/ostype is the same as the first cf in cf/cf--the sendmail distribution directory that contains sample mc files).
In the cf/ostype directory try to identify a file that matches the name of your OS, then remove the trailing ".m4" and use the name as an argument to the OSTYPE macro.
www.technoids.org /myfirstsendmailcf.html   (1815 words)

  
 KiXtart.org - official site: OSQuery() - Determine what OS using WMI
$ostype = 17 And Left($Version, 3) = 4.9 $ostype = "WIN9ME"
$ostype = 18 And Left($Version, 3) = 4.0 $ostype = "WINNT"
$ostype = 18 And Left($Version, 3) = 5.1 $ostype = "WINXP"
www.kixtart.org /ubbthreads/showflat.php?Cat=0&Number=82285&an=0&page=34   (424 words)

  
 Climate Modelling Group - Model Description
If you did not have an OSTYPE or HOST name set, some mk variables remained undefined unless set in a local mk.in or ~/mk.in file (see note about BASH SHELL AND OSTYPE).
The latest version of the mk script has been changed to use "Default" settings if a setting would otherwise remain undefined.
A "bash" shell may not set your OSTYPE environment variable or may set it differently than a csh or tcsh.
wikyonos.seos.uvic.ca /model/2.6/notes.html   (1441 words)

  
 [No title]
# OSTYPE is not defined on Solaris if [ !
"${OSTYPE}" ]; then OSTYPE=`uname -s` fi if [ -f /etc/SuSE-release ] ; then OSTYPE='Suse' fi if [ -f /etc/debian_version ] ; then OSTYPE='Debian' fi if [ ${OSTYPE} != "FreeBSD" -a ${OSTYPE} != "SunOS" -a ${OSTYPE} != "darwin7.0" -a ${OSTYPE} != "Debian" -a ${OSTYPE} != "Suse" ]; then # Source function library.
if [ ${OSTYPE} != "FreeBSD" -a ${OSTYPE} != "SunOS" -a ${OSTYPE} != "darwin7.0" -a ${OSTYPE} != "Debian" -a ${OSTYPE} != "Suse" ]; then if [ ${NETWORKING} = "no" ] then exit 0 fi fi # Check config files [ -d $sympadir ]
www.sympa.org /distribution/current/src/etc/script/sympa   (391 words)

  
 Program 1   (Site not responding. Last check: 2007-09-10)
The program will output all the arguments passed into the program.
The program will search through "env" and output any line which contains "OSTYPE" or "HOSTTYPE".
Below is the output from a number of runs of my program.
web.umr.edu /~matt/284_Fall_2003/program1.html   (454 words)

  
 [Chapter 19] 19.3 The Minimal mc File
We recommend that you use these recommendations as a jumping-off point and investigate all the
Support for various operating systems is supplied with the OSTYPE
Instead, you must specify which ones you want to support and which ones to ignore.
www.xs4all.nl /~sjoel/the-networking-cd-bookshelf/sendmail/ch19_03.htm   (611 words)

  
 SProcesses Documentation   (Site not responding. Last check: 2007-09-10)
(OSType creator, OSType typ, ProcessSerialNumber *processP, CFSpec *specP);
Search for a running process, and return its PSN and FSSpec in 'processP' and 'specP' if found.
Class does not inherit from any other class.
tolstoy.com /samizdat/jcdocs/source/docs/cdocs/mac/SProcesses.html   (185 words)

  
 Re: Launch Services: Extension to OSType? (via CobWeb/3.1 planetlab2.cs.unc.edu)   (Site not responding. Last check: 2007-09-10)
Previous by thread: Re: Launch Services: Extension to OSType?
Next by thread: Re: Launch Services: Extension to OSType?
Visit the Apple Store online or at retail locations.
lists.apple.com.cob-web.org:8888 /archives/carbon-dev/2006/Mar/msg00748.html   (207 words)

  
 Chapter 6. Using Python
Here is an example how you can handle that.
The first and third line start with the "@" character.
Python has a "for" loop that is very flexible.
www.a-a-p.org /exec/tutor-python.html   (946 words)

  
 Developer Resources   (Site not responding. Last check: 2007-09-10)
Copy a uid from the src database into a new object in the destination database
File is actually opened on demand, the first time a read is requested.
Opens a stream for reading resource specification data.
partners.adobe.com /public/developer/indesign/sdk/explodedSDK/win/Documentation/WebDocs/s/StreamUtil.html   (296 words)

  
 : Class ClassPath   (Site not responding. Last check: 2007-09-10)
Setup the application class paths (PHP 'include_path') for the included class files, for the duration of the main script
public string concatPaths(var $path1, var $path2, var $osType)
Returns the two path strings joined with the correct environment string delimiter for the host operating system.
www.phpmvc.net /docs/api/phpmvc-beta/phpmvc/ClassPath.html   (187 words)

  
 Jerome BENOIT - Re: OSTYPE
Jerome "Larry Hall (RFK Partners, Inc)" wrote: > > I'm sorry Jerome but this issue has been discussed to death in the email > archives.
If you want to find out why OSTYPE and various other environment > variables are no longer set by default in bash, please check the email > archives.
grep OSTYPE > > > > > > $ set
www.cygwin.com /ml/cygwin/2002-01/msg00252.html   (208 words)

  
 Net-SNMP
defined(osf5) 00394 #define OSTYPE OSFID 00395 #endif 00396 #ifdef ultrix4 00397 #define OSTYPE ULTRIXID 00398 #endif 00399 #if defined(netbsd1)
defined(irix5) 00406 #define OSTYPE IRIXID 00407 #endif 00408 #ifdef linux 00409 #define OSTYPE LINUXID 00410 #endif 00411 #if defined(bsdi2)
defined(aix5) 00421 #define OSTYPE AIXID 00422 #endif 00423 #ifdef darwin8 00424 #define OSTYPE MACOSXID 00425 #endif 00426 /* unknown */ 00427 #ifndef OSTYPE 00428 #define OSTYPE UNKNOWNID 00429 #endif 00430 00431 /* The enterprise number has been assigned by the IANA group.
net-snmp.sourceforge.net /dev/agent/acconfig_8h-source.html   (1214 words)

  
 $OSTYPE - Aaaaaaaaaaaaaaargh ! (via CobWeb/3.1 planetlab2.cs.unc.edu)   (Site not responding. Last check: 2007-09-10)
From: jorg dot schaible at db dot com
Hello, with the lastest version of the bash the content of $OSTYPE has changed from "cygwin" to "cygwin32" again without further notice.
Since I used this entry to detect the old B20.1 from the new Cygnus V1.1 I have now a lot of broken scripts and makefiles that have to run on both versions.
www.cygwin.com.cob-web.org:8888 /ml/cygwin/2000-05/msg01107.html   (111 words)

  
 [Bug 33215] - Cygwin build/install.sh fix (OSTYPE => ext=.exe) | Apache | Bugs
[Bug 33215] - Cygwin build/install.sh fix (OSTYPE => ext=.exe)
[Bug 33215] - Cygwin build/install.sh fix (OSTYPE => ext=.exe)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
www.gossamer-threads.com /lists/apache/bugs/283044   (109 words)

  
 [No title]
# # Makefile for generating the COmPACT reader - requires GNUmake (gmake) # # Get OS type from uname shell command SHELL = /bin/sh OSTYPE = $(shell uname) #-----------------------User Selections----------------------------- # Uncomment the following line for F77 mode compilation #F77DEF = -DCOMPACT_F77 # Is zlib installed on your system?
ZLIBSYS = no #Do you want to use the libraries stored on public afs ?
This # is used to ensure the COmPACT library is always uptodate.
www.hep.phy.cam.ac.uk /na48off/axpj/compact/Makefile   (216 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.