Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dmakebuf.c119 return ((st.st_mode & S_IFMT) == S_IFREG ? __SOPT : snpt); in _swhatbuf()
Dfseeko.c213 || (st.st_mode & S_IFMT) != S_IFREG) in fseeko()
/picolibc-latest/newlib/libc/stdio64/
Dfseeko64.c212 || (st.st_mode & S_IFMT) != S_IFREG) in fseeko64()
/picolibc-latest/newlib/libc/include/sys/
Dstat.h231 #define S_IFMT _IFMT macro