Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h51 #define DT_LNK 10 macro
/third_party/libuv/include/uv/
Dunix.h186 # if defined(DT_LNK)
187 # define UV__DT_LINK DT_LNK
/third_party/musl/ndk_musl_include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/include/
Ddirent.h47 #define DT_LNK 10 macro
/third_party/libwebsockets/lib/misc/
Ddir.c161 else if (DT_LNK != DT_UNKNOWN && type == DT_LNK) in lws_dir()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOPosix.cpp48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/third_party/musl/src/regex/
Dglob.c103 if ((flags & GLOB_MARK) && (!type||type==DT_LNK) && !stat(buf, &st)) { in do_glob()
137 if (p2 && de->d_type && de->d_type!=DT_DIR && de->d_type!=DT_LNK) in do_glob()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h110 #define DT_LNK 10 macro
/third_party/rust/crates/nix/src/
Ddir.rs263 libc::DT_LNK => Some(Type::Symlink), in file_type()
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c409 else if (dent->d_type == DT_LNK) in visit_dir()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt40 DT_LNK
Dandroid.txt305 DT_LNK
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h175 #define DT_LNK S_IFLNK macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs318 linux_raw_sys::general::DT_LNK => Self::Symlink, in from_dirent_d_type()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs451 c::DT_LNK => Self::Symlink, in from_dirent_d_type()
/third_party/mesa3d/src/util/
Dxmlconfig.c1015 if (ent->d_type != DT_REG && ent->d_type != DT_LNK && ent->d_type != DT_UNKNOWN) in scandir_filter()
/third_party/rust/crates/libc/src/
Dwasi.rs266 pub const DT_LNK: u8 = 7; constant
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c60 return entry->d_type == DT_DIR || entry->d_type == DT_LNK; in is_dir_or_link()
/third_party/rust/crates/libc/src/unix/
Dmod.rs223 pub const DT_LNK: u8 = 10; constant
/third_party/python/Modules/
Dposixmodule.c13463 return self->d_type == DT_LNK; in os_DirEntry_is_symlink_impl()
13602 is_symlink = self->d_type == DT_LNK; in DirEntry_test_mode()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1327 pub const DT_LNK: u8 = 10; constant

12