Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp.h85 #define SSH2_FXE_STATVFS_ST_NOSUID 0x00000002 macro
Dsftp-server.c659 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0; in send_statvfs()
Dsftp-client.c434 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0; in get_decode_statvfs()