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

/freebsd-10.0-release/crypto/openssh/
H A Dsftp.h83 #define SSH2_FXE_STATVFS_ST_RDONLY 0x00000001 macro
H A Dsftp-server.c496 flag = (st->f_flag & ST_RDONLY) ? SSH2_FXE_STATVFS_ST_RDONLY : 0;
H A Dsftp-client.c324 st->f_flag = (flag & SSH2_FXE_STATVFS_ST_RDONLY) ? ST_RDONLY : 0;

Completed in 121 milliseconds