Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h101 #define _S_IFREG 0x00008000 ///< regular macro
127 #define S_IFREG _S_IFREG
137 #define S_ISREG(m) ((m & _S_IFMT) == _S_IFREG) ///< regular file
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c351 newmode |= _S_IFREG; in da_ShellStat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c906 m |= _S_IFREG; in attributes_to_mode()