Searched defs:stdio (Results 1 – 6 of 6) sorted by relevance
168 fn stdio<T>(option: Option<T>) -> Option<PollEvented<NamedPipe>> in stdio() function
242 fn stdio<T>(option: Option<T>) -> io::Result<Option<PollEvented<Pipe>>> in stdio() function
291 const spwOpts = {cwd: cfg.outDir, stdio: ['ignore', opts.stdout, 'inherit']}; property
526 const spwOpts = {cwd: cfg.outDir, stdio: ['ignore', opts.stdout, 'inherit']}; property
413 int stdio = fcntl(terminal, F_DUPFD_CLOEXEC, 0); in DoLaunch() local
4782 struct file_ref stdio[3]; in _PyPopen() local