Home
last modified time | relevance | path

Searched refs:DT_FIFO (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h46 #define DT_FIFO 1 macro
/third_party/musl/ndk_musl_include/
Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/include/
Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h42 #define DT_FIFO 1 macro
/third_party/libuv/include/uv/
Dunix.h191 # if defined(DT_FIFO)
192 # define UV__DT_FIFO DT_FIFO
/third_party/libwebsockets/lib/misc/
Ddir.c159 else if (DT_FIFO != DT_UNKNOWN && type == DT_FIFO) in lws_dir()
/third_party/glib/gio/
Dglocalfileenumerator.c286 case DT_FIFO: in file_type_from_dirent()
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h171 #define DT_FIFO S_IFIFO macro