Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c4982 #define _STRINGCONST(name) PyModule_AddObject(m, #name, CFStringRefObj_New(name)) in init_CF() macro
4983 _STRINGCONST(kCFPreferencesAnyApplication); in init_CF()
4984 _STRINGCONST(kCFPreferencesCurrentApplication); in init_CF()
4985 _STRINGCONST(kCFPreferencesAnyHost); in init_CF()
4986 _STRINGCONST(kCFPreferencesCurrentHost); in init_CF()
4987 _STRINGCONST(kCFPreferencesAnyUser); in init_CF()
4988 _STRINGCONST(kCFPreferencesCurrentUser); in init_CF()