UV_PROCESS_SETGID  322 src/unix/process.c   if ((options.flags & UV_PROCESS_SETGID) && setgid(options.gid)) {
UV_PROCESS_SETGID  359 src/unix/process.c                              UV_PROCESS_SETGID |
UV_PROCESS_SETGID  815 src/win/process.c   if (options.flags & (UV_PROCESS_SETGID | UV_PROCESS_SETUID)) {
UV_PROCESS_SETGID  826 src/win/process.c                              UV_PROCESS_SETGID |
UV_PROCESS_SETGID  807 test/test-spawn.c   options.flags = UV_PROCESS_SETUID | UV_PROCESS_SETGID;
UV_PROCESS_SETGID  872 test/test-spawn.c   options.flags |= UV_PROCESS_SETGID;
UV_PROCESS_SETGID  925 test/test-spawn.c   options.flags |= UV_PROCESS_SETGID;