OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Attrib
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sftp-common.h
33
typedef struct
Attrib
Attrib
;
36
struct
Attrib
{
46
void attrib_clear(
Attrib
*);
47
void stat_to_attrib(const struct stat *,
Attrib
*);
48
void attrib_to_stat(const
Attrib
*, struct stat *);
49
int decode_attrib(struct sshbuf *,
Attrib
*);
50
int encode_attrib(struct sshbuf *, const
Attrib
*);
sftp-client.h
30
Attrib
a;
89
int sftp_mkdir(struct sftp_conn *, const char *,
Attrib
*, int);
95
int sftp_stat(struct sftp_conn *, const char *, int,
Attrib
*);
98
int sftp_lstat(struct sftp_conn *, const char *, int,
Attrib
*);
101
int sftp_setstat(struct sftp_conn *, const char *,
Attrib
*);
104
int sftp_fsetstat(struct sftp_conn *, const u_char *, u_int,
Attrib
*);
107
int sftp_lsetstat(struct sftp_conn *conn, const char *path,
Attrib
*a);
140
int sftp_download(struct sftp_conn *, const char *, const char *,
Attrib
*,
147
int sftp_download_dir(struct sftp_conn *, const char *, const char *,
Attrib
*,
170
Attrib
*a, int preserve_flag)
[
all
...]
sftp-common.c
58
attrib_clear(
Attrib
*a)
71
stat_to_attrib(const struct stat *st,
Attrib
*a)
89
attrib_to_stat(const
Attrib
*a, struct stat *st)
109
decode_attrib(struct sshbuf *b,
Attrib
*a)
160
encode_attrib(struct sshbuf *b, const
Attrib
*a)
sftp-glob.c
90
Attrib
a;
103
Attrib
a;
sftp-client.c
238
const void *s, u_int len,
Attrib
*a)
332
get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet,
Attrib
*a)
338
Attrib
attr;
781
Attrib
a;
789
error_fr(r, "couldn't decode
attrib
");
875
sftp_mkdir(struct sftp_conn *conn, const char *path,
Attrib
*a, int print_flag)
911
sftp_stat(struct sftp_conn *conn, const char *path, int quiet,
Attrib
*a)
927
sftp_lstat(struct sftp_conn *conn, const char *path, int quiet,
Attrib
*a)
947
int quiet,
Attrib
*a)
962
sftp_setstat(struct sftp_conn *conn, const char *path,
Attrib
*a
[
all
...]
sftp-server.c
90
Attrib
attrib
;
member in struct:Stat
627
(r = encode_attrib(msg, &stats[i].
attrib
)) != 0)
628
fatal_fr(r, "compose filenames/
attrib
");
635
send_attrib(u_int32_t id, const
Attrib
*a)
640
debug("request %u: sent
attrib
have 0x%x", id, a->flags);
741
Attrib
a;
897
Attrib
a;
935
Attrib
a;
959
attrib_to_tv(const
Attrib
*a
[
all
...]
scp.c
1303
Attrib
a;
/src/external/mit/xorg/lib/libXpm/
Makefile
11
SRCS=
Attrib
.c CrBufFrI.c CrBufFrP.c CrDatFrI.c CrDatFrP.c \
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp
102
StringRef
Attrib
= Input.substr(strlen("!Attributes:")).trim();
103
return !
Attrib
.getAsInteger(10, Attributes);
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026