Home
last modified time | relevance | path

Searched refs:_S_IFCHR (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h98 #define _S_IFCHR 0x00002000 ///< character special device macro
124 #define S_IFCHR _S_IFCHR
134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c517 filp->f_iflags |= (_S_IFCHR | _S_ITTY | _S_IWTTY | _S_ICONSOLE); in da_ConOpen()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c1069 result->st_mode = _S_IFCHR; in win32_fstat()