HomeSort by relevance Sort by last modified time
    Searched refs:S_IFMT (Results 201 - 225 of 427) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
stat.h 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0);
  /external/strace/tests/
xstatx.c 145 printf("%#o", mode & S_IFMT);
151 printf("%#o", mode & ~S_IFMT);
175 switch (st->st_mode & S_IFMT) {
  /external/strace/tests-m32/
xstatx.c 145 printf("%#o", mode & S_IFMT);
151 printf("%#o", mode & ~S_IFMT);
175 switch (st->st_mode & S_IFMT) {
  /external/strace/tests-mx32/
xstatx.c 145 printf("%#o", mode & S_IFMT);
151 printf("%#o", mode & ~S_IFMT);
175 switch (st->st_mode & S_IFMT) {
  /external/syslinux/core/fs/xfs/
xfs_dir2.c 227 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
230 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
234 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
326 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
329 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
333 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
470 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
473 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
477 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
773 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 557 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
562 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
567 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
572 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
578 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
587 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 59 return (stat.S_IFMT(st.st_mode),
159 a_type = stat.S_IFMT(a_stat.st_mode)
160 b_type = stat.S_IFMT(b_stat.st_mode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 60 return (stat.S_IFMT(st.st_mode),
160 a_type = stat.S_IFMT(a_stat.st_mode)
161 b_type = stat.S_IFMT(b_stat.st_mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 60 return (stat.S_IFMT(st.st_mode),
160 a_type = stat.S_IFMT(a_stat.st_mode)
161 b_type = stat.S_IFMT(b_stat.st_mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 60 return (stat.S_IFMT(st.st_mode),
160 a_type = stat.S_IFMT(a_stat.st_mode)
161 b_type = stat.S_IFMT(b_stat.st_mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 60 return (stat.S_IFMT(st.st_mode),
160 a_type = stat.S_IFMT(a_stat.st_mode)
161 b_type = stat.S_IFMT(b_stat.st_mode)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 122 #define S_IFMT _S_IFMT
  /external/squashfs-tools/squashfs-tools/
android.c 49 mode_t stat_file_type_mask = stat->st_mode & S_IFMT;
  /external/syslinux/com32/lib/syslinux/
initramfs_file.c 155 (mode & S_IFMT) ? mode : mode | S_IFREG, len, 0, 1))

Completed in 2237 milliseconds

1 2 3 4 5 6 7 891011>>