Searched refs:spawnl (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/include/sys/ |
D | exec.h | 71 extern int spawnl(const char *name, const char *arg, ...);
|
/external/selinux/gui/ |
D | system-config-selinux.py | 128 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/ |
D | exec.c | 128 int spawnl(const char *name, const char *arg, ...)
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 2022 .. 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 …]
|
D | subprocess.rst | 771 Replacing the :func:`os.spawn <os.spawnl>` family
|
/external/python/cpython2/Lib/ |
D | os.py | 603 def spawnl(mode, file, *args): function
|
/external/python/cpython2/Lib/test/ |
D | test_tempfile.py | 426 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
|