OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FXP_OPEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sftp.h
37
#define
SSH2_FXP_OPEN
3
sftp-client.c
1129
if ((r = sshbuf_put_u8(msg,
SSH2_FXP_OPEN
)) != 0 ||
1136
debug3("Sent message
SSH2_FXP_OPEN
I:%u P:%s", id, oldpath);
1149
if ((r = sshbuf_put_u8(msg,
SSH2_FXP_OPEN
)) != 0 ||
1157
debug3("Sent message
SSH2_FXP_OPEN
I:%u P:%s", id, newpath);
1533
debug2("Sending
SSH2_FXP_OPEN
\"%s\"", path);
1546
if ((r = sshbuf_put_u8(msg,
SSH2_FXP_OPEN
)) != 0 ||
1554
debug3("Sent %s message
SSH2_FXP_OPEN
I:%u P:%s M:0x%04x",
sftp-server.c
134
/* NB.
SSH2_FXP_OPEN
does the readonly check in the handler itself */
135
{ "open", NULL,
SSH2_FXP_OPEN
, process_open, 0 },
Completed in 24 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026