Lines Matching refs:spawnl
1466 and stderr), which are always inherited. Using :func:`spawn\* <spawnl>` functions,
3823 .. function:: spawnl(mode, path, ...)
3848 The "l" and "v" variants of the :func:`spawn\* <spawnl>` functions differ in how
3852 :func:`spawnl\*` functions. The "v" variants are good when the number of
3860 environment is being replaced (using one of the :func:`spawn\*e <spawnl>` variants,
3862 the :envvar:`PATH` variable. The other variants, :func:`spawnl`,
3871 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
3885 .. audit-event:: os.spawn mode,path,args,env os.spawnl
3899 Possible values for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
3909 Possible value for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
3921 Possible values for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
3925 process will be replaced; the :func:`spawn\* <spawnl>` function will not return.
4131 id is known, not necessarily a child process. The :func:`spawn\* <spawnl>`
4561 :func:`spawn\*p\* <spawnl>` if the environment doesn't have a ``'PATH'``