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

/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h43 #define S_IFIFO _S_IFIFO /* pipe */
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinPort.h31 #define S_IFIFO _S_IFIFO /* pipe */
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h54 #if defined (_S_IFIFO) && !defined (S_IFIFO)
55 #define S_IFIFO _S_IFIFO
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h54 #if defined (_S_IFIFO) && !defined (S_IFIFO)
55 #define S_IFIFO _S_IFIFO
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h146 #ifndef _S_IFIFO
147 #define _S_IFIFO 0010000 /* pipe */ macro
172 #define S_IFIFO _S_IFIFO
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_file_io.h91 #define S_IFIFO _S_IFIFO /* pipe */
/macosx-10.10/bind9-45.101/bind9/
H A Dconfig.h.win32132 #define S_IFIFO _S_IFIFO /* pipe */
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_compat.c163 return mknod(path, (mode & ~_S_IFMT) | _S_IFIFO, 0);
H A Dsys_defs.h1530 #define S_ISFIFO(mode) (((mode) & (_S_IFMT)) == (_S_IFIFO))
/macosx-10.10/rsync-45/rsync/
H A Drsync.h786 #ifdef _S_IFIFO
787 #define S_ISFIFO(mode) (((mode) & (_S_IFMT)) == (_S_IFIFO))
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h344 #if !defined S_IFIFO && defined _S_IFIFO
345 #define S_IFIFO _S_IFIFO
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Droken.h.in361 #define S_ISFIFO(m) (((m) & _S_IFIFO) == _S_IFIFO)
/macosx-10.10/emacs-93/emacs/src/
H A Dw32.c2518 buf->st_mode = _S_IFIFO;
2610 buf->st_mode = _S_IFIFO;

Completed in 329 milliseconds