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

/freebsd-11-stable/crypto/openssh/
H A Dsftp-common.h32 typedef struct Attrib Attrib; typedef in typeref:struct:Attrib
35 struct Attrib { struct
45 void attrib_clear(Attrib *);
46 void stat_to_attrib(const struct stat *, Attrib *);
47 void attrib_to_stat(const Attrib *, struct stat *);
48 int decode_attrib(struct sshbuf *, Attrib *);
49 int encode_attrib(struct sshbuf *, const Attrib *);
H A Dsftp-client.h35 Attrib a;
77 int do_mkdir(struct sftp_conn *, const char *, Attrib *, int);
83 Attrib *do_stat(struct sftp_conn *, const char *, int);
86 Attrib *do_lstat(struct sftp_conn *, const char *, int);
89 int do_setstat(struct sftp_conn *, const char *, Attrib *);
92 int do_fsetstat(struct sftp_conn *, const u_char *, u_int, Attrib *);
117 Attrib *, int, int, int);
124 Attrib *, int, int, int, int);
H A Dsftp-glob.c113 Attrib *a;
126 Attrib *a;
H A Dsftp-common.c55 attrib_clear(Attrib *a)
68 stat_to_attrib(const struct stat *st, Attrib *a)
86 attrib_to_stat(const Attrib *a, struct stat *st)
106 decode_attrib(struct sshbuf *b, Attrib *a)
155 encode_attrib(struct sshbuf *b, const Attrib *a)
H A Dsftp-client.c186 const void *s, u_int len, Attrib *a)
278 static Attrib *
285 static Attrib a;
604 Attrib a;
701 do_mkdir(struct sftp_conn *conn, const char *path, Attrib *a, int print_flag)
732 Attrib *
746 Attrib *
767 Attrib *
782 do_setstat(struct sftp_conn *conn, const char *path, Attrib *a)
800 Attrib *
[all...]
H A Dsftp-server.c83 Attrib attrib;
594 send_attrib(u_int32_t id, const Attrib *a)
679 Attrib a;
819 Attrib a;
857 Attrib a;
881 attrib_to_tv(const Attrib *a)
895 Attrib a;
942 Attrib a;
1110 Attrib a;
H A Dsftp.c581 Attrib *a;
1430 Attrib a, *aa;
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h172 int Attrib; /* attributes active in window */ member in struct:WIND
H A Dnew_curse.c731 destination->Attrib = origin->Attrib;
1505 Ntemp->Attrib = FALSE;
2447 tmpline->attributes[column] = window->Attrib;
2619 window->Attrib |= A_STANDOUT;
2626 window->Attrib &= ~A_STANDOUT;

Completed in 300 milliseconds