Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Dexec.h71 extern int spawnl(const char *name, const char *arg, ...);
/external/selinux/gui/
Dsystem-config-selinux.py128 os.spawnl(os.P_NOWAIT, "/usr/share/system-config-selinux/semanagegui.py")
131 os.spawnl(os.P_NOWAIT, "/usr/bin/seaudit")
/external/syslinux/com32/lib/sys/module/
Dexec.c128 int spawnl(const char *name, const char *arg, ...)
/external/python/cpython2/Doc/library/
Dos.rst2022 .. function:: spawnl(mode, path, ...)
2044 The "l" and "v" variants of the :func:`spawn\* <spawnl>` functions differ in how
2048 :func:`spawnl\*` functions. The "v" variants are good when the number of
2056 environment is being replaced (using one of the :func:`spawn\*e <spawnl>` variants,
2058 the :envvar:`PATH` variable. The other variants, :func:`spawnl`,
2067 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
2092 Possible values for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
2104 Possible value for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
2118 Possible values for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
2234 id is known, not necessarily a child process. The :func:`spawn\* <spawnl>`
[all …]
Dsubprocess.rst771 Replacing the :func:`os.spawn <os.spawnl>` family
/external/python/cpython2/Lib/
Dos.py603 def spawnl(mode, file, *args): function
/external/python/cpython2/Lib/test/
Dtest_tempfile.py426 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)