HomeSort by relevance Sort by last modified time
    Searched refs:ST_NOSUID (Results 1 - 6 of 6) sorted by null

  /external/openssh/openbsd-compat/
bsd-statvfs.h 39 #ifndef ST_NOSUID
40 #define ST_NOSUID 2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
85 #define ST_NOSUID ST_NOSUID
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
85 #define ST_NOSUID ST_NOSUID
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
85 #define ST_NOSUID ST_NOSUID
  /external/openssh/
sftp-server.c 497 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0;
    [all...]
sftp-client.c 325 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0;
    [all...]

Completed in 131 milliseconds