Searched refs:Py_GetPrefix (Results 1 – 13 of 13) sorted by relevance
39 Py_GetPrefix() in Py_GetPrefix() function
399 Py_GetPrefix(void) in Py_GetPrefix() function409 return Py_GetPrefix(); in Py_GetExecPrefix()
18 "Py_GetPrefix"
695 Py_GetPrefix(void) in Py_GetPrefix() function705 return Py_GetPrefix(); in Py_GetExecPrefix()
104 PyAPI_FUNC(char *) Py_GetPrefix(void);
430 Py_GetPrefix
458 Py_GetPrefix(void) in Py_GetPrefix() function
666 Py_GetPrefix(void) in Py_GetPrefix() function
1291 char* (__cdecl * Py_GetPrefix)(void); in get_sys_prefix()1324 Py_GetPrefix = (char * (*)(void))GetProcAddress in get_sys_prefix()1336 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
557 single: Py_GetPrefix()566 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
121 .. c:function:: char* Py_GetPrefix()
1443 PyString_FromString(Py_GetPrefix())); in _PySys_Init()
1784 Py_GetPrefix:char*:::