Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/stdio/
H A Dstat64.c9 #define ALL_S_IREAD (_S_IREAD | (_S_IREAD >> 3) | (_S_IREAD >> 6)) macro
30 unsigned short mode = ALL_S_IREAD; in _tstat64()
148 buf->st_mode = _S_IFREG | ALL_S_IREAD; in _fstat64()