Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c557 int setid = 0, unsetid = -1, msgid = 0; in read_msgfile() local
603 if (sscanf(ptr, "%*s %d", &unsetid) != 1) { in read_msgfile()
604 unsetid = -1; in read_msgfile()
618 if (setid == unsetid) { in read_msgfile()