/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 51 #define DT_LNK 10 macro
|
/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/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/porting/uniproton/kernel/include/ |
D | dirent.h | 47 #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/json/test/thirdparty/Fuzzer/ |
D | FuzzerIOPosix.cpp | 48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 161 else if (DT_LNK != DT_UNKNOWN && type == DT_LNK) in lws_dir()
|
/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/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 409 else if (dent->d_type == DT_LNK) in visit_dir()
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 291 case DT_LNK: in file_type_from_dirent()
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 175 #define DT_LNK S_IFLNK macro
|
/third_party/eudev/src/udev/ |
D | udev-builtin-path_id.c | 365 if (dent->d_type != DT_DIR && dent->d_type != DT_LNK) in handle_scsi_default()
|
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 281 else if (result->d_type == DT_LNK) in dir_itr_increment()
|
/third_party/wayland_standard/cursor/ |
D | xcursor.c | 888 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 1001 if (ent->d_type != DT_REG && ent->d_type != DT_LNK) in scandir_filter()
|
/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/eudev/src/shared/ |
D | util.c | 1069 de->d_type != DT_LNK && in dirent_is_file_with_suffix()
|
/third_party/eudev/src/libudev/ |
D | libudev-device.c | 1641 if (dent->d_type != DT_LNK && dent->d_type != DT_REG) in udev_device_sysattr_list_read()
|
/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/NuttX/ |
D | ReleaseNotes | 19800 - SIM HOSTFS: Support S_IFSOCK, DT_LNK, O_DIRECT and O_SYNC From Xiang
|