Searched refs:groups_string (Results 1 – 1 of 1) sorted by relevance
105 static const char groups_string[] = "Groups:\t"; in clientHasLogCredentials() local109 if (strncmp(groups_string, line, sizeof(groups_string) - 1) == 0) { in clientHasLogCredentials()110 if (groupIsLog(line + sizeof(groups_string) - 1)) { in clientHasLogCredentials()