OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_umask
(Results
26 - 50
of
161
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
linux-syscalls.h
125
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
43
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
linux-syscalls.h
125
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h
123
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h
123
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h
123
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h
123
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h
125
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
43
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h
125
#define
__NR_umask
(__NR_SYSCALL_BASE + 60)
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
140
#define
__NR_umask
95
unistd_x32.h
126
#define
__NR_umask
(__X32_SYSCALL_BIT + 95)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
140
#define
__NR_umask
95
unistd_x32.h
126
#define
__NR_umask
(__X32_SYSCALL_BIT + 95)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
140
#define
__NR_umask
95
unistd_x32.h
126
#define
__NR_umask
(__X32_SYSCALL_BIT + 95)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
99
#define
__NR_umask
95
unistd_x32.h
88
#define
__NR_umask
(__X32_SYSCALL_BIT + 95)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
674
#if !defined(
__NR_umask
)
675
#define
__NR_umask
166
mips64_linux_syscalls.h
388
#if !defined(
__NR_umask
)
389
#define
__NR_umask
(__NR_Linux + 93)
x86_64_linux_syscalls.h
393
#if !defined(
__NR_umask
)
394
#define
__NR_umask
95
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
143
#define
__NR_umask
95
vki-scnums-arm64-linux.h
211
#define
__NR_umask
166
vki-scnums-mips64-linux.h
132
#define
__NR_umask
(__NR_Linux + 93)
vki-scnums-s390x-linux.h
83
#define
__NR_umask
60
Completed in 725 milliseconds
1
2
3
4
5
6
7