Home
last modified time | relevance | path

Searched refs:MM_NULLTXT (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c806 if (!text_seen) text = MM_NULLTXT; in main()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c225 if (text != MM_NULLTXT) { in wrtmsg()
230 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag); in wrtmsg()
/illumos-gate/usr/src/cmd/users/
H A Dusers.c215 if (text != MM_NULLTXT) { in wrtmsg()
221 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, in wrtmsg()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfmtmsg.h80 #define MM_NULLTXT (char*)0 /* text */ macro
/illumos-gate/usr/src/head/
H A Dfmtmsg.h164 #define MM_NULLTXT ((char *)0) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c848 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT); in writemsg()