HomeSort by relevance Sort by last modified time
    Searched defs:_S_IFCHR (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 62 #define _S_IFCHR 0x2000
137 #define S_IFCHR _S_IFCHR
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 98 #define _S_IFCHR 0x00002000 ///< character special device
124 #define S_IFCHR _S_IFCHR
134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special

Completed in 66 milliseconds