Home | History | Annotate | Download | only in syscall

Lines Matching full:egid

1260 func Getegid() (egid int) {
1262 egid = int(r0)
1420 func Setregid(rgid int, egid int) (err error) {
1421 _, _, e1 := RawSyscall(SYS_SETREGID32, uintptr(rgid), uintptr(egid), 0)
1430 func Setresgid(rgid int, egid int, sgid int) (err error) {
1431 _, _, e1 := RawSyscall(SYS_SETRESGID32, uintptr(rgid), uintptr(egid), uintptr(sgid))