HomeSort by: relevance | last modified time | path
    Searched defs:system_group (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
reggroups.c 248 static const reggroup system_group = { "system", USER_REGGROUP }; variable
256 const reggroup *const system_reggroup = &system_group;
  /src/external/gpl3/gdb/dist/gdb/
reggroups.c 248 static const reggroup system_group = { "system", USER_REGGROUP }; variable
256 const reggroup *const system_reggroup = &system_group;
  /src/crypto/external/bsd/heimdal/dist/kcm/
config.c 58 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);

Completed in 20 milliseconds