HomeSort by relevance Sort by last modified time
    Searched refs:S_IFMT (Results 1 - 25 of 46) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /development/ndk/platforms/android-3/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 17 #define S_IFMT 00170000
29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /external/kernel-headers/original/linux/
stat.h 12 #define S_IFMT 00170000
24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
25 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
27 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
29 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
30 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
  /external/ipsec-tools/src/racoon/
safefile.c 73 switch (s.st_mode & S_IFMT) {
79 (s.st_mode & S_IFMT));
  /external/expat/xmlwf/
readfilemap.c 27 #ifndef S_IFMT
28 #define S_IFMT _S_IFMT
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 118 #ifndef S_IFMT
119 #define S_IFMT 0170000
  /bionic/libc/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /bionic/libc/stdio/
makebuf.c 105 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
  /development/ndk/platforms/android-3/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /external/grub/stage2/
fsys_minix.c 148 #define S_IFMT 00170000
152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
153 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /external/chromium/third_party/libevent/sample/
event-test.c 93 if ((st.st_mode & S_IFMT) == S_IFREG) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 77 #define S_IFMT _S_IFMT
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 464 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
469 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
474 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
479 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
485 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
494 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)

Completed in 498 milliseconds

1 2