Searched refs:RLVLMSG_LEN (Results 1 – 1 of 1) sorted by relevance
72 #define RLVLMSG_LEN (sizeof (RUN_LEVEL_MSG) - 1) macro454 if (Ut.ut_line[RLVLMSG_LEN] == 'S') in scanfile()456 else if ((Ut.ut_line[RLVLMSG_LEN] == '2') || in scanfile()457 (Ut.ut_line[RLVLMSG_LEN] == '3') || in scanfile()458 (Ut.ut_line[RLVLMSG_LEN] == '4')) in scanfile()572 if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) { in inrange()