Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/gen/
H A Dfmtmsg_test.c53 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
60 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
67 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
73 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
79 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
86 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
93 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
100 MM_UTIL | MM_PRINT, MM_NULLLBL, MM_ERROR,
107 MM_UTIL | MM_PRINT, "BSD:ls", MM_ERROR,
119 MM_APPL | MM_PRINT, "ABCDEFGHIJ:abcdefghijklmn", MM_INFO,
[all …]
/freebsd/include/
H A Dfmtmsg.h43 #define MM_PRINT 0x0100 /* ...standard error. */ macro
/freebsd/lib/libc/gen/
H A Dfmtmsg.c54 if (class & MM_PRINT) { in fmtmsg()