Home
last modified time | relevance | path

Searched refs:do_stat (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dsftp-client.h77 Attrib *do_stat(struct sftp_conn *, const char *, int);
Dsftp-glob.c128 if (!(a = do_stat(cur.conn, (char *)path, 1))) in fudge_stat()
Dsftp-client.c724 do_stat(struct sftp_conn *conn, const char *path, int quiet) in do_stat() function
747 return(do_stat(conn, path, quiet)); in do_lstat()
1169 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL) in do_download()
1452 (dirattrib = do_stat(conn, src, 1)) == NULL) { in download_dir_internal()
1600 if ((c = do_stat(conn, remote_path, 0)) == NULL) { in do_upload()
1814 if (do_stat(conn, dst, 0) == NULL) in upload_dir_internal()
Dsftp.c571 if ((a = do_stat(conn, path, 1)) == NULL) in remote_is_dir()
1482 if ((aa = do_stat(conn, tmp, 0)) == NULL) { in parse_dispatch_command()
1570 if (!(aa = do_stat(conn, g.gl_pathv[i], 0))) { in parse_dispatch_command()
/external/e2fsprogs/debugfs/
Dro_debug_cmds.ct39 request do_stat, "Show inode information ",
Ddebugfs.h137 extern void do_stat(int argc, char **argv);
Ddebug_cmds.ct46 request do_stat, "Show inode information ",
Ddebugfs.c858 void do_stat(int argc, char *argv[]) in do_stat() function