Searched refs:MM_NULLTXT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dfmtmsg.h156 * MM_NULLTXT Null value for the text-component
164 #define MM_NULLTXT ((char *)0) macro
/illumos-gate/usr/src/cmd/users/
H A Dusers.c217 if (text != MM_NULLTXT) {
223 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf,
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c810 if (!text_seen) text = MM_NULLTXT;
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c228 if (text != MM_NULLTXT) {
233 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c850 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT);

Completed in 323 milliseconds