Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsysmodule.h13 PyAPI_FUNC(void) PySys_SetArgv(int, char **);
/external/python/cpython2/Python/
Dfrozenmain.c49 PySys_SetArgv(argc, argv); in Py_FrozenMain()
Dsysmodule.c1723 PySys_SetArgv(int argc, char **argv) in PySys_SetArgv() function
/external/python/cpython3/Include/
Dsysmodule.h17 PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/external/python/cpython3/Python/
Dfrozenmain.c92 PySys_SetArgv(argc, argv_copy); in Py_FrozenMain()
Dsysmodule.c2635 PySys_SetArgv(int argc, wchar_t **argv) in PySys_SetArgv() function
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c732 DECLPROC(hPython, int, PySys_SetArgv, (int, wchar_t **)); in do_run_installscript()
741 if (!Py_Initialize || !PySys_SetArgv in do_run_installscript()
770 PySys_SetArgv(argc, wargv); in do_run_installscript()
1334 void (__cdecl * PySys_SetArgv)(int, char **); in get_sys_prefix()
1356 PySys_SetArgv = (void (*)(int, char **))GetProcAddress in get_sys_prefix()
1378 PySys_SetArgv(1, &exe); in get_sys_prefix()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c701 DECLPROC(hPython, int, PySys_SetArgv, (int, char **)); in do_run_installscript()
710 if (!Py_Initialize || !PySys_SetArgv in do_run_installscript()
735 PySys_SetArgv(argc, argv); in do_run_installscript()
1290 void (__cdecl * PySys_SetArgv)(int, char **); in get_sys_prefix()
1312 PySys_SetArgv = (void (*)(int, char **))GetProcAddress in get_sys_prefix()
1334 PySys_SetArgv(1, &exe); in get_sys_prefix()
/external/python/cpython2/PC/os2vacpp/
Dpython.def373 PySys_SetArgv
/external/python/cpython2/Modules/
Dmain.c576 PySys_SetArgv(argc-_PyOS_optind, argv+_PyOS_optind); in Py_Main()
/external/python/cpython3/PC/
Dpython3.def559 PySys_SetArgv=python37.PySys_SetArgv
/external/python/cpython2/Doc/data/
Drefcounts.dat1327 PySys_SetArgv:int:::
1328 PySys_SetArgv:int:argc::
1329 PySys_SetArgv:char**:argv::
/external/python/cpython2/PC/os2emx/
Dpython27.def1135 "PySys_SetArgv"
/external/python/cpython3/Doc/data/
Drefcounts.dat2137 PySys_SetArgv:void:::
2138 PySys_SetArgv:int:argc::
2139 PySys_SetArgv:wchar_t**:argv::
/external/python/cpython2/Doc/c-api/
Dinit.rst28 single: PySys_SetArgv()
304 :c:func:`PySys_SetArgv`, for example using::
314 .. c:function:: void PySys_SetArgv(int argc, char **argv)
/external/python/cpython3/Doc/c-api/
Dinit.rst236 single: PySys_SetArgv()
589 :c:func:`PySys_SetArgv`, for example using::
599 .. c:function:: void PySys_SetArgv(int argc, wchar_t **argv)
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2163 that embed Python. The old function, :c:func:`PySys_SetArgv`, would
2171 whether you're calling :c:func:`PySys_SetArgv` and carefully consider
2549 :c:func:`PySys_SetArgv` function was used. Check whether you're
2550 calling :c:func:`PySys_SetArgv` and carefully consider whether the
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2139 that embed Python. The old function, :c:func:`PySys_SetArgv`, would
2147 whether you're calling :c:func:`PySys_SetArgv` and carefully consider
2519 :c:func:`PySys_SetArgv` function was used. Check whether you're
2520 calling :c:func:`PySys_SetArgv` and carefully consider whether the