OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_PROCESS_SETUID
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
process.c
385
if (options->flags & (
UV_PROCESS_SETUID
| UV_PROCESS_SETGID)) {
399
if ((options->flags &
UV_PROCESS_SETUID
) && setuid(options->uid))
483
if (options->flags & (
UV_PROCESS_SETUID
| UV_PROCESS_SETGID)) {
984
UV_PROCESS_SETUID
|
/src/external/mit/libuv/dist/src/win/
process.c
908
if (options->flags & (UV_PROCESS_SETGID |
UV_PROCESS_SETUID
)) {
920
UV_PROCESS_SETUID
|
/src/external/mit/libuv/dist/test/
test-spawn.c
1485
options.flags =
UV_PROCESS_SETUID
| UV_PROCESS_SETGID;
1524
options.flags |=
UV_PROCESS_SETUID
;
1617
options.flags |=
UV_PROCESS_SETUID
;
/src/external/mit/libuv/dist/include/
uv.h
1113
UV_PROCESS_SETUID
= (1 << 0),
Completed in 22 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026