Searched refs:DT_REG (Results 1 – 25 of 33) sorted by relevance
12
/external/strace/xlat/ |
D | dirent_types.h | 21 #if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG) 22 XLAT(DT_REG),
|
D | dirent_types.in | 6 DT_REG
|
/external/syslinux/com32/include/sys/ |
D | dirent.h | 29 DT_REG = 8, enumerator
|
/external/strace/tests-m32/ |
D | getdents.c | 69 case DT_REG: in str_d_type()
|
D | getdents64.c | 78 case DT_REG: in str_d_type()
|
/external/strace/tests/ |
D | getdents.c | 69 case DT_REG: in str_d_type()
|
D | getdents64.c | 78 case DT_REG: in str_d_type()
|
/external/strace/tests-mx32/ |
D | getdents.c | 69 case DT_REG: in str_d_type()
|
D | getdents64.c | 78 case DT_REG: in str_d_type()
|
/external/syslinux/core/fs/pxe/ |
D | ftp_readdir.c | 36 return DT_REG; in dirtype()
|
D | pxe.c | 37 inode->mode = DT_REG; /* No other types relevant for PXE */ in allocate_socket() 332 file->inode->mode = (flags & O_DIRECTORY) ? DT_DIR : DT_REG; in __pxe_searchdir()
|
D | http_readdir.c | 466 dirent->d_type = *sp == '/' ? DT_DIR : DT_REG; in http_readdir()
|
/external/syslinux/core/fs/xfs/ |
D | xfs_dir2.c | 231 inode->mode = DT_REG; in xfs_dir2_local_find_entry() 330 inode->mode = DT_REG; in xfs_dir2_block_find_entry() 474 ip->mode = DT_REG; in xfs_dir2_leaf_find_entry() 777 ip->mode = DT_REG; in xfs_dir2_node_find_entry()
|
D | xfs.c | 239 if (inode->mode == DT_REG) { in xfs_iget()
|
D | xfs_readdir.c | 54 dirent->d_type = DT_REG; in fill_dirent()
|
/external/syslinux/com32/modules/ |
D | ls.c | 30 case DT_REG: in type_str()
|
D | dir.c | 30 case DT_REG: in type_str()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 53 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/iproute2/misc/ |
D | lnstat_util.c | 254 if (de->d_type != DT_REG) in lnstat_scan_dir()
|
/external/syslinux/core/fs/iso9660/ |
D | iso9660.c | 161 return (flags & 0x02) ? DT_DIR : DT_REG; in get_inode_mode()
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 655 case DT_REG: in rosh_d_type2char_human() 693 case DT_REG: in rosh_d_type2char_lspre()
|
/external/syslinux/core/fs/ |
D | fs.c | 356 if (file->inode->mode != DT_REG) { in open_file()
|
/external/syslinux/core/fs/ntfs/ |
D | ntfs.c | 216 if (get_inode_mode(mrec) != DT_REG) {dprintf("%s: $MFT is not a file\n", __func__); break;} in ntfs_mft_record_lookup_any() 607 return mrec->flags & MFT_RECORD_IS_DIRECTORY ? DT_DIR : DT_REG; in get_inode_mode() 662 } else if (d_type == DT_REG) { /* file stuff */ in index_inode_setup()
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 18 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, in ext2_cvt_type() enumerator
|
12