OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_setgroups
(Results
1 - 25
of
137
) sorted by null
1
2
3
4
5
6
/development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/external/valgrind/include/vki/
vki-scnums-solaris.h
144
#define
__NR_setgroups
SYS_setgroups
vki-scnums-amd64-linux.h
168
#define
__NR_setgroups
116
vki-scnums-arm64-linux.h
204
#define
__NR_setgroups
159
vki-scnums-mips64-linux.h
153
#define
__NR_setgroups
(__NR_Linux + 114)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
408
#define
__NR_setgroups
(__NR_SYSCALL_BASE + 81)
[
all
...]
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
166
#define
__NR_setgroups
116
unistd_x32.h
151
#define
__NR_setgroups
(__X32_SYSCALL_BIT + 116)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
166
#define
__NR_setgroups
116
unistd_x32.h
151
#define
__NR_setgroups
(__X32_SYSCALL_BIT + 116)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
166
#define
__NR_setgroups
116
unistd_x32.h
151
#define
__NR_setgroups
(__X32_SYSCALL_BIT + 116)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
120
#define
__NR_setgroups
116
unistd_x32.h
108
#define
__NR_setgroups
(__X32_SYSCALL_BIT + 116)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
646
#if !defined(
__NR_setgroups
)
647
#define
__NR_setgroups
159
mips64_linux_syscalls.h
472
#if !defined(
__NR_setgroups
)
473
#define
__NR_setgroups
(__NR_Linux + 114)
x86_64_linux_syscalls.h
477
#if !defined(
__NR_setgroups
)
478
#define
__NR_setgroups
116
Completed in 149 milliseconds
1
2
3
4
5
6