/external/strace/xlat/ |
D | statfs_flags.h | 20 #if defined(ST_NOSUID) || (defined(HAVE_DECL_ST_NOSUID) && HAVE_DECL_ST_NOSUID) 22 static_assert((ST_NOSUID) == (0x0002), "ST_NOSUID != 0x0002"); 25 # define ST_NOSUID 0x0002 89 XLAT(ST_NOSUID),
|
D | statfs_flags.in | 3 ST_NOSUID 0x0002
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.h | 43 #ifndef ST_NOSUID 44 #define ST_NOSUID 2 macro
|
/external/openssh/regress/ |
D | setuid-allowed.c | 55 return (sb.f_flag & ST_NOSUID) ? 1 : 0; in main()
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags() 134 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
|
/external/rust/crates/nix/src/sys/ |
D | statvfs.rs | 21 ST_NOSUID;
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1109 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1137 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/openssh/ |
D | sftp-server.c | 622 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0; in send_statvfs()
|
D | sftp-client.c | 388 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0; in get_decode_statvfs()
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 886 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1341 pub const ST_NOSUID: ::c_ulong = 8; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 969 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1245 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1408 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2681 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 14841 #ifdef ST_NOSUID in all_ins() 14842 if (PyModule_AddIntMacro(m, ST_NOSUID)) return -1; in all_ins()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2289 pub const ST_NOSUID: ::c_ulong = 2; constant
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2734 read-only, and if :const:`ST_NOSUID` is set, the semantics of 2751 The :const:`ST_RDONLY` and :const:`ST_NOSUID` constants were added.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12519 - Issue #7647: The posix module now has the ST_RDONLY and ST_NOSUID constants,
|