Lines Matching refs:spawnl
1599 and stderr), which are always inherited. Using :func:`spawn\* <spawnl>` functions,
4053 .. function:: spawnl(mode, path, ...)
4078 The "l" and "v" variants of the :func:`spawn\* <spawnl>` functions differ in how
4082 :func:`spawnl\*` functions. The "v" variants are good when the number of
4090 environment is being replaced (using one of the :func:`spawn\*e <spawnl>` variants,
4092 the :envvar:`PATH` variable. The other variants, :func:`spawnl`,
4101 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
4115 .. audit-event:: os.spawn mode,path,args,env os.spawnl
4129 Possible values for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
4139 Possible value for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
4151 Possible values for the *mode* parameter to the :func:`spawn\* <spawnl>` family of
4155 process will be replaced; the :func:`spawn\* <spawnl>` function will not return.
4379 id is known, not necessarily a child process. The :func:`spawn\* <spawnl>`
4809 :func:`spawn\*p\* <spawnl>` if the environment doesn't have a ``'PATH'``