Home
last modified time | relevance | path

Searched refs:MM_PRINT (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/lib/libc/tests/gen/
H A Dfmtmsg_test.c56 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
63 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
70 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
76 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
82 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
89 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
96 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
103 MM_UTIL | MM_PRINT, MM_NULLLBL, MM_ERROR,
110 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
137 MM_OPSYS | MM_PRINT, "TEST:test", MM_HALT,
[all …]
/freebsd-13.1/include/
H A Dfmtmsg.h45 #define MM_PRINT 0x0100 /* ...standard error. */ macro
/freebsd-13.1/lib/libc/gen/
H A Dfmtmsg.c57 if (class & MM_PRINT) { in fmtmsg()