Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dsftp-client.h36 struct sftp_statvfs { struct
117 int sftp_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);
Dsftp-client.c377 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, in get_decode_statvfs()
1408 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs() function
1440 struct sftp_statvfs *st, int quiet) in sftp_fstatvfs()
Dsftp.c1055 struct sftp_statvfs st; in do_df()
1060 if (sftp_statvfs(conn, path, &st, 1) == -1) in do_df()