Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c67 #define RUN_LEVEL_MSG "run-level " macro
72 #define RLVLMSG_LEN (sizeof (RUN_LEVEL_MSG) - 1)
572 if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) { in inrange()
574 RUN_LEVEL_MSG "'"); in inrange()