Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsftp.h84 #define SSH2_FXE_STATVFS_ST_NOSUID 0x00000002 macro
H A Dsftp-server.c663 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0; in send_statvfs()
H A Dsftp-client.c445 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0; in get_decode_statvfs()