Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dprocess.c354 if (options->flags & (UV_PROCESS_SETUID | UV_PROCESS_SETGID)) { in uv__process_child_init()
368 if ((options->flags & UV_PROCESS_SETUID) && setuid(options->uid)) in uv__process_child_init()
453 if (options->flags & (UV_PROCESS_SETUID | UV_PROCESS_SETGID)) { in uv__spawn_set_posix_spawn_attrs()
953 UV_PROCESS_SETUID | in uv_spawn()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess.c954 if (options->flags & (UV_PROCESS_SETGID | UV_PROCESS_SETUID)) { in uv_spawn()
966 UV_PROCESS_SETUID | in uv_spawn()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-spawn.c1395 options.flags = UV_PROCESS_SETUID | UV_PROCESS_SETGID; in TEST_IMPL()
1434 options.flags |= UV_PROCESS_SETUID; in TEST_IMPL()
1527 options.flags |= UV_PROCESS_SETUID; in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dprocess.rst53 UV_PROCESS_SETUID = (1 << 0),
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dprocesses.rst89 * ``UV_PROCESS_SETUID`` - sets the child's execution user ID to ``uv_process_options_t.uid``.
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1029 UV_PROCESS_SETUID = (1 << 0), enumerator