Searched refs:Attrib (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-common.h31 typedef struct Attrib Attrib; typedef in typeref:struct:Attrib
34 struct Attrib { struct
44 void attrib_clear(Attrib *);
45 void stat_to_attrib(const struct stat *, Attrib *);
46 void attrib_to_stat(const Attrib *, struct stat *);
47 Attrib *decode_attrib(Buffer *);
48 void encode_attrib(Buffer *, const Attrib *);
H A Dsftp-client.h29 Attrib a;
71 int do_mkdir(struct sftp_conn *, char *, Attrib *, int);
77 Attrib *do_stat(struct sftp_conn *, char *, int);
80 Attrib *do_lstat(struct sftp_conn *, char *, int);
83 int do_setstat(struct sftp_conn *, char *, Attrib *);
86 int do_fsetstat(struct sftp_conn *, char *, u_int, Attrib *);
109 int do_download(struct sftp_conn *, char *, char *, Attrib *, int);
115 int download_dir(struct sftp_conn *, char *, char *, Attrib *, int, int);
H A Dsftp-glob.c112 Attrib *a;
125 Attrib *a;
H A Dsftp-common.c52 attrib_clear(Attrib *a)
65 stat_to_attrib(const struct stat *st, Attrib *a)
83 attrib_to_stat(const Attrib *a, struct stat *st)
102 Attrib *
105 static Attrib a;
140 encode_attrib(Buffer *b, const Attrib *a)
H A Dsftp-client.c168 char *s, u_int len, Attrib *a)
246 static Attrib *
251 Attrib *a;
526 Attrib *a;
608 do_mkdir(struct sftp_conn *conn, char *path, Attrib *a, int printflag)
639 Attrib *
653 Attrib *
674 Attrib *
688 do_setstat(struct sftp_conn *conn, char *path, Attrib *a)
706 Attrib *
[all...]
H A Dsftp-server.c83 Attrib attrib;
169 static Attrib *
477 send_attrib(u_int32_t id, const Attrib *a)
549 Attrib *a;
688 Attrib a;
726 Attrib a;
751 attrib_to_tv(const Attrib *a)
765 Attrib *a;
816 Attrib *a;
991 Attrib *
[all...]
H A Dsftp.c495 Attrib *a;
1293 Attrib a, *aa;

Completed in 105 milliseconds