Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dwtmpfix.c74 #define RLVLMSG_LEN (sizeof (RUN_LEVEL_MSG) - 1) macro
456 if (Ut.ut_line[RLVLMSG_LEN] == 'S') in scanfile()
458 else if ((Ut.ut_line[RLVLMSG_LEN] == '2') || in scanfile()
459 (Ut.ut_line[RLVLMSG_LEN] == '3') || in scanfile()
460 (Ut.ut_line[RLVLMSG_LEN] == '4')) in scanfile()
574 if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) { in inrange()