Searched refs:send_string_request (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 121 send_string_request(int fd, u_int id, u_int code, char *s, in send_string_request() function 465 send_string_request(conn->fd_out, id, SSH2_FXP_REMOVE, path, in do_rm() 495 send_string_request(conn->fd_out, id, SSH2_FXP_RMDIR, path, in do_rmdir() 512 send_string_request(conn->fd_out, id, in do_stat() 533 send_string_request(conn->fd_out, id, SSH2_FXP_LSTAT, path, in do_lstat() 547 send_string_request(conn->fd_out, id, SSH2_FXP_FSTAT, handle, 598 send_string_request(conn->fd_out, id, SSH2_FXP_REALPATH, path, in do_realpath() 706 send_string_request(conn->fd_out, id, SSH2_FXP_READLINK, path,
|