Searched refs:spawnve (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/scons/ |
D | fixes.py | 7 from os import spawnve as old_spawnve 25 os.spawnve = new_spawnve
|
/external/python/cpython2/Lib/ |
D | os.py | 567 def spawnve(mode, file, args, env): function 621 return spawnve(mode, file, args[:-1], env)
|
/external/mksh/src/ |
D | os2.c | 472 pid = spawnve(P_NOWAIT, exec_name, argv, envp); in execve()
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 2027 spawnve(mode, path, args, env) 2059 :func:`spawnle`, :func:`spawnv`, and :func:`spawnve`, will not use the 2063 For :func:`spawnle`, :func:`spawnlpe`, :func:`spawnve`, and :func:`spawnvpe` 2083 :func:`spawnve` are not thread-safe on Windows; we advise you to use the
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 533 17. os.spawnv() and os.spawnve() expose EMX's library routines rather
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 3566 spawnval = spawnve(mode, path, argvlist, envlist); in posix_spawnve()
|