Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Ddirent_types.h27 #if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG)
28 XLAT(DT_REG),
Ddirent_types.in6 DT_REG
/external/libwebsockets/lib/misc/
Ddiskcache.c49 #if !defined(DT_REG)
50 #define DT_REG 8 macro
319 if (de->d_type != DT_REG) in lws_diskcache_trim()
Ddir.c159 case DT_REG: in lws_dir()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp68 if (E->d_type == DT_REG || E->d_type == DT_LNK || in ListFilesInDirRecursive()
91 if (E->d_type == DT_REG || E->d_type == DT_LNK || in IterateDirRecursive()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp68 if (E->d_type == DT_REG || E->d_type == DT_LNK || in ListFilesInDirRecursive()
91 if (E->d_type == DT_REG || E->d_type == DT_LNK || in IterateDirRecursive()
/external/capstone/suite/fuzz/
Ddriverbin.c35 if (dir->d_type != DT_REG) { in main()
/external/python/cffi/demo/
Dbsdopendirtype.py13 lib.DT_REG: 0o100000,
Drecopendirtype.py13 lib.DT_REG: 0o100000,
/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/linux-kselftest/tools/testing/selftests/proc/
Dread.c95 case DT_REG: in f()
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc135 } else if (entry->d_type == DT_REG) { in Step()
/external/grpc-grpc/test/core/util/
Dfuzzer_corpus_test.cc85 if (ep->d_type == DT_REG) { in Materialize()
/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/rust/crates/nix/src/
Ddir.rs234 libc::DT_REG => Some(Type::File), in file_type()
/external/iproute2/misc/
Dlnstat_util.c252 if (de->d_type != DT_REG) in lnstat_scan_dir()
/external/llvm-project/libcxx/src/filesystem/
Ddirectory_iterator.cpp42 case DT_REG: in get_file_type()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp41 case DT_REG: in get_file_type()
/external/mesa3d/src/util/
Dxmlconfig.c969 #ifndef DT_REG /* systems without d_type in dirent results */ in scandir_filter()
976 if (ent->d_type != DT_REG && ent->d_type != DT_LNK) in scandir_filter()

12