Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h51 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h47 #define DT_LNK 10 macro
/third_party/musl/include/
H A Ddirent.h47 #define DT_LNK 10 macro
/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/libwebsockets/lib/misc/
H A Ddir.c161 else if (DT_LNK != DT_UNKNOWN && type == DT_LNK) in lws_dir()
/third_party/libuv/include/uv/
H A Dunix.h185 # if defined(DT_LNK)
186 # define UV__DT_LINK DT_LNK
/third_party/musl/src/regex/
H A 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/node/deps/uv/include/uv/
H A Dunix.h186 # if defined(DT_LNK)
187 # define UV__DT_LINK DT_LNK
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c138 if (entry->d_type != DT_LNK) { in CheckHiLogdLinked()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h110 #define DT_LNK 10 macro
/third_party/rust/crates/nix/src/
H A Ddir.rs263 libc::DT_LNK => Some(Type::Symlink), in file_type()
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h175 #define DT_LNK S_IFLNK macro
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c647 else if (dent->d_type == DT_LNK) in visit_dir()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs318 linux_raw_sys::general::DT_LNK => Self::Symlink,
/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c365 if (dent->d_type != DT_DIR && dent->d_type != DT_LNK) in handle_scsi_default()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs451 c::DT_LNK => Self::Symlink,
/third_party/eudev/src/shared/
H A Dutil.c1069 de->d_type != DT_LNK && in dirent_is_file_with_suffix()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c60 return entry->d_type == DT_DIR || entry->d_type == DT_LNK; in is_dir_or_link()
/third_party/mesa3d/src/util/
H A 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/
H A Dwasi.rs266 pub const DT_LNK: u8 = 7; 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/rust/crates/libc/src/unix/
H A Dmod.rs223 pub const DT_LNK: u8 = 10; consts

Completed in 26 milliseconds

12