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