/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | dirent.h | 5 struct dirent { struct 6 ino_t d_ino; 7 off_t d_off; 8 unsigned short d_reclen; 9 unsigned char d_type; 10 char d_name[256];
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | dirent.h | 5 struct dirent { struct 6 ino_t d_ino; 7 off_t d_off; 8 unsigned short d_reclen; 9 unsigned char d_type; 10 char d_name[256];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | dirent.h | 5 struct dirent { struct 6 ino_t d_ino; 7 off_t d_off; 8 unsigned short d_reclen; 9 unsigned char d_type; 10 char d_name[256];
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | dirent.h | 5 struct dirent { struct 6 ino_t d_ino; 7 off_t d_off; 8 unsigned short d_reclen; 9 unsigned char d_type; 10 char d_name[256];
|
/third_party/musl/arch/generic/bits/ |
D | dirent.h | 5 struct dirent { struct 6 ino_t d_ino; 7 off_t d_off; 8 unsigned short d_reclen; 9 unsigned char d_type; 10 char d_name[256];
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 60 struct dirent { struct 70 struct dirent *readdir(DIR *dir); argument
|
/third_party/musl/src/dirent/ |
D | scandir.c | 9 int (*sel)(const struct dirent *), in scandir() 10 int (*cmp)(const struct dirent **, const struct dirent **)) in scandir()
|
/third_party/glib/glib/dirent/ |
D | dirent.h | 20 struct dirent struct 44 /* dirent struct to return from dir (NOTE: this makes this thread argument
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | dir_iterate.c | 28 struct ext2_dir_entry *dirent, in ext2fs_get_rec_len() 44 struct ext2_dir_entry *dirent) in ext2fs_set_rec_len() 74 struct ext2_dir_entry *dirent; in ext2fs_validate_entry() local 98 struct ext2_dir_entry *dirent, in ext2fs_dir_iterate2() 150 struct ext2_dir_entry *dirent, int offset, in xlate_func() 162 int (*func)(struct ext2_dir_entry *dirent, in ext2fs_dir_iterate() 198 struct ext2_dir_entry *dirent; in ext2fs_process_dir_block() local
|
D | csum.c | 193 struct ext2_dir_entry *dirent, in __get_dx_countlimit() 238 struct ext2_dir_entry *dirent, in ext2fs_get_dx_countlimit() 255 struct ext2_dir_entry *dirent, in __get_dirent_tail() 295 int ext2fs_dirent_has_tail(ext2_filsys fs, struct ext2_dir_entry *dirent) in ext2fs_dirent_has_tail() 302 struct ext2_dir_entry *dirent, __u32 *crc, in ext2fs_dirent_csum() 325 struct ext2_dir_entry *dirent) in ext2fs_dirent_csum_verify() 347 struct ext2_dir_entry *dirent) in ext2fs_dirent_csum_set() 367 struct ext2_dir_entry *dirent, in ext2fs_dx_csum() 411 struct ext2_dir_entry *dirent) in ext2fs_dx_csum_verify() 425 struct ext2_dir_entry *dirent) in ext2fs_dx_csum_set() [all …]
|
D | dblist_dir.c | 31 struct ext2_dir_entry *dirent, in ext2fs_dblist_dir_iterate()
|
D | lookup.c | 32 static int lookup_proc(struct ext2_dir_entry *dirent, in lookup_proc()
|
D | swapfs.c | 418 struct ext2_dir_entry *dirent; in ext2fs_dirent_swab_in2() local 460 struct ext2_dir_entry *dirent; in ext2fs_dirent_swab_out2() local
|
D | unlink.c | 34 static int unlink_proc(struct ext2_dir_entry *dirent, in unlink_proc()
|
D | get_pathname.c | 44 static int get_pathname_proc(struct ext2_dir_entry *dirent, in get_pathname_proc()
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 262 struct dirent { struct 281 typedef struct dirent dirent; argument 885 int (*filter)(const struct dirent*), in scandir() 886 int (*compare)(const struct dirent**, const struct dirent**)) in scandir()
|
/third_party/e2fsprogs/e2fsck/ |
D | pass2.c | 402 struct ext2_dir_entry *dirent, in check_dot() 481 struct ext2_dir_entry *dirent, in check_dotdot() 531 struct ext2_dir_entry *dirent, in check_name() 552 const struct ext2_dir_entry *dirent, in encrypted_check_name() 564 struct ext2_dir_entry *dirent, in encoded_check_name() 591 struct ext2_dir_entry *dirent, in check_filetype() 772 struct ext2_dir_entry *dirent, in salvage_directory() 950 static int needs_encryption(e2fsck_t ctx, const struct ext2_dir_entry *dirent) in needs_encryption() 978 const struct ext2_dir_entry *dirent, in check_encryption_policy() 1003 const struct ext2_dir_entry *dirent, in check_encrypted_dirent() [all …]
|
/third_party/libuv/src/unix/ |
D | os390-syscalls.c | 35 int (*filter)(const struct dirent*), in scandir() 36 int (*compar)(const struct dirent**, in scandir() 40 struct dirent* dirent; in scandir() local
|
/third_party/e2fsprogs/lib/e2p/ |
D | iod.c | 28 int (*func) (const char *, struct dirent *, void *), in iterate_on_dir()
|
/third_party/e2fsprogs/debugfs/ |
D | ls.c | 47 static int print_filename(FILE *f, struct ext2_dir_entry *dirent, int options) in print_filename() 77 struct ext2_dir_entry *dirent, in list_dir_proc()
|
D | htree.c | 38 struct ext2_dir_entry *dirent; in htree_dump_leaf_node() local 448 struct ext2_dir_entry *dirent; in search_dir_block() local
|
D | ncheck.c | 39 static int ncheck_proc(struct ext2_dir_entry *dirent, in ncheck_proc()
|
/third_party/node/test/parallel/ |
D | test-fs-opendir.js | 21 function assertDirent(dirent) { argument 49 const dirent = dir.readSync(); constant
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsls.c | 374 static int readdir_recursive(ntfs_inode * ni, s64 * pos, ntfsls_dirent * dirent) in readdir_recursive() 490 static int list_dir_entry(ntfsls_dirent * dirent, const ntfschar * name, in list_dir_entry() 642 ntfsls_dirent dirent; in main() local
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | rm.c | 27 struct dirent *dirent = NULL; in toybox_cmd_do_rmdir() local
|