Searched refs:c_gid (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/bin/pax/
H A Dcpio.h66 char c_gid[6]; /* owners gid */ member in struct:__anon7
131 char c_gid[8]; /* owners gid */ member in struct:__anon9
H A Dcpio.c301 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), OCT);
456 ul_asc((u_long)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid),
595 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), HEX);
785 ul_asc((u_long)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid),
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dpwcache.c88 } c_gid[NCACHE]; local
94 cp = c_gid + (gid & MASK);
/freebsd-12-stable/include/protocols/
H A Ddumprestore.h112 u_int32_t c_gid; /* file group */ member in struct:u_spcl::s_spcl
/freebsd-12-stable/sbin/dump/
H A Dtraverse.c492 spcl.c_gid = dp->dp1.di_gid;
506 spcl.c_gid = dp->dp2.di_gid;
/freebsd-12-stable/sbin/restore/
H A Dtape.c1398 buf->c_gid = buf->c_spare1[2];
1507 curfile.gid = header->c_gid;

Completed in 265 milliseconds