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

  /external/ltp/testcases/kernel/io/disktest/
parse.h 37 #define IS_BLK(x) (_S_IFCHR & x)
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 68 # define S_IFCHR _S_IFCHR
  /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/LibC/Uefi/Devices/Console/
daConsole.c 517 filp->f_iflags |= (_S_IFCHR | _S_ITTY | _S_IWTTY | _S_ICONSOLE);
  /external/python/cpython3/Python/
fileutils.c 641 status->st_mode = _S_IFCHR;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1069 result->st_mode = _S_IFCHR;
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 137 milliseconds