Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/sys/xtensa/
Disatty.c15 if (S_ISCHR (buf.st_mode)) in _isatty_r()
/picolibc-latest/newlib/libc/stdio/
Dmakebuf.c108 *couldbetty = S_ISCHR(st.st_mode); in _swhatbuf()
/picolibc-latest/newlib/libc/include/sys/
Dstat.h273 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR) macro
/picolibc-latest/newlib/
DChangeLog-201525450 (S_ISCHR, S_ISDIR, S_ISFIFO, S_ISREG): Define.