Lines Matching refs:Attrib
35 Attrib a;
93 int sftp_mkdir(struct sftp_conn *, const char *, Attrib *, int);
99 int sftp_stat(struct sftp_conn *, const char *, int, Attrib *);
102 int sftp_lstat(struct sftp_conn *, const char *, int, Attrib *);
105 int sftp_setstat(struct sftp_conn *, const char *, Attrib *);
108 int sftp_fsetstat(struct sftp_conn *, const u_char *, u_int, Attrib *);
111 int sftp_lsetstat(struct sftp_conn *conn, const char *path, Attrib *a);
144 int sftp_download(struct sftp_conn *, const char *, const char *, Attrib *,
151 int sftp_download_dir(struct sftp_conn *, const char *, const char *, Attrib *,
174 Attrib *a, int preserve_flag);
182 Attrib *dirattrib, int preserve_flag, int print_flag,