Home
last modified time | relevance | path

Searched defs:sgid (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/sys/kern/setuid/
H A Dsetuid_regress.h51 gid_t rgid, egid, sgid; in checkgids() local
/openbsd-src/usr.sbin/mtree/
H A Dcreate.c271 gid_t sgid; in statd() local
/openbsd-src/sys/kern/
H A Dkern_prot.c435 gid_t *rgid, *egid, *sgid; sys_getresgid() local
462 gid_t rgid, egid, sgid; sys_setresgid() local
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c1203 gid_t * sgid = (gid_t *)va_arg(args, long); in syscall_emulator() local
1210 gid_t sgid = (gid_t)va_arg(args, long); in syscall_emulator() local
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h82 #define __sanitizer_syscall_pre_getresgid(rgid, egid, sgid) \ argument
85 #define __sanitizer_syscall_post_getresgid(res, rgid, egid, sgid) \ argument
126 #define __sanitizer_syscall_pre_setresgid(rgid, egid, sgid) \ argument
129 #define __sanitizer_syscall_post_setresgid(res, rgid, egid, sgid) \ argument
882 #define __sanitizer_syscall_pre_setresgid16(rgid, egid, sgid) \ argument
884 #define __sanitizer_syscall_post_setresgid16(res, rgid, egid, sgid) \ argument
887 #define __sanitizer_syscall_pre_getresgid16(rgid, egid, sgid) \ argument
890 #define __sanitizer_syscall_post_getresgid16(res, rgid, egid, sgid) \ argument