HomeSort by: relevance | last modified time | path
    Searched refs:S_ISBLK (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /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/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 */
colors.c 259 #if defined (S_ISBLK)
260 else if (S_ISBLK (mode))
  /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 */
colors.c 259 #if defined (S_ISBLK)
260 else if (S_ISBLK (mode))
  /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/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/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/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
stat.d 29 int S_ISBLK(int m) { return (m & S_IFMT) == S_IFBLK; }
  /src/usr.bin/find/
ls.c 77 if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode))
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_open_fd.c 105 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ||
archive_windows.h 182 #ifndef S_ISBLK
183 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */
archive_read_open_filename.c 366 else if ((S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) &&
380 else if (S_ISBLK(st.st_mode) &&
618 && !S_ISBLK(mine->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/lib/libutil/
getdiskrawname.c 152 if (!S_ISBLK(st.st_mode)) {
  /src/sbin/fsck/
fsutil.c 212 if (S_ISBLK(stblock.st_mode)) {
  /src/tests/include/
t_paths.c 183 ATF_CHECK(S_ISBLK(m) != 0 || S_ISCHR(m) != 0);
  /src/tests/lib/libc/sys/
t_mknod.c 162 if (S_ISBLK(st.st_mode) == 0)
  /src/external/gpl2/lvm2/dist/lib/activate/
fs.c 103 if (!S_ISBLK(buf.st_mode))
220 if (!S_ISLNK(buf.st_mode) && !S_ISBLK(buf.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/external/gpl3/gdb/dist/gnulib/import/
sys_stat.in.h 162 # undef S_ISBLK
175 #ifndef S_ISBLK
177 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
179 # define S_ISBLK(m) 0

Completed in 35 milliseconds

1 2 3 4 5