Searched refs:do_realpath (Results 1 – 4 of 4) sorted by relevance
191 do_realpath(const char *path, char *resolved_path) in do_realpath() function238 if (do_realpath(value, path) == NULL) in parse_subopts()318 if (do_realpath(argv[optind++], mntpath) == NULL) in main()
80 char *do_realpath(struct sftp_conn *, char *);
1110 if ((tmp = do_realpath(conn, path1)) == NULL) { in parse_dispatch_command()1333 pwd = do_realpath(conn, "."); in interactive_loop()
589 do_realpath(struct sftp_conn *conn, char *path) in do_realpath() function