OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_realpath
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
sftp-client.h
89
char *
do_realpath
(struct sftp_conn *, char *);
sftp-client.c
721
do_realpath
(struct sftp_conn *conn, char *path)
function
1322
if ((src_canon =
do_realpath
(conn, src)) == NULL) {
[
all
...]
/external/mksh/src/
misc.c
1243
do_realpath
(const char *upath)
function
[
all
...]
funcs.c
244
p = current_wd[0] ? (physical ? allocd =
do_realpath
(current_wd) :
[
all
...]
sh.h
[
all
...]
Completed in 821 milliseconds