gid_from_group
if (gid_from_group(s, &gid) != -1)
if (gid_from_group(str, &gid) == -1) {
if (gid_from_group("nobody", &gid_nobody) == -1)
if (Nflag || gid_from_group(hd->gname, &(arcn->sb.st_gid)) == -1)
int gid_from_group(const char *, gid_t *);
PROTO_DEPRECATED(gid_from_group);
if (gid_from_group($1, &gid) == -1) {
if (gid_from_group(gname, &gid) == -1) {
} else if (gid_from_group(q, &working->gid) == -1) {
if (gid_from_group(sp, &gid) == -1)
} else if (gid_from_group(group, &gid) == -1) {
if (group != NULL && gid_from_group(group, &gid) == -1) {
if (gid_from_group(name, idp) != -1) {
if (gid_from_group(val, &ip->st_gid) == -1)
return gid_from_group(group, &gid) != -1;