Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dfmtmsg.c170 ((which & MM_VERBTAG) && tag != MM_NULLTAG) ? in writeit()
173 ((which & MM_VERBTAG) && tag != MM_NULLTAG) ? in writeit()
/netbsd/src/include/
Dfmtmsg.h66 #define MM_NULLTAG (char *)0 /* `Null' tag component */ macro