Searched refs:lmsgverb (Results 1 – 1 of 1) sorted by relevance
165 static char lmsgverb[MAX_MSGVERB], *state; in nextcomp() local168 if (*lmsgverb == '\0') { in nextcomp()169 strlcpy(lmsgverb, msgverb, sizeof(lmsgverb)); in nextcomp()170 retval = strtok_r(lmsgverb, ":", &state); in nextcomp()175 *lmsgverb = '\0'; in nextcomp()