Searched refs:spawnv (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/com32/lib/sys/module/ |
D | exec.c | 32 int spawnv(const char *name, const char **argv) 136 return spawnv(name, &arg);
|
/external/syslinux/com32/include/sys/ |
D | exec.h | 57 extern int spawnv(const char *name, const char **argv);
|
/external/python/cpython2/Lib/distutils/ |
D | spawn.py | 73 rc = os.spawnv(os.P_WAIT, executable, cmd) 96 rc = os.spawnv(os.P_WAIT, executable, cmd)
|
/external/autotest/client/tests/bash_shared_mapping/ |
D | bash_shared_mapping.py | 36 pid[i] = os.spawnv(os.P_NOWAIT, usemem, args)
|
/external/syslinux/com32/elflink/ |
D | test_com32.c | 85 result = spawnv(cmd_line[0], cmd_line); in process_spawn()
|
/external/python/cpython2/Lib/ |
D | os.py | 558 def spawnv(mode, file, args): function 610 return spawnv(mode, file, args)
|
/external/protobuf/gtest/test/ |
D | run_tests_util.py | 218 return self.os.spawnv(self.os.P_WAIT, args[0], args)
|
D | run_tests_util_test.py | 149 def spawnv(self, wait, executable, *kargs): member in FakeOs
|
/external/python/cpython2/Doc/library/ |
D | popen2.rst | 29 directly to the program without shell intervention (as with :func:`os.spawnv`).
|
D | os.rst | 529 (as with :func:`os.spawnv`). If *cmd* is a string it will be passed to the shell 2026 spawnv(mode, path, args) 2059 :func:`spawnle`, :func:`spawnv`, and :func:`spawnve`, will not use the 2067 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 533 17. os.spawnv() and os.spawnve() expose EMX's library routines rather 573 of trying. os.spawnv() _does_ work. PythonPM passes all regression tests
|
/external/python/cpython2/Lib/idlelib/ |
D | PyShell.py | 408 self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args)
|
D | ChangeLog | 515 module defines 'spawnv' now, so we check for 'fork' first.
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 3421 spawnval = spawnv(mode, path, argvlist); in posix_spawnv()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10664 - On Windows, support spawnv() and associated P_* symbols.
|