UV_PROCESS_SETUID  328 src/unix/process.c   if ((options.flags & UV_PROCESS_SETUID) && setuid(options.uid)) {
UV_PROCESS_SETUID  360 src/unix/process.c                              UV_PROCESS_SETUID |
UV_PROCESS_SETUID  815 src/win/process.c   if (options.flags & (UV_PROCESS_SETGID | UV_PROCESS_SETUID)) {
UV_PROCESS_SETUID  827 src/win/process.c                              UV_PROCESS_SETUID |
UV_PROCESS_SETUID  807 test/test-spawn.c   options.flags = UV_PROCESS_SETUID | UV_PROCESS_SETGID;
UV_PROCESS_SETUID  840 test/test-spawn.c   options.flags |= UV_PROCESS_SETUID;
UV_PROCESS_SETUID  904 test/test-spawn.c   options.flags |= UV_PROCESS_SETUID;