grp               301 lib/utilunix.c     struct group *grp;
grp               309 lib/utilunix.c     grp = getgrgid (gid);
grp               310 lib/utilunix.c     if (grp != NULL)
grp               312 lib/utilunix.c         i_cache_add ((int) gid, gid_cache, GID_CACHE_SIZE, grp->gr_name, (int *) &gid_last);
grp               313 lib/utilunix.c         return grp->gr_name;
grp               446 src/filemanager/chown.c                 struct group *grp;
grp               451 src/filemanager/chown.c                 grp = getgrnam (text);
grp               452 src/filemanager/chown.c                 if (grp != NULL)
grp               453 src/filemanager/chown.c                     new_group = grp->gr_gid;
grp               504 src/filemanager/chown.c                 struct group *grp;
grp               508 src/filemanager/chown.c                 grp = getgrnam (text);
grp               509 src/filemanager/chown.c                 if (grp != NULL)
grp               511 src/filemanager/chown.c                     new_group = grp->gr_gid;
grp               901 src/filemanager/hotlist.c find_group_section (struct hotlist *grp)
grp               903 src/filemanager/hotlist.c     return g_strconcat (grp->directory, ".Group", (char *) NULL);
grp              1115 src/filemanager/hotlist.c remove_group (struct hotlist *grp)
grp              1117 src/filemanager/hotlist.c     struct hotlist *current = grp->head;
grp              1194 src/filemanager/hotlist.c load_group (struct hotlist *grp)
grp              1200 src/filemanager/hotlist.c     group_section = find_group_section (grp);
grp              1204 src/filemanager/hotlist.c     current_group = grp;
grp              1212 src/filemanager/hotlist.c     keys = mc_config_get_keys (mc_global.main_config, grp->directory, NULL);
grp              1221 src/filemanager/hotlist.c     for (current = grp->head; current; current = current->next)
grp              1319 src/filemanager/hotlist.c hot_load_group (struct hotlist *grp)
grp              1325 src/filemanager/hotlist.c     current_group = grp;
grp              1337 src/filemanager/hotlist.c             current_group = grp;
grp              1373 src/filemanager/hotlist.c hot_load_file (struct hotlist *grp)
grp              1379 src/filemanager/hotlist.c     current_group = grp;
grp              1391 src/filemanager/hotlist.c             current_group = grp;
grp              1521 src/filemanager/hotlist.c hot_save_group (struct hotlist *grp)
grp              1533 src/filemanager/hotlist.c     for (current = grp->head; current != NULL; current = current->next)
grp               448 src/setup.c    setup__is_cfg_group_must_panel_config (const char *grp)
grp               450 src/setup.c        return (strcasecmp ("Dirs", grp) == 0||
grp               451 src/setup.c                strcasecmp ("Temporal:New Right Panel", grp) == 0||
grp               452 src/setup.c                strcasecmp ("Temporal:New Left Panel", grp) == 0 ||
grp               453 src/setup.c                strcasecmp ("New Left Panel", grp) == 0 || strcasecmp ("New Right Panel", grp) == 0)
grp               454 src/setup.c            ? grp : NULL;