Searched refs:S_ISBLK (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ | ||
D | stat.h | 272 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK) macro |
/picolibc-latest/newlib/ | ||
D | ChangeLog-2015 | 25449 * libc/include/sys/stat-dj.h (S_ISBLK): Define. |