Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dprocess.c257 int stdio_count, in uv__process_child_init() argument
293 for (fd = 0; fd < stdio_count; fd++) { in uv__process_child_init()
298 pipes[fd][1] = fcntl(use_fd, F_DUPFD_CLOEXEC, stdio_count); in uv__process_child_init()
300 pipes[fd][1] = fcntl(use_fd, F_DUPFD, stdio_count); in uv__process_child_init()
311 for (fd = 0; fd < stdio_count; fd++) { in uv__process_child_init()
347 if (close_fd >= stdio_count) in uv__process_child_init()
515 int stdio_count, in uv__spawn_set_posix_spawn_file_actions() argument
546 for (fd = 0; fd < stdio_count; fd++) { in uv__spawn_set_posix_spawn_file_actions()
550 use_fd = stdio_count; in uv__spawn_set_posix_spawn_file_actions()
551 for (fd2 = 0; fd2 < stdio_count; fd2++) { in uv__spawn_set_posix_spawn_file_actions()
[all …]
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-spawn.c292 options.stdio_count = 2; in TEST_IMPL()
336 options.stdio_count = 2; in TEST_IMPL()
392 options.stdio_count = 3; in TEST_IMPL()
454 options.stdio_count = 3; in TEST_IMPL()
531 options.stdio_count = 3; in TEST_IMPL()
598 options.stdio_count = 2; in TEST_IMPL()
637 options.stdio_count = 4; in TEST_IMPL()
720 options.stdio_count = 4; in TEST_IMPL()
742 options.stdio_count = 0; in TEST_IMPL()
795 options.stdio_count = 2; in TEST_IMPL()
[all …]
H A Dbenchmark-spawn.c120 options.stdio_count = 2; in spawn()
H A Dtest-stdio-over-pipes.c140 options.stdio_count = 3; in test_stdio_over_pipes()
H A Dtest-ipc.c308 options.stdio_count = ARRAY_SIZE(stdio); in spawn_helper()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess-stdio.c176 count = options->stdio_count; in uv__stdio_create()
202 if (i < options->stdio_count) { in uv__stdio_create()
H A Dprocess.c1074 for (i = 0; i < options->stdio_count; i++) { in uv_spawn()
1077 if (i == options->stdio_count - 1) in uv_spawn()
1146 for (i = 0; i < options->stdio_count; i++) { in uv_spawn()
/netbsd-src/external/mit/libuv/dist/docs/code/proc-streams/
H A Dmain.c30 options.stdio_count = 3; in main()
/netbsd-src/external/mit/libuv/dist/docs/code/cgi/
H A Dmain.c29 options.stdio_count = 3; in invoke_cgi_script()
/netbsd-src/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dmain.c86 worker->options.stdio_count = 3; in setup_workers()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dprocess.rst31 int stdio_count;
201 .. c:member:: int uv_process_options_t.stdio_count
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dprocesses.rst183 ``uv_process_options_t``. First set the ``stdio_count`` field to the number of
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1009 int stdio_count; member