Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c191 do_realpath(const char *path, char *resolved_path) in do_realpath() function
238 if (do_realpath(value, path) == NULL) in parse_subopts()
318 if (do_realpath(argv[optind++], mntpath) == NULL) in main()
/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp-client.h80 char *do_realpath(struct sftp_conn *, char *);
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp.c1110 if ((tmp = do_realpath(conn, path1)) == NULL) { in parse_dispatch_command()
1333 pwd = do_realpath(conn, "."); in interactive_loop()
H A Dsftp-client.c589 do_realpath(struct sftp_conn *conn, char *path) in do_realpath() function