Searched refs:do_stat (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | sftp-client.h | 77 Attrib *do_stat(struct sftp_conn *, const char *, int);
|
D | sftp-glob.c | 128 if (!(a = do_stat(cur.conn, (char *)path, 1))) in fudge_stat()
|
D | sftp-client.c | 724 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()
|
D | sftp.c | 571 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/ |
D | ro_debug_cmds.ct | 39 request do_stat, "Show inode information ",
|
D | debugfs.h | 137 extern void do_stat(int argc, char **argv);
|
D | debug_cmds.ct | 46 request do_stat, "Show inode information ",
|
D | debugfs.c | 858 void do_stat(int argc, char *argv[]) in do_stat() function
|