Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dro_debug_cmds.c67 extern void do_stat __SS_PROTO;
216 do_stat,
Ddebug_cmds.c84 extern void do_stat __SS_PROTO;
474 do_stat,
Dro_debug_cmds.ct39 request do_stat, "Show inode information ",
Ddebug_cmds.ct46 request do_stat, "Show inode information ",
Ddebugfs.h143 extern void do_stat(int argc, char **argv, int sci_idx, void *infop);
Ddebugfs.c976 void do_stat(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_stat() function
/external/openssh/
Dsftp-client.h83 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.c733 do_stat(struct sftp_conn *conn, const char *path, int quiet) in do_stat() function
756 return(do_stat(conn, path, quiet)); in do_lstat()
1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL) in do_download()
1463 (dirattrib = do_stat(conn, src, 1)) == NULL) { in download_dir_internal()
1611 if ((c = do_stat(conn, remote_path, 0)) == NULL) { in do_upload()
1821 if ((dirattrib = do_stat(conn, dst, 0)) == NULL) in upload_dir_internal()
Dsftp.c584 if ((a = do_stat(conn, path, 1)) == NULL) in remote_is_dir()
1507 if ((aa = do_stat(conn, tmp, 0)) == NULL) { in parse_dispatch_command()
1596 if (!(aa = do_stat(conn, g.gl_pathv[i], 0))) { in parse_dispatch_command()
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c234 void do_stat(struct all_test_cases *tc_ptr);
990 do_stat(tc_ptr); in do_syscalltests()
992 do_stat(tc_ptr); in do_syscalltests()
1418 void do_stat(struct all_test_cases *tc_ptr) in do_stat() function