HomeSort by: relevance | last modified time | path
    Searched refs:sftp_statvfs (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp-client.h 37 struct sftp_statvfs { struct
119 int sftp_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);
sftp.c 1103 struct sftp_statvfs st;
1108 if (sftp_statvfs(conn, path, &st, 1) == -1)
sftp-client.c 382 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st,
1410 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, function
1442 struct sftp_statvfs *st, int quiet)

Completed in 19 milliseconds