Home
last modified time | relevance | path

Searched refs:child_inherits_stdin (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgspawn.c179 gboolean child_inherits_stdin,
1574 gboolean child_inherits_stdin, in do_exec() argument
1597 else if (!child_inherits_stdin) in do_exec()
1615 if (!((stdin_fd >= 0 || !child_inherits_stdin) && stdout_fd == 0) && in do_exec()
1636 if (!((stdin_fd >= 0 || !child_inherits_stdin) && stderr_fd == 0) && in do_exec()
1790 gboolean child_inherits_stdin, in do_posix_spawn() argument
1857 else if (!child_inherits_stdin) in do_posix_spawn()
1972 gboolean child_inherits_stdin, in fork_exec() argument
2054 child_inherits_stdin, in fork_exec()
2262 child_inherits_stdin, in fork_exec()
[all …]