Home
last modified time | relevance | path

Searched refs:PyMac_BuildOSType (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/
H A Dicgluemodule.c294 PyMac_BuildOSType, entry.fileType, in ici_ICMapFilename()
295 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapFilename()
296 PyMac_BuildOSType, entry.postCreator, in ici_ICMapFilename()
326 PyMac_BuildOSType, entry.fileType, in ici_ICMapTypeCreator()
327 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapTypeCreator()
328 PyMac_BuildOSType, entry.postCreator, in ici_ICMapTypeCreator()
/dports/lang/python27/Python-2.7.18/Mac/Modules/
H A Dicgluemodule.c294 PyMac_BuildOSType, entry.fileType, in ici_ICMapFilename()
295 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapFilename()
296 PyMac_BuildOSType, entry.postCreator, in ici_ICMapFilename()
326 PyMac_BuildOSType, entry.fileType, in ici_ICMapTypeCreator()
327 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapTypeCreator()
328 PyMac_BuildOSType, entry.postCreator, in ici_ICMapTypeCreator()
H A DNav.c884 "preferenceKey", PyMac_BuildOSType, dialogOptions.preferenceKey in nav_NavGetDefaultDialogOptions()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/launch/
H A D_Launchmodule.c56 "filetype", PyMac_BuildOSType, it->filetype, in LSItemInfoRecord_New()
57 "creator", PyMac_BuildOSType, it->creator, in LSItemInfoRecord_New()
64 "filetype", PyMac_BuildOSType, it->filetype, in LSItemInfoRecord_New()
65 "creator", PyMac_BuildOSType, it->creator, in LSItemInfoRecord_New()
/dports/lang/python27/Python-2.7.18/Mac/Modules/launch/
H A D_Launchmodule.c56 "filetype", PyMac_BuildOSType, it->filetype, in LSItemInfoRecord_New()
57 "creator", PyMac_BuildOSType, it->creator, in LSItemInfoRecord_New()
64 "filetype", PyMac_BuildOSType, it->filetype, in LSItemInfoRecord_New()
65 "creator", PyMac_BuildOSType, it->creator, in LSItemInfoRecord_New()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/folder/
H A D_Foldermodule.c142 PyMac_BuildOSType, theTypes); in Folder_GetFolderTypes()
248 PyMac_BuildOSType, routeToFolder, in Folder_FindFolderRouting()
288 PyMac_BuildOSType, foldType); in Folder_IdentifyFolder()
/dports/lang/python27/Python-2.7.18/Mac/Modules/folder/
H A D_Foldermodule.c142 PyMac_BuildOSType, theTypes); in Folder_GetFolderTypes()
248 PyMac_BuildOSType, routeToFolder, in Folder_FindFolderRouting()
288 PyMac_BuildOSType, foldType); in Folder_IdentifyFolder()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/ae/
H A D_AEmodule.c229 PyMac_BuildOSType, theAEKeyword, in AEDesc_AEGetNthPtr()
230 PyMac_BuildOSType, typeCode, in AEDesc_AEGetNthPtr()
259 PyMac_BuildOSType, theAEKeyword, in AEDesc_AEGetNthDesc()
283 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfNthItem()
388 PyMac_BuildOSType, typeCode, in AEDesc_AEGetParamPtr()
438 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfParam()
493 PyMac_BuildOSType, typeCode, in AEDesc_AEGetAttributePtr()
543 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfAttribute()
830 return PyMac_BuildOSType(self->ob_itself.descriptorType); in AEDesc_get_type()
/dports/lang/python27/Python-2.7.18/Mac/Modules/ae/
H A D_AEmodule.c229 PyMac_BuildOSType, theAEKeyword, in AEDesc_AEGetNthPtr()
230 PyMac_BuildOSType, typeCode, in AEDesc_AEGetNthPtr()
259 PyMac_BuildOSType, theAEKeyword, in AEDesc_AEGetNthDesc()
283 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfNthItem()
388 PyMac_BuildOSType, typeCode, in AEDesc_AEGetParamPtr()
438 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfParam()
493 PyMac_BuildOSType, typeCode, in AEDesc_AEGetAttributePtr()
543 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfAttribute()
830 return PyMac_BuildOSType(self->ob_itself.descriptorType); in AEDesc_get_type()
/dports/lang/python27/Python-2.7.18/Mac/Modules/cm/
H A D_Cmmodule.c40 PyMac_BuildOSType, itself->componentType, in CmpDesc_New()
41 PyMac_BuildOSType, itself->componentSubType, in CmpDesc_New()
42 PyMac_BuildOSType, itself->componentManufacturer, in CmpDesc_New()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/cm/
H A D_Cmmodule.c40 PyMac_BuildOSType, itself->componentType, in CmpDesc_New()
41 PyMac_BuildOSType, itself->componentSubType, in CmpDesc_New()
42 PyMac_BuildOSType, itself->componentManufacturer, in CmpDesc_New()
/dports/lang/python27/Python-2.7.18/Include/
H A Dpymactoolbox.h48 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpymactoolbox.h48 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpymactoolbox.h33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/scrap/
H A D_Scrapmodule.c190 item = Py_BuildValue("O&l", PyMac_BuildOSType, infolist[i].flavorType, in ScrapObj_GetScrapFlavorInfoList()
/dports/lang/python27/Python-2.7.18/Mac/Modules/scrap/
H A D_Scrapmodule.c190 item = Py_BuildValue("O&l", PyMac_BuildOSType, infolist[i].flavorType, in ScrapObj_GetScrapFlavorInfoList()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmactoolboxglue.c176 PyMac_BuildOSType(OSType t) in PyMac_BuildOSType() function
/dports/lang/python27/Python-2.7.18/Python/
H A Dmactoolboxglue.c176 PyMac_BuildOSType(OSType t) in PyMac_BuildOSType() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmactoolboxglue.c176 PyMac_BuildOSType(OSType t) in PyMac_BuildOSType() function
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/res/
H A D_Resmodule.c207 PyMac_BuildOSType, theType, in ResObj_GetResInfo()
800 PyMac_BuildOSType, theType); in Res_GetIndType()
822 PyMac_BuildOSType, theType); in Res_Get1IndType()
/dports/lang/python27/Python-2.7.18/Mac/Modules/res/
H A D_Resmodule.c207 PyMac_BuildOSType, theType, in ResObj_GetResInfo()
800 PyMac_BuildOSType, theType); in Res_GetIndType()
822 PyMac_BuildOSType, theType); in Res_Get1IndType()
/dports/lang/python27/Python-2.7.18/Mac/Modules/drag/
H A D_Dragmodule.c311 PyMac_BuildOSType, theType); in DragObj_GetFlavorType()
1074 args = Py_BuildValue("O&l", PyMac_BuildOSType, theType, theItem); in dragglue_SendData()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/drag/
H A D_Dragmodule.c311 PyMac_BuildOSType, theType); in DragObj_GetFlavorType()
1074 args = Py_BuildValue("O&l", PyMac_BuildOSType, theType, theItem); in dragglue_SendData()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/qt/
H A D_Qtmodule.c2450 PyMac_BuildOSType, mediaType, in MediaObj_GetMediaHandlerDescription()
2575 PyMac_BuildOSType, dhType, in MediaObj_GetMediaDataHandlerDescription()
3119 PyMac_BuildOSType, dataRefType, in MediaObj_GetMediaDataRef()
4362 PyMac_BuildOSType, _rv); in TrackObj_GetNextTrackReferenceType()
12827 PyMac_BuildOSType, fileType, in Qt_GraphicsExportGetDefaultFileTypeAndCreator()
14039 PyMac_BuildOSType, fileType, in Qt_GraphicsExportGetOutputFileTypeAndCreator()
15250 PyMac_BuildOSType, auxType); in Qt_MovieImportGetAuxiliaryDataType()
15296 PyMac_BuildOSType, fileType); in Qt_MovieImportGetFileType()
15780 PyMac_BuildOSType, creator); in Qt_MovieExportGetCreatorType()
16996 PyMac_BuildOSType, fileType); in Qt_DataHGetMacOSFileType()
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Modules/qt/
H A D_Qtmodule.c2450 PyMac_BuildOSType, mediaType, in MediaObj_GetMediaHandlerDescription()
2575 PyMac_BuildOSType, dhType, in MediaObj_GetMediaDataHandlerDescription()
3119 PyMac_BuildOSType, dataRefType, in MediaObj_GetMediaDataRef()
4362 PyMac_BuildOSType, _rv); in TrackObj_GetNextTrackReferenceType()
12827 PyMac_BuildOSType, fileType, in Qt_GraphicsExportGetDefaultFileTypeAndCreator()
14039 PyMac_BuildOSType, fileType, in Qt_GraphicsExportGetOutputFileTypeAndCreator()
15250 PyMac_BuildOSType, auxType); in Qt_MovieImportGetAuxiliaryDataType()
15296 PyMac_BuildOSType, fileType); in Qt_MovieImportGetFileType()
15780 PyMac_BuildOSType, creator); in Qt_MovieExportGetCreatorType()
16996 PyMac_BuildOSType, fileType); in Qt_DataHGetMacOSFileType()
[all …]

12