Home
last modified time | relevance | path

Searched refs:do_rmdir (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dsftp-client.h62 int do_rmdir(struct sftp_conn *, char *);
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c490 do_rmdir(struct sftp_conn *conn, char *path) in do_rmdir() function
H A Dsftp.c1106 err = do_rmdir(conn, path1); in parse_dispatch_command()