Home
last modified time | relevance | path

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

12

/third_party/libwebsockets/lib/misc/
H A Ddir.c153 if (DT_BLK != DT_UNKNOWN && type == DT_BLK) in lws_dir()
155 else if (DT_CHR != DT_UNKNOWN && type == DT_CHR) in lws_dir()
157 else if (DT_DIR != DT_UNKNOWN && type == DT_DIR) in lws_dir()
159 else if (DT_FIFO != DT_UNKNOWN && type == DT_FIFO) in lws_dir()
161 else if (DT_LNK != DT_UNKNOWN && type == DT_LNK) in lws_dir()
163 else if (DT_REG != DT_UNKNOWN && type == DT_REG) in lws_dir()
165 else if (DT_SOCK != DT_UNKNOWN && type == DT_SOCK) in lws_dir()
/third_party/node/test/wasi/c/
H A Dreaddir.c31 assert(entry->d_type == DT_UNKNOWN); in main()
37 assert(entry->d_type == DT_UNKNOWN); in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h45 #define DT_UNKNOWN 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h41 #define DT_UNKNOWN 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h41 #define DT_UNKNOWN 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h41 #define DT_UNKNOWN 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h41 #define DT_UNKNOWN 0 macro
/third_party/musl/include/
H A Ddirent.h41 #define DT_UNKNOWN 0 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h168 #define DT_UNKNOWN 0 macro
820 entry->d_type = DT_UNKNOWN; in readdir_r()
/third_party/lzma/CPP/Windows/
H A DFileFind.h290 // (Type == DT_UNKNOWN) on some systems
317 if (de.Type != DT_UNKNOWN) in DirEntry_IsDir()
H A DFileFind.cpp1192 /* some systems (like CentOS 7.x on XFS) have (Type == DT_UNKNOWN) in IsDots()
1196 if (Type != DT_DIR && Type != DT_UNKNOWN) in IsDots()
1237 /* some systems (like CentOS 7.x on XFS) have (Type == DT_UNKNOWN) in NextAny()
1241 // fi.Type = DT_UNKNOWN; // for debug in NextAny()
1242 if (fi.Type == DT_UNKNOWN) in NextAny()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h104 #define DT_UNKNOWN 0 macro
/third_party/libuv/include/uv/
H A Dunix.h173 #if defined(DT_UNKNOWN)
/third_party/node/deps/uv/include/uv/
H A Dunix.h174 #if defined(DT_UNKNOWN)
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c649 else if (dent->d_type == DT_UNKNOWN) in visit_dir()
/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()
1050 if (d_type == DT_UNKNOWN) { in parseConfigDir()
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c795 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
/third_party/eudev/src/shared/
H A Dutil.c1070 de->d_type != DT_UNKNOWN) in dirent_is_file_with_suffix()
/third_party/rust/crates/libc/src/
H A Dwasi.rs261 pub const DT_UNKNOWN: u8 = 0; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs217 pub const DT_UNKNOWN: u8 = 0; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp296 * Also accept DT_UNKNOWN (0) in case in openCtrlConnection()
300 dent->d_type != DT_UNKNOWN) in openCtrlConnection()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp298 * Also accept DT_UNKNOWN (0) in case in openCtrlConnection()
302 dent->d_type != DT_UNKNOWN) in openCtrlConnection()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c4617 * DT_UNKNOWN (0) in case the C library or underlying in wpa_cli_get_default_ifname()
4620 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c5183 * DT_UNKNOWN (0) in case the C library or underlying in wpa_cli_get_default_ifname()
5186 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
/third_party/python/Modules/
H A Dposixmodule.c13659 if (self->d_type != DT_UNKNOWN) in os_DirEntry_is_symlink_impl()
13806 need_stat = self->d_type == DT_UNKNOWN || (follow_symlinks && is_symlink); in DirEntry_test_mode()

Completed in 100 milliseconds

12