Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h41 #define S_TYPEISSHM(buf) 0 macro
/third_party/musl/libc-test/src/api/
Dsys_stat.c79 {int i = S_TYPEISSHM(&x);} in f()