Home
last modified time | relevance | path

Searched refs:_S_IFIFO (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/src/
Dsf_unistd.h99 #define S_ISFIFO(mode) (((mode) & _S_IFMT) == _S_IFIFO)
/third_party/mingw-w64/mingw-w64-headers/crt/sys/
Dstat.h63 #define _S_IFIFO 0x1000 macro
142 #define S_IFIFO _S_IFIFO
/third_party/python/Python/
Dfileutils.c942 status->st_mode = _S_IFIFO; in _Py_fstat_noraise()
/third_party/glib/glib/
Dgiowin32.c1788 if (st->st_mode & _S_IFIFO) in g_io_win32_fd_get_flags_internal()
/third_party/python/Modules/
Dposixmodule.c1892 result->st_mode = _S_IFIFO; in win32_xstat_impl()