Home
last modified time | relevance | path

Searched refs:CHR_WR_2 (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/bin/pax/
Dcpio.c1092 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size); in bcpio_wr()
1110 hd->h_filesize_2[0] = CHR_WR_2(arcn->ln_nlen); in bcpio_wr()
1132 hd->h_magic[0] = CHR_WR_2(MAGIC); in bcpio_wr()
1134 hd->h_dev[0] = CHR_WR_2(arcn->sb.st_dev); in bcpio_wr()
1138 hd->h_ino[0] = CHR_WR_2(arcn->sb.st_ino); in bcpio_wr()
1142 hd->h_mode[0] = CHR_WR_2(arcn->sb.st_mode); in bcpio_wr()
1146 hd->h_uid[0] = CHR_WR_2(arcn->sb.st_uid); in bcpio_wr()
1150 hd->h_gid[0] = CHR_WR_2(arcn->sb.st_gid); in bcpio_wr()
1154 hd->h_nlink[0] = CHR_WR_2(arcn->sb.st_nlink); in bcpio_wr()
1158 hd->h_rdev[0] = CHR_WR_2(arcn->sb.st_rdev); in bcpio_wr()
[all …]
Dcpio.h114 #define CHR_WR_2(val) ((char)(((val) >> 8) & 0xff)) macro