/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 51 #define DT_LNK 10 macro
|
/third_party/libuv/include/uv/ |
D | unix.h | 186 # if defined(DT_LNK) 187 # define UV__DT_LINK DT_LNK
|
/third_party/musl/ndk_musl_include/ |
D | dirent.h | 47 #define DT_LNK 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dirent.h | 47 #define DT_LNK 10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | dirent.h | 47 #define DT_LNK 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | dirent.h | 47 #define DT_LNK 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | dirent.h | 47 #define DT_LNK 10 macro
|
/third_party/musl/include/ |
D | dirent.h | 47 #define DT_LNK 10 macro
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 161 else if (DT_LNK != DT_UNKNOWN && type == DT_LNK) in lws_dir()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIOPosix.cpp | 48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
|
/third_party/musl/src/regex/ |
D | glob.c | 103 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/ |
D | general.h | 110 #define DT_LNK 10 macro
|
/third_party/rust/crates/nix/src/ |
D | dir.rs | 263 libc::DT_LNK => Some(Type::Symlink), in file_type()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 409 else if (dent->d_type == DT_LNK) in visit_dir()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 40 DT_LNK
|
D | android.txt | 305 DT_LNK
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 175 #define DT_LNK S_IFLNK macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 318 linux_raw_sys::general::DT_LNK => Self::Symlink, in from_dirent_d_type()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 451 c::DT_LNK => Self::Symlink, in from_dirent_d_type()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 1015 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/ |
D | wasi.rs | 266 pub const DT_LNK: u8 = 7; constant
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.c | 60 return entry->d_type == DT_DIR || entry->d_type == DT_LNK; in is_dir_or_link()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 223 pub const DT_LNK: u8 = 10; constant
|
/third_party/python/Modules/ |
D | posixmodule.c | 13463 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/ |
D | mod.rs | 1327 pub const DT_LNK: u8 = 10; constant
|