Searched refs:sftp_statvfs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/crypto/openssh/ |
| HD | sftp-client.h | 42 struct sftp_statvfs { struct 123 int sftp_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);
|
| HD | sftp-client.c | 397 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, in get_decode_statvfs() 1428 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs() function 1460 struct sftp_statvfs *st, int quiet) in sftp_fstatvfs()
|
| HD | sftp.c | 1082 struct sftp_statvfs st; in do_df() 1087 if (sftp_statvfs(conn, path, &st, 1) == -1) in do_df()
|