Home
last modified time | relevance | path

Searched full:h_uid (Results 1 – 4 of 4) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Dcpio.570 short h_uid;
135 .It Va h_uid , Va h_gid
H A Darchive_write_set_format_cpio_binary.c89 uint16_t h_uid;
464 h.h_uid = la_swap16((uint16_t)archive_entry_uid(entry)); in write_header()
/src/bin/pax/
H A Dcpio.c859 arcn->sb.st_uid = (uid_t)(RSHRT_EXT(hd->h_uid)); in bcpio_rd()
874 arcn->sb.st_uid = (uid_t)(SHRT_EXT(hd->h_uid)); in bcpio_rd()
1037 hd->h_uid[0] = CHR_WR_2(arcn->sb.st_uid); in bcpio_wr()
1038 hd->h_uid[1] = CHR_WR_3(arcn->sb.st_uid); in bcpio_wr()
1039 if (arcn->sb.st_uid != (uid_t)(SHRT_EXT(hd->h_uid))) in bcpio_wr()
H A Dcpio.h91 u_char h_uid[2]; member