Searched defs:do_stat (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dsftp-client.c639 do_stat(struct sftp_conn *conn, char *path, int quiet) function
662 return(do_stat(conn, path, quiet));
1009 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1240 (dirattrib = do_stat(conn, src, 1)) == NULL) {
1561 if (do_stat(conn, dst, 0) == NULL)
/external/e2fsprogs/debugfs/
H A Ddebugfs.c825 void do_stat(int argc, char *argv[]) function
836 fprintf(stderr, "do_stat: can't allocate buffer\n");

Completed in 85 milliseconds