Searched refs:osType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXFCmd.c78 "osType", /* name */
505 OSType osType;
522 if (GetOSTypeFromObj(interp, types->macType, &osType) != TCL_OK) {
525 if (osType != OSSwapBigToHostInt32(finder->type)) {
530 if (GetOSTypeFromObj(interp, types->macCreator, &osType) != TCL_OK) {
533 if (osType != OSSwapBigToHostInt32(finder->creator)) {
593 const OSType osType) /* OSType used to initialize the new object. */
599 objPtr->internalRep.longValue = (long) osType;
639 OSType osType;
643 osType
501 OSType osType; local
586 NewOSTypeObj( const OSType osType) argument
632 OSType osType; local
673 OSType osType = (OSType) objPtr->internalRep.longValue; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPlatDecls.h69 OSType osType));
71 EXTERN Tcl_Obj * Tcl_NewOSTypeObj _ANSI_ARGS_((OSType osType));
107 void (*tcl_SetOSTypeObj) _ANSI_ARGS_((Tcl_Obj * objPtr, OSType osType)); /* 5 */
108 Tcl_Obj * (*tcl_NewOSTypeObj) _ANSI_ARGS_((OSType osType)); /* 6 */
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DNavigationGetFile.c158 BlockMoveData( typeListPtr, (*typeListHand)->osType, numTypes * sizeof(OSType) );
H A DBroadcast.c2103 OSType osType; local
2121 err = GetSourcerType( sourcer, &osType );
2125 lType = EndianU32_BtoN( osType );
2132 err = QTSSourcerGetInfo( sourcer, kQTSMediaTypeInfo, &osType );
2136 lType = EndianU32_BtoN( osType );
H A DQuickTimeTcl.c1032 OSType osType;
1111 fileType = nameToOSType[i].osType;
1027 OSType osType; member in struct:__anon12888
/macosx-10.10/tcl-105/tcl_ext/tclresource/tclresource/
H A DtclResource.c91 static void TclRes_SetOSTypeObj(Tcl_Obj * objPtr, OSType osType);
92 static Tcl_Obj * TclRes_NewOSTypeObj(OSType osType);
107 static Tcl_ObjType osType = { variable
121 int osTypeInit = 0; // 0 means Tcl object of osType hasn't
2477 Tcl_RegisterObjType(&osType);
2483 objPtr->typePtr = &osType;
2513 Tcl_RegisterObjType(&osType);
2521 objPtr->typePtr = &osType;
2555 Tcl_RegisterObjType(&osType);
2558 if (objPtr->typePtr == &osType) {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEDesc.c1946 OSType osType = kLSUnknownCreator; // ' ';
1974 osType = (OSType) osTypeStr[0] << 24 |
1982 return osType;
1917 OSType osType = kLSUnknownCreator; // ' '; local
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c17826 static int osType = 0;
17827 if( osType==0 ){
17831 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
17833 return osType==2;
[all...]

Completed in 536 milliseconds