OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_NOSUID
(Results
1 - 21
of
21
) sorted by null
/external/openssh/openbsd-compat/
bsd-statvfs.h
40
#ifndef
ST_NOSUID
41
#define
ST_NOSUID
2
/external/strace/xlat/
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
),
/external/openssh/regress/
setuid-allowed.c
54
return (sb.f_flag &
ST_NOSUID
) ? 1 : 0;
/bionic/tests/headers/posix/
sys_statvfs_h.c
51
MACRO(
ST_NOSUID
);
/bionic/libc/include/sys/
statvfs.h
53
#define
ST_NOSUID
0x0002
/external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c
126
if (stat.f_flag & ~(ST_RDONLY |
ST_NOSUID
| ST_NODEV | \
134
if (stat.f_flag &
ST_NOSUID
)
/cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java
[
all
...]
/external/openssh/
sftp-client.c
375
st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ?
ST_NOSUID
: 0;
[
all
...]
sftp-server.c
618
flag |= (st->f_flag &
ST_NOSUID
) ? SSH2_FXE_STATVFS_ST_NOSUID : 0;
[
all
...]
/external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go
1256
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_amd64.go
1275
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_arm.go
1245
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_arm64.go
1254
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_mips.go
1250
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_mips64.go
1256
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_mips64le.go
1256
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_mipsle.go
1250
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_ppc64.go
1264
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_ppc64le.go
1264
ST_NOSUID
= 0x2
[
all
...]
ztypes_linux_s390x.go
1281
ST_NOSUID
= 0x2
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
[
all
...]
Completed in 2903 milliseconds