/external/python/cpython2/RISCOS/Modules/ |
D | getpath_riscos.c | 39 Py_GetPrefix() in Py_GetPrefix() function
|
/external/python/cpython2/PC/os2emx/ |
D | getpathp.c | 399 Py_GetPrefix(void) in Py_GetPrefix() function 409 return Py_GetPrefix(); in Py_GetExecPrefix()
|
D | python27.def | 18 "Py_GetPrefix"
|
/external/python/cpython3/Include/ |
D | pylifecycle.h | 58 PyAPI_FUNC(wchar_t *) Py_GetPrefix(void);
|
/external/python/cpython3/PC/ |
D | getpathp.c | 908 Py_GetPrefix(void) in Py_GetPrefix() function 918 return Py_GetPrefix(); in Py_GetExecPrefix() 958 wcscpy(py3path, Py_GetPrefix()); in _Py_CheckPython3()
|
D | python3.def | 732 Py_GetPrefix=python36.Py_GetPrefix
|
/external/python/cpython2/PC/ |
D | getpathp.c | 695 Py_GetPrefix(void) in Py_GetPrefix() function 705 return Py_GetPrefix(); in Py_GetExecPrefix()
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 104 PyAPI_FUNC(char *) Py_GetPrefix(void);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 430 Py_GetPrefix
|
D | getpathp.c | 458 Py_GetPrefix(void) in Py_GetPrefix() function
|
/external/python/cpython2/Modules/ |
D | getpath.c | 723 Py_GetPrefix(void) in Py_GetPrefix() function
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 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()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1335 char* (__cdecl * Py_GetPrefix)(void); in get_sys_prefix() 1368 Py_GetPrefix = (char * (*)(void))GetProcAddress in get_sys_prefix() 1380 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
|
/external/python/cpython3/Modules/ |
D | getpath.c | 853 Py_GetPrefix(void) in Py_GetPrefix() function
|
D | _tkinter.c | 116 prefix = PyUnicode_FromWideChar(Py_GetPrefix(), -1); in _get_tcl_lib_path()
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 1960 PyUnicode_FromWideChar(Py_GetPrefix(), -1)); in _PySys_Init() 1964 PyUnicode_FromWideChar(Py_GetPrefix(), -1)); in _PySys_Init()
|
/external/python/cpython3/Doc/c-api/ |
D | intro.rst | 564 single: Py_GetPrefix() 573 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
|
D | init.rst | 163 .. c:function:: wchar_t* Py_GetPrefix()
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 557 single: Py_GetPrefix() 566 :c:func:`Py_GetPrefix`, :c:func:`Py_GetExecPrefix`, and
|
D | init.rst | 121 .. c:function:: char* Py_GetPrefix()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1443 PyString_FromString(Py_GetPrefix())); in _PySys_Init()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1784 Py_GetPrefix:char*:::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1779 Py_GetPrefix:const char*:::
|