Searched refs:ST_NOSUID (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h43 #ifndef ST_NOSUID
44 #define ST_NOSUID 2 macro
/freebsd-12-stable/sys/sys/
H A Dstatvfs.h75 #define ST_NOSUID 0x2 macro
/freebsd-12-stable/crypto/openssh/regress/
H A Dsetuid-allowed.c55 return (sb.f_flag & ST_NOSUID) ? 1 : 0;
/freebsd-12-stable/lib/libc/gen/
H A Dstatvfs.c107 to->f_flag |= ST_NOSUID;
/freebsd-12-stable/crypto/openssh/
H A Dsftp-client.c385 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0;
H A Dsftp-server.c618 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0;

Completed in 173 milliseconds