Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dfmtmsg.h31 #define MM_NOTOK (-1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfmtmsg.h31 #define MM_NOTOK (-1) macro
/third_party/musl/include/
Dfmtmsg.h31 #define MM_NOTOK (-1) macro
/third_party/musl/porting/uniproton/kernel/include/
Dfmtmsg.h31 #define MM_NOTOK (-1) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfmtmsg.h31 #define MM_NOTOK (-1) macro
/third_party/musl/libc-test/src/api/
Dfmtmsg.c22 C(MM_NOTOK) in f()
/third_party/musl/src/misc/
Dfmtmsg.c85 ret = MM_NOTOK; in fmtmsg()
/third_party/ltp/testcases/kernel/syscalls/fmtmsg/
Dfmtmsg01.c134 if (ret_val != MM_NOTOK) { in main()