Home
last modified time | relevance | path

Searched refs:do_realpath (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dsftp-client.h98 char *do_realpath(struct sftp_conn *, const char *);
Dsftp-client.c832 do_realpath(struct sftp_conn *conn, const char *path) in do_realpath() function
1597 if ((src_canon = do_realpath(conn, src)) == NULL) { in download_dir()
1932 if ((dst_canon = do_realpath(conn, dst)) == NULL) { in upload_dir()
Dsftp.c1619 if ((tmp = do_realpath(conn, path1)) == NULL) { in parse_dispatch_command()
2202 remote_path = do_realpath(conn, "."); in interactive_loop()
/external/mksh/src/
Dmisc.c1702 do_realpath(const char *upath) in do_realpath() function
2309 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) { in c_cd()
Dfuncs.c267 p = current_wd[0] ? (physical ? allocd = do_realpath(current_wd) : in c_pwd()
3469 else if ((buf = do_realpath(wp[0])) == NULL) { in c_realpath()
Dsh.h2665 char *do_realpath(const char *);