Home
last modified time | relevance | path

Searched refs:c_uid (Results 1 – 5 of 5) sorted by relevance

/openbsd/bin/pax/
H A Dcpio.h65 char c_uid[6]; /* owners uid */ member
130 char c_uid[8]; /* owners uid */ member
H A Dcpio.c290 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), OCT); in cpio_rd()
429 ul_asc(arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid), OCT) || in cpio_wr()
564 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), HEX); in vcpio_rd()
734 ul_asc(arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid), HEX) || in vcpio_wr()
/openbsd/include/protocols/
H A Ddumprestore.h136 #define c_uid __c_ino.__uc_ino.__uc_uid macro
/openbsd/sbin/restore/
H A Dtape.c1042 buf->c_uid = u_ospcl.s_ospcl.c_odinode.odi_uid; in gethead()
1099 buf->c_uid = buf->c_spare1[1]; in gethead()
1214 curfile.uid = header->c_uid; in findinode()
1318 s->c_uid = swap32(s->c_uid); in swap_header()
/openbsd/sbin/dump/
H A Dtraverse.c495 spcl.c_uid = dp->dp1.di_uid; in dumpino()
508 spcl.c_uid = dp->dp2.di_uid; in dumpino()