Home
last modified time | relevance | path

Searched refs:sftp_conn (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dsftp-client.h42 struct sftp_conn *do_init(int, int, u_int, u_int);
44 u_int sftp_proto_version(struct sftp_conn *);
47 int do_close(struct sftp_conn *, char *, u_int);
50 int do_readdir(struct sftp_conn *, char *, SFTP_DIRENT ***);
56 int do_rm(struct sftp_conn *, char *);
59 int do_mkdir(struct sftp_conn *, char *, Attrib *);
62 int do_rmdir(struct sftp_conn *, char *);
65 Attrib *do_stat(struct sftp_conn *, char *, int);
68 Attrib *do_lstat(struct sftp_conn *, char *, int);
71 Attrib *do_fstat(struct sftp_conn *, char *, u_int, int);
[all …]
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c63 struct sftp_conn { struct
241 struct sftp_conn *
247 struct sftp_conn *ret; in do_init()
297 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version()
303 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) in do_close()
328 do_lsreaddir(struct sftp_conn *conn, char *path, int printflag, in do_lsreaddir()
440 do_readdir(struct sftp_conn *conn, char *path, SFTP_DIRENT ***dir) in do_readdir()
458 do_rm(struct sftp_conn *conn, char *path) in do_rm()
474 do_mkdir(struct sftp_conn *conn, char *path, Attrib *a) in do_mkdir()
490 do_rmdir(struct sftp_conn *conn, char *path) in do_rmdir()
[all …]
H A Dsftp-glob.c35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
140 remote_glob(struct sftp_conn *conn, const char *pattern, int flags, in remote_glob()
H A Dsftp.c94 int remote_glob(struct sftp_conn *, const char *, int,
525 remote_is_dir(struct sftp_conn *conn, char *path) in remote_is_dir()
538 process_get(struct sftp_conn *conn, char *src, char *dst, char *pwd, int pflag) in process_get()
604 process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd, int pflag) in process_put()
700 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) in do_ls_dir()
784 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, in do_globbed_ls()
1043 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd, in parse_dispatch_command()
1291 struct sftp_conn *conn; in interactive_loop()