Searched refs:gname (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/include/
H A Dtar.h106 char gname[TGNMLEN]; member in struct:header
/ast/src/lib/libcmd/
H A Did.c210 const char* gname; local
289 gname = (grp = getgrgid(group)) ? grp->gr_name : (char*)0;
300 putid(sp, flags, " gid", gname, group);
366 if ((flags & N_FLAG) && gname) sfputr(sp, gname, '\n');
/ast/src/cmd/pax/
H A Dpax-tar.c425 else if (!f->gidname || strlen(f->gidname) < TARSIZEOF(gname) && portable(ap, f->gidname))
710 if (*tar->header.gname && (strtoll(tar->header.gname, &t, 0), *t))
711 f->gidname = tar->header.gname;
890 strcpy(tar->header.gname, f->gidname);
/ast/src/cmd/INIT/
H A Dratz.c4238 char gname[TGNMLEN];

Completed in 22 milliseconds