Searched refs:S_IFBLK (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h16 #define S_IFBLK 0060000 macro
28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/openssh/openbsd-compat/
H A Dstrmode.c53 case S_IFBLK: /* block special */
/external/openssl/crypto/rand/
H A Drandfile.c59 /* We need to define this to get macros like S_IFBLK and S_IFCHR */
142 #if defined(S_IFBLK) && defined(S_IFCHR) && !defined(OPENSSL_NO_POSIX_IO)
143 if (sb.st_mode & (S_IFBLK | S_IFCHR)) {
/external/bison/lib/
H A Dsys_stat.in.h100 # ifdef S_IFBLK
101 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/bison/darwin-lib/sys/
H A Dstat.h412 # ifdef S_IFBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/bison/linux-lib/sys/
H A Dstat.h412 # ifdef S_IFBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/external/strace/
H A Dfile.c758 { S_IFBLK, "S_IFBLK" },
858 case S_IFCHR: case S_IFBLK:
905 case S_IFCHR: case S_IFBLK:
971 case S_IFCHR: case S_IFBLK:
1060 case S_IFCHR: case S_IFBLK:
1251 case S_IFCHR: case S_IFBLK:
1582 case S_IFCHR: case S_IFBLK:
2376 case S_IFCHR: case S_IFBLK:
/external/libselinux/src/
H A Dlabel_file.c348 spec_arr[nspec].mode = S_IFBLK;
/external/genext2fs/
H A Dgenext2fs.c1703 case S_IFBLK:
1748 case S_IFBLK:
/external/mksh/src/
H A Dfuncs.c2696 mode |= (argv[1][0] == 'b') ? S_IFBLK :

Completed in 3096 milliseconds