Searched refs:SYS_prctl (Results 1 – 9 of 9) sorted by relevance
/third_party/e2fsprogs/lib/ss/ |
D | pager.c | 52 #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/ |
D | cache.c | 46 #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/ |
D | prctl.c | 13 return syscall(SYS_prctl, op, x[0], x[1], x[2], x[3]); in prctl()
|
/third_party/e2fsprogs/lib/et/ |
D | error_message.c | 214 #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/ |
D | spd_readdir.c | 108 #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/ |
D | test_io.c | 157 #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()
|
D | unix_io.c | 192 #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/ |
D | syscall.h | 555 #define SYS_prctl 172 macro
|
/third_party/NuttX/ |
D | ReleaseNotes | 19181 that SYS_prctl can work correctly. From Masayuki Ishikawa.
|