HomeSort by relevance Sort by last modified time
    Searched refs:__S_IFMT (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 179 #define __S_IFMT 0170000 /* These bits determine file type. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 179 #define __S_IFMT 0170000 /* These bits determine file type. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 179 #define __S_IFMT 0170000 /* These bits determine file type. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
129 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
129 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
129 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask))

Completed in 321 milliseconds