Searched refs:DT_REG (Results 1 – 25 of 38) sorted by relevance
12
/external/strace/xlat/ |
D | dirent_types.h | 27 #if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG) 28 XLAT(DT_REG),
|
D | dirent_types.in | 6 DT_REG
|
/external/libwebsockets/lib/misc/ |
D | diskcache.c | 49 #if !defined(DT_REG) 50 #define DT_REG 8 macro 319 if (de->d_type != DT_REG) in lws_diskcache_trim()
|
D | dir.c | 159 case DT_REG: in lws_dir()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOPosix.cpp | 68 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/ |
D | FuzzerIOPosix.cpp | 68 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/ |
D | driverbin.c | 35 if (dir->d_type != DT_REG) { in main()
|
/external/python/cffi/demo/ |
D | bsdopendirtype.py | 13 lib.DT_REG: 0o100000,
|
D | recopendirtype.py | 13 lib.DT_REG: 0o100000,
|
/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/linux-kselftest/tools/testing/selftests/proc/ |
D | read.c | 95 case DT_REG: in f()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | file_scanner.cc | 135 } else if (entry->d_type == DT_REG) { in Step()
|
/external/grpc-grpc/test/core/util/ |
D | fuzzer_corpus_test.cc | 85 if (ep->d_type == DT_REG) { in Materialize()
|
/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/rust/crates/nix/src/ |
D | dir.rs | 234 libc::DT_REG => Some(Type::File), in file_type()
|
/external/iproute2/misc/ |
D | lnstat_util.c | 252 if (de->d_type != DT_REG) in lnstat_scan_dir()
|
/external/llvm-project/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 42 case DT_REG: in get_file_type()
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 41 case DT_REG: in get_file_type()
|
/external/mesa3d/src/util/ |
D | xmlconfig.c | 969 #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