Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Ddirent_types.h21 #if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG)
22 XLAT(DT_REG),
Ddirent_types.in6 DT_REG
/external/syslinux/com32/include/sys/
Ddirent.h29 DT_REG = 8, enumerator
/external/strace/tests-m32/
Dgetdents.c69 case DT_REG: in str_d_type()
Dgetdents64.c78 case DT_REG: in str_d_type()
/external/strace/tests/
Dgetdents.c69 case DT_REG: in str_d_type()
Dgetdents64.c78 case DT_REG: in str_d_type()
/external/strace/tests-mx32/
Dgetdents.c69 case DT_REG: in str_d_type()
Dgetdents64.c78 case DT_REG: in str_d_type()
/external/syslinux/core/fs/pxe/
Dftp_readdir.c36 return DT_REG; in dirtype()
Dpxe.c37 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()
Dhttp_readdir.c466 dirent->d_type = *sp == '/' ? DT_DIR : DT_REG; in http_readdir()
/external/syslinux/core/fs/xfs/
Dxfs_dir2.c231 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()
Dxfs.c239 if (inode->mode == DT_REG) { in xfs_iget()
Dxfs_readdir.c54 dirent->d_type = DT_REG; in fill_dirent()
/external/syslinux/com32/modules/
Dls.c30 case DT_REG: in type_str()
Ddir.c30 case DT_REG: in type_str()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp53 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/external/iproute2/misc/
Dlnstat_util.c254 if (de->d_type != DT_REG) in lnstat_scan_dir()
/external/syslinux/core/fs/iso9660/
Diso9660.c161 return (flags & 0x02) ? DT_DIR : DT_REG; in get_inode_mode()
/external/syslinux/com32/rosh/
Drosh.c655 case DT_REG: in rosh_d_type2char_human()
693 case DT_REG: in rosh_d_type2char_lspre()
/external/syslinux/core/fs/
Dfs.c356 if (file->inode->mode != DT_REG) { in open_file()
/external/syslinux/core/fs/ntfs/
Dntfs.c216 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/
Dext2.c18 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, in ext2_cvt_type() enumerator

12