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

/openbsd-current/gnu/lib/libreadline/
H A Dposixstat.h54 #if defined (_S_IFIFO) && !defined (S_IFIFO)
55 #define S_IFIFO _S_IFIFO
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h88 #undef _S_IFIFO macro
97 #define _S_IFIFO 0x1000 macro
113 #define S_ISFIFO(m) (((m) & _S_IFMT) == _S_IFIFO)
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.h593 #define _S_IFSOCK ((unsigned)(_S_IFDIR | _S_IFIFO))
594 /* mingw64 defines _S_IFBLK to 0x3000 which is _S_IFDIR | _S_IFIFO */
596 # define _S_IFBLK ((unsigned)(_S_IFCHR | _S_IFIFO))
H A Dwin32.c1655 sbuf->st_mode = _S_IFIFO;
1720 sbuf->st_mode = (type == FILE_TYPE_CHAR) ? _S_IFCHR : _S_IFIFO;
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h1795 #if !defined(S_IFIFO) && defined(_S_IFIFO)
1796 # define S_IFIFO _S_IFIFO

Completed in 207 milliseconds