Home
last modified time | relevance | path

Searched refs:S_IFCHR (Results 1 – 25 of 38) sorted by relevance

12

/external/strace/xlat/
Dmodetypes.h29 #if defined(S_IFCHR) || (defined(HAVE_DECL_S_IFCHR) && HAVE_DECL_S_IFCHR)
30 XLAT(S_IFCHR),
Dmodetypes.in7 S_IFCHR
/external/toybox/toys/lsb/
Dmknod.c40 mode_t modes[] = {S_IFIFO, S_IFCHR, S_IFCHR, S_IFBLK};
/external/kernel-headers/original/uapi/linux/
Dstat.h13 #define S_IFCHR 0020000 macro
22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/curl/src/
Dtool_doswin.c73 # ifdef S_IFCHR
74 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/toybox/toys/pending/
Dmdev.c55 type = path[5]=='c' ? S_IFCHR : S_IFBLK; in make_device()
62 type = strcmp(temp, "block") ? S_IFCHR : S_IFBLK; in make_device()
Dtar.c409 case S_IFCHR: in extract_to_disk()
658 file_hdr->mode |= S_IFCHR; in unpack_tar()
Dlsof.c255 case S_IFCHR: strcpy(fi->type, "CHR"); break; in fill_stat()
/external/strace/
Dmknod.c55 case S_IFCHR: in decode_mknod()
Dprintstat.h76 case S_IFCHR: case S_IFBLK: in DO_PRINTSTAT()
/external/autotest/client/tests/sound_infrastructure/
Dsound_infrastructure.py27 stat.S_IWGRP | stat.S_IFCHR)
/external/toybox/toys/other/
Dmakedevs.c79 } else mode |= (mode_t[]){S_IFIFO, S_IFCHR, S_IFBLK, 0, 0}[i];
/external/selinux/libselinux/utils/
Dselabel_lookup_best_match.c39 return S_IFCHR; in string_to_mode()
Dmatchpathcon.c51 return S_IFCHR; in string_to_mode()
/external/bison/lib/
Dsys_stat.in.h108 # ifdef S_IFCHR
109 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/strace/tests/
Dxstatx.c178 case S_IFCHR: case S_IFBLK: in print_stat()
/external/bison/darwin-lib/sys/
Dstat.h420 # ifdef S_IFCHR
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/bison/linux-lib/sys/
Dstat.h420 # ifdef S_IFCHR
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/squashfs-tools/squashfs-tools/
Dpseudo.c439 mode |= S_IFCHR; in read_pseudo_def()
Dunsquashfs.c90 S_IFCHR,
97 S_IFCHR,
107 { S_IFMT, S_IFCHR, 0, 'c' },
576 case S_IFCHR: in print_filename()
1132 if(mknod(pathname, chrdev ? S_IFCHR : S_IFBLK, in create_inode()
/external/selinux/libselinux/src/
Dlabel_file.h99 return S_IFCHR; in string_to_mode()
/external/squashfs-tools/kernel/fs/squashfs/
Dinode.c306 inode->i_mode |= S_IFCHR; in squashfs_read_inode()
/external/libselinux/src/
Dlabel_file.h102 return S_IFCHR; in string_to_mode()
/external/libbrillo/brillo/streams/
Dfile_stream.cc332 case S_IFCHR: // Character device in FileStream()
/external/toybox/toys/posix/
Dfind.c350 int types[] = {S_IFBLK, S_IFCHR, S_IFDIR, S_IFLNK, S_IFIFO, in do_find()

12