Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDsftp-client.h42 struct sftp_statvfs { struct
123 int sftp_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);
HDsftp-client.c397 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()
HDsftp.c1082 struct sftp_statvfs st; in do_df()
1087 if (sftp_statvfs(conn, path, &st, 1) == -1) in do_df()