Home
last modified time | relevance | path

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

/third_party/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()
/third_party/e2fsprogs/lib/blkid/
Dcache.c46 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
47 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/third_party/musl/src/linux/
Dprctl.c13 return syscall(SYS_prctl, op, x[0], x[1], x[2], x[3]); in prctl()
/third_party/e2fsprogs/lib/et/
Derror_message.c214 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
215 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/third_party/e2fsprogs/contrib/
Dspd_readdir.c108 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
109 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/third_party/e2fsprogs/lib/ext2fs/
Dtest_io.c157 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
158 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
Dunix_io.c192 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv()
193 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h555 #define SYS_prctl 172 macro
/third_party/NuttX/
DReleaseNotes19181 that SYS_prctl can work correctly. From Masayuki Ishikawa.