Home
last modified time | relevance | path

Searched refs:SYS_prctl (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ss/
Dpager.c52 #if (defined(linux) && defined(SYS_prctl)) in ss_safe_getenv()
53 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in ss_safe_getenv()
/external/e2fsprogs/lib/blkid/
Dcache.c45 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
46 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/external/e2fsprogs/lib/et/
Derror_message.c184 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
185 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/external/e2fsprogs/lib/ext2fs/
Dtest_io.c166 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
167 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/external/strace/
Dsyscall-android.h166 #define SYS_prctl __NR_prctl macro