Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c43 #define DELSET_TOKEN "$delset" macro
601 } else if (strncmp(ptr, DELSET_TOKEN, in read_msgfile()
602 sizeof (DELSET_TOKEN) - 1) == 0) { in read_msgfile()