HomeSort by: relevance | last modified time | path
    Searched defs:S_ISBLK (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/
bsdtar_windows.h 41 #ifndef S_ISBLK
42 #define S_ISBLK(a) (0)
  /src/external/gpl2/mkhybrid/dist/include/
statdefs.h 36 #undef S_ISBLK /* Block special */
81 #ifndef S_ISBLK /* Block special */
83 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
85 # define S_ISBLK(m) (0)
  /src/external/gpl3/binutils/dist/binutils/
filemode.c 142 #ifndef S_ISBLK
144 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK)
146 #define S_ISBLK(i) 0
148 #endif /* ! defined (S_ISBLK) */
189 if (S_ISBLK (bits))
  /src/external/gpl3/binutils.old/dist/binutils/
filemode.c 142 #ifndef S_ISBLK
144 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK)
146 #define S_ISBLK(i) 0
148 #endif /* ! defined (S_ISBLK) */
189 if (S_ISBLK (bits))
  /src/external/gpl2/xcvs/dist/lib/
stat-macros.h 33 # undef S_ISBLK
48 # ifndef S_ISBLK
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
52 # define S_ISBLK(m) 0
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 30 # undef S_ISBLK
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 30 # undef S_ISBLK
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */
  /src/external/gpl2/xcvs/dist/diff/
system.h 42 #undef S_ISBLK
55 #if !defined(S_ISBLK) && defined(S_IFBLK)
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
  /src/external/gpl2/diffutils/dist/src/
system.h 67 # undef S_ISBLK
80 #if !defined S_ISBLK && defined S_IFBLK
81 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
354 # if HAVE_STRUCT_STAT_ST_RDEV && defined S_ISBLK && defined S_ISCHR
356 (((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
  /src/external/gpl2/xcvs/dist/src/
filesubr.c 28 #ifndef S_ISBLK
29 #define S_ISBLK(a) 0
34 #define IS_DEVICE(sbp) (S_ISBLK((sbp)->st_mode) || S_ISCHR((sbp)->st_mode))
637 if (S_ISBLK (sb1.st_mode) || S_ISCHR (sb1.st_mode))
  /src/external/gpl3/gcc/dist/libcpp/
system.h 340 #ifndef S_ISBLK
341 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 340 #ifndef S_ISBLK
341 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /src/sys/sys/
stat.h 173 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) /* block special */
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 107 #undef S_ISBLK
114 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK)
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 182 #ifndef S_ISBLK
183 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1303 # undef S_ISBLK
  /src/external/gpl3/gcc/dist/gcc/
system.h 636 #ifndef S_ISBLK
637 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 636 #ifndef S_ISBLK
637 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 1554 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK))

Completed in 101 milliseconds