Searched refs:SSH2_FXE_STATVFS_ST_NOSUID (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h84 #define SSH2_FXE_STATVFS_ST_NOSUID 0x00000002 macro
H A Dsftp-server.c613 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0;
H A Dsftp-client.c327 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0;

Completed in 107 milliseconds