Searched refs:sftp_statvfs (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | sftp-client.h | 36 struct sftp_statvfs { struct 117 int sftp_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);
|
| D | sftp-client.c | 377 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()
|
| D | sftp.c | 1055 struct sftp_statvfs st; in do_df() 1060 if (sftp_statvfs(conn, path, &st, 1) == -1) in do_df()
|