Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Dconfig.c58 static const char *system_group = NULL; variable
80 "group", 'g', arg_string, &system_group,
191 if (system_group != NULL) { in parse_owners()
192 if (isdigit((unsigned char)system_group[0])) { in parse_owners()
193 gr = getgrgid(atoi(system_group)); in parse_owners()
195 gr = getgrnam(system_group); in parse_owners()