Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.h66 char c_gid[6]; /* owners gid */ member
131 char c_gid[8]; /* owners gid */ member
H A Dcpio.c291 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), OCT); in cpio_rd()
430 ul_asc(arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid), OCT) || in cpio_wr()
565 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), HEX); in vcpio_rd()
735 ul_asc(arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid), HEX) || in vcpio_wr()
/openbsd/usr.sbin/adduser/
H A Dadduser.perl351 local($c_gid, $c_username, @list);
353 foreach $c_gid (keys %pwgid) {
354 if (!$gid{$c_gid}) {
355 $c_username = $pwgid{$c_gid};
356 warn "User ``$c_username'' has gid $c_gid but a group with this " .
/openbsd/include/protocols/
H A Ddumprestore.h137 #define c_gid __c_ino.__uc_ino.__uc_gid macro
/openbsd/sbin/restore/
H A Dtape.c1043 buf->c_gid = u_ospcl.s_ospcl.c_odinode.odi_gid; in gethead()
1100 buf->c_gid = buf->c_spare1[2]; in gethead()
1215 curfile.gid = header->c_gid; in findinode()
1319 s->c_gid = swap32(s->c_gid); in swap_header()
/openbsd/sbin/dump/
H A Dtraverse.c496 spcl.c_gid = dp->dp1.di_gid; in dumpino()
509 spcl.c_gid = dp->dp2.di_gid; in dumpino()