Searched refs:S_IFCHR (Results 1 - 21 of 21) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h18 #define S_IFCHR 0020000 macro
27 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/openssh/openbsd-compat/
H A Dstrmode.c50 case S_IFCHR: /* character 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.h108 # ifdef S_IFCHR
109 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/bison/darwin-lib/sys/
H A Dstat.h420 # ifdef S_IFCHR
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/bison/linux-lib/sys/
H A Dstat.h420 # ifdef S_IFCHR
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/strace/
H A Dfile.c759 { S_IFCHR, "S_IFCHR" },
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/openssh/
H A Dauthfile.c335 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 &&
363 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 &&
/external/libpcap/
H A Dpcap-bpf.c477 if (mknod(buf, S_IRUSR | S_IFCHR, domakedev(major, i)) == -1) {
/external/libselinux/src/
H A Dlabel_file.c351 spec_arr[nspec].mode = S_IFCHR;
/external/ppp/pppd/
H A Dutils.c942 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
H A Dsys-linux.c2026 if (mknod("/dev/ppp", S_IFCHR | S_IRUSR | S_IWUSR,
H A Dsys-solaris.c2533 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
/external/qemu/block/
H A Draw-posix.c643 if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) {
/external/genext2fs/
H A Dgenext2fs.c1702 case S_IFCHR:
1745 case S_IFCHR:
/external/mksh/src/
H A Dmisc.c1938 if (!(sb.st_mode & S_IFCHR))
H A Dfuncs.c2697 (argv[1][0] == 'c') ? S_IFCHR : 0;
/external/qemu/
H A Dnet-android.c1283 dev = devname(s.st_rdev, S_IFCHR);
H A Dnet.c1155 dev = devname(s.st_rdev, S_IFCHR);
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/bison/
H A Dconfigure13176 #if defined S_ISBLK && defined S_IFCHR
13177 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];

Completed in 545 milliseconds