Searched refs:c_uid (Results 1 – 5 of 5) sorted by relevance
/openbsd/bin/pax/ |
H A D | cpio.h | 65 char c_uid[6]; /* owners uid */ member 130 char c_uid[8]; /* owners uid */ member
|
H A D | cpio.c | 290 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 D | dumprestore.h | 136 #define c_uid __c_ino.__uc_ino.__uc_uid macro
|
/openbsd/sbin/restore/ |
H A D | tape.c | 1042 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 D | traverse.c | 494 spcl.c_uid = dp->dp1.di_uid; in dumpino() 507 spcl.c_uid = dp->dp2.di_uid; in dumpino()
|