Home
last modified time | relevance | path

Searched refs:PyMac_BuildStr255 (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Mac/Modules/
Dicgluemodule.c171 return Py_BuildValue("O&", PyMac_BuildStr255, key); in ici_ICGetIndPref()
298 PyMac_BuildStr255, entry.extension, in ici_ICMapFilename()
299 PyMac_BuildStr255, entry.creatorAppName, in ici_ICMapFilename()
300 PyMac_BuildStr255, entry.postAppName, in ici_ICMapFilename()
301 PyMac_BuildStr255, entry.MIMEType, in ici_ICMapFilename()
302 PyMac_BuildStr255, entry.entryName); in ici_ICMapFilename()
330 PyMac_BuildStr255, entry.extension, in ici_ICMapTypeCreator()
331 PyMac_BuildStr255, entry.creatorAppName, in ici_ICMapTypeCreator()
332 PyMac_BuildStr255, entry.postAppName, in ici_ICMapTypeCreator()
333 PyMac_BuildStr255, entry.MIMEType, in ici_ICMapTypeCreator()
[all …]
DNav.c878 "clientName", PyMac_BuildStr255, &dialogOptions.clientName, in nav_NavGetDefaultDialogOptions()
879 "windowTitle", PyMac_BuildStr255, &dialogOptions.windowTitle, in nav_NavGetDefaultDialogOptions()
880 "actionButtonLabel", PyMac_BuildStr255, &dialogOptions.actionButtonLabel, in nav_NavGetDefaultDialogOptions()
881 "cancelButtonLabel", PyMac_BuildStr255, &dialogOptions.cancelButtonLabel, in nav_NavGetDefaultDialogOptions()
882 "savedFileName", PyMac_BuildStr255, &dialogOptions.savedFileName, in nav_NavGetDefaultDialogOptions()
883 "message", PyMac_BuildStr255, &dialogOptions.message, in nav_NavGetDefaultDialogOptions()
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c653 PyMac_BuildStr255, name); in Snd_SetSoundPreference()
673 PyMac_BuildStr255, name); in Snd_GetSoundPreference()
690 PyMac_BuildStr255, compressionName); in Snd_GetCompressionName()
775 PyMac_BuildStr255, deviceName, in Snd_SPBGetIndexedDevice()
/external/python/cpython2/Include/
Dpymactoolbox.h53 PyObject *PyMac_BuildStr255(Str255); /* Convert Str255 to PyObject */
/external/python/cpython2/Mac/Modules/fm/
D_Fmmodule.c68 PyMac_BuildStr255, name); in Fm_GetFontName()
/external/python/cpython2/Python/
Dmactoolboxglue.c207 PyMac_BuildStr255(Str255 s) in PyMac_BuildStr255() function
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c1299 PyMac_BuildStr255, text); in Dlg_GetDialogItemText()
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c208 PyMac_BuildStr255, name); in ResObj_GetResInfo()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c785 PyMac_BuildStr255, itemString); in MenuObj_GetMenuItemText()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c963 PyMac_BuildStr255, title); in WinObj_GetWTitle()
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c811 PyMac_BuildStr255, theString); in Alias_GetAliasInfo()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c671 PyMac_BuildStr255, title); in CtlObj_GetControlTitle()