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

/netbsd-current/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c58 static const char *system_group = NULL; variable
80 "group", 'g', arg_string, &system_group,
191 if (system_group != NULL) {
192 if (isdigit((unsigned char)system_group[0])) {
193 gr = getgrgid(atoi(system_group));
195 gr = getgrnam(system_group);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dreggroups.c245 static const reggroup system_group = { "system", USER_REGGROUP }; variable
253 const reggroup *const system_reggroup = &system_group;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dreggroups.c310 static struct reggroup system_group = { "system", USER_REGGROUP }; variable in typeref:struct:reggroup
318 struct reggroup *const system_reggroup = &system_group;

Completed in 218 milliseconds