HomeSort by relevance Sort by last modified time
    Searched defs:do_stat (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 234 void do_stat(struct all_test_cases *tc_ptr);
990 do_stat(tc_ptr);
992 do_stat(tc_ptr);
1418 void do_stat(struct all_test_cases *tc_ptr) function
    [all...]
  /external/openssh/
sftp-client.c 733 do_stat(struct sftp_conn *conn, const char *path, int quiet) function
756 return(do_stat(conn, path, quiet));
1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 976 void do_stat(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), function
988 fprintf(stderr, "do_stat: can't allocate buffer\n");
    [all...]

Completed in 423 milliseconds