Home
last modified time | relevance | path

Searched refs:MM_NULLTXT (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfmtmsg.c124 if (text != MM_NULLTXT) in printfmt()
141 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) { in printfmt()
/freebsd/include/
H A Dfmtmsg.h60 #define MM_NULLTXT (char *)0 macro