Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython2/Include/
Dsysmodule.h13 PyAPI_FUNC(void) PySys_SetArgv(int, char **);
/aosp_15_r20/external/python/cpython3/Include/
Dsysmodule.h13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsysmodule.h13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsysmodule.h13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsysmodule.h13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsysmodule.h13 Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def373 PySys_SetArgv
/aosp_15_r20/external/python/cpython2/Modules/
Dmain.c581 PySys_SetArgv(argc-_PyOS_optind, argv+_PyOS_optind); in Py_Main()
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1327 PySys_SetArgv:int:::
1328 PySys_SetArgv:int:argc::
1329 PySys_SetArgv:char**:argv::
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1135 "PySys_SetArgv"
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2146 PySys_SetArgv:void:::
2147 PySys_SetArgv:int:argc::
2148 PySys_SetArgv:wchar_t**:argv::
Dstable_abi.dat600 function,PySys_SetArgv,3.2,,
Dpython3.11.abi657 …<elf-symbol name='PySys_SetArgv' type='func-type' binding='global-binding' visibility='default-vis…
15593PySys_SetArgv' mangled-name='PySys_SetArgv' filepath='./Python/sysmodule.c' line='3313' column='1'…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c550 EXPORT_FUNC(PySys_SetArgv)
/aosp_15_r20/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)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst240 single: PySys_SetArgv()
658 :c:func:`PySys_SetArgv`, for example using::
670 .. c:function:: void PySys_SetArgv(int argc, wchar_t **argv)
/aosp_15_r20/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
/aosp_15_r20/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
D3.11.rst2572 * :c:func:`PySys_SetArgv`
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c3359 PySys_SetArgv(int argc, wchar_t **argv) in PySys_SetArgv() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1321 [function.PySys_SetArgv]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0b1.rst2031 Deprecate the C functions: :c:func:`PySys_SetArgv`,