Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 - 25 of 43) sorted by relevance

12

/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c48 /* Travis OSX does not have DT_REG... */
49 #if !defined(DT_REG)
50 #define DT_REG 8 macro
319 if (de->d_type != DT_REG) in lws_diskcache_trim()
H A Ddir.c163 else if (DT_REG != DT_UNKNOWN && type == DT_REG) in lws_dir()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h50 #define DT_REG 8 macro
/third_party/node/test/wasi/c/
H A Dreaddir.c29 assert(entry->d_type == DT_REG); in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h46 #define DT_REG 8 macro
/third_party/musl/include/
H A Ddirent.h46 #define DT_REG 8 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h169 #define DT_REG S_IFREG macro
511 entry->d_type = DT_REG; in _wreaddir_r()
801 entry->d_type = DT_REG; in readdir_r()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOPosix.cpp48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/third_party/libuv/include/uv/
H A Dunix.h175 # if defined(DT_REG)
176 # define UV__DT_FILE DT_REG
/third_party/musl/src/regex/
H A Dglob.c38 if (!type && !(flags & GLOB_MARK)) type = DT_REG; in do_glob()
105 else type = DT_REG; in do_glob()
/third_party/node/deps/uv/include/uv/
H A Dunix.h176 # if defined(DT_REG)
177 # define UV__DT_FILE DT_REG
/third_party/mesa3d/src/util/
H A Dxmlconfig.c1005 #ifndef DT_REG /* systems without d_type in dirent results */ in scandir_filter()
1015 if (ent->d_type != DT_REG && ent->d_type != DT_LNK && ent->d_type != DT_UNKNOWN) in scandir_filter()
1039 #ifdef DT_REG in parseConfigDir()
1046 #ifdef DT_REG in parseConfigDir()
H A Ddisk_cache_os.c209 if (dir_ent->d_type == DT_REG) { /* If the entry is a regular file */ in choose_lru_file_matching()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h109 #define DT_REG 8 macro
/third_party/rust/crates/nix/src/
H A Ddir.rs262 libc::DT_REG => Some(Type::File), in file_type()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs316 linux_raw_sys::general::DT_REG => Self::RegularFile,
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp1092 if (node->d_type != DT_REG) { in scanFonts()
1333 if (node->d_type != DT_REG) { in judgeFileExist()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs449 c::DT_REG => Self::RegularFile,
/third_party/eudev/src/shared/
H A Dutil.c1068 if (de->d_type != DT_REG && in dirent_is_file_with_suffix()
/third_party/rust/crates/libc/src/
H A Dwasi.rs265 pub const DT_REG: u8 = 4; consts
/third_party/eudev/src/libudev/
H A Dlibudev-device.c1641 if (dent->d_type != DT_LNK && dent->d_type != DT_REG) in udev_device_sysattr_list_read()
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1612 dir->fd_dir[0].d_type = DT_REG; in tmpfs_readdir()

Completed in 29 milliseconds

12