Searched refs:group_name (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.h28 char group_name[32]; member in struct:tar_header
/haiku-fatelf/src/bin/coreutils/src/
H A Dchgrp.c287 chopt.group_name = gid_to_name (ref_stats.st_gid);
291 char *group_name = argv[optind++]; local
292 chopt.group_name = (*group_name ? group_name : NULL);
293 gid = parse_group (group_name);
H A Dchown-core.h65 char *group_name; member in struct:Chown_option
H A Dchown.c291 chopt.group_name = gid_to_name (ref_stats.st_gid);
296 &chopt.user_name, &chopt.group_name);
303 if (!chopt.user_name && chopt.group_name)
H A Dinstall.c100 static char *group_name; variable
102 /* The group ID corresponding to `group_name'. */
455 group_name = NULL;
500 group_name = optarg;
892 if (group_name)
894 gr = getgrnam (group_name);
898 if (xstrtoul (group_name, NULL, 0, &tmp, NULL) != LONGINT_OK
900 error (EXIT_FAILURE, 0, _("invalid group %s"), quote (group_name));
H A Dchown-core.c67 chopt->group_name = NULL;
73 /* Deliberately do not free chopt->user_name or ->group_name.
463 chopt->user_name, chopt->group_name);
/haiku-fatelf/src/bin/findutils/lib/
H A Dlistfile.c185 char const *group_name; local
216 group_name = getgroup (statp->st_gid);
217 if (group_name)
218 fprintf (stream, "%-8s ", group_name);
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd.c98 char group_name[MAXLEN] = "nogroup"; variable
277 group = getgrnam(group_name);
282 user_name, group_name);
907 Strncpy(group_name, optarg, MAXLEN);
910 Strncpy(group_name, optarg, MAXLEN);
1018 logger(LOG_INFO, " user: %s.%s", user_name, group_name);

Completed in 65 milliseconds