Home
last modified time | relevance | path

Searched defs:S_ISREG (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h21 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h21 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h157 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro

Completed in 5 milliseconds