Searched defs:S_ISBLK (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dbsdtar_windows.h57 #define S_ISBLK(a) (0) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c65 #if !defined(S_ISBLK) && defined(S_IFBLK) macro
52 #undef S_ISBLK macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c143 #define S_ISBLK macro
145 #define S_ISBLK macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dstat-macros.h33 # undef S_ISBLK macro
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
52 # define S_ISBLK(m) 0 macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsys_stat_.h41 # undef S_ISBLK macro
56 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
58 # define S_ISBLK(m) 0 macro
H A Dsystem.h145 # undef S_ISBLK macro
171 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
173 # define S_ISBLK(mode) 0 macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsystem.h65 # undef S_ISBLK macro
79 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dsysfile.h201 #undef S_ISBLK macro
214 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h329 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
331 # define S_ISBLK(m) 0 macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.os.h232 # undef S_ISBLK macro
248 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
/macosx-10.10.1/vim-55/src/
H A Dos_unix.h504 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dstat.h400 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */ macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h339 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
341 # define S_ISBLK(m) 0 macro
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h367 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
369 # define S_ISBLK(m) 0 macro
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h317 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
319 # define S_ISBLK(m) 0 macro
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h189 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */ macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h525 # undef S_ISBLK macro
548 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
590 # define S_ISBLK(m) ((void)(m), 0) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1526 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK)) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h87 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
/macosx-10.10.1/rsync-45/rsync/
H A Drsync.h770 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK)) macro
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c1270 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro

Completed in 327 milliseconds