Searched refs:do_realpath (Results 1 - 5 of 5) sorted by relevance

/external/openssh/
H A Dsftp-client.h89 char *do_realpath(struct sftp_conn *, char *);
H A Dsftp-client.c721 do_realpath(struct sftp_conn *conn, char *path) function
1322 if ((src_canon = do_realpath(conn, src)) == NULL) {
1614 if ((dst_canon = do_realpath(conn, dst)) == NULL) {
/external/mksh/src/
H A Dmisc.c1243 do_realpath(const char *upath) function
1782 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
H A Dfuncs.c244 p = current_wd[0] ? (physical ? allocd = do_realpath(current_wd) :
3526 else if ((buf = do_realpath(wp[0])) == NULL) {
H A Dsh.h1770 char *do_realpath(const char *);

Completed in 71 milliseconds