Home
last modified time | relevance | path

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

/freebsd-head/bin/pax/
HDcpio.c983 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size); in bcpio_wr()
1001 hd->h_filesize_2[0] = CHR_WR_2(arcn->ln_nlen); in bcpio_wr()
1023 hd->h_magic[0] = CHR_WR_2(MAGIC); in bcpio_wr()
1025 hd->h_dev[0] = CHR_WR_2(arcn->sb.st_dev); in bcpio_wr()
1029 hd->h_ino[0] = CHR_WR_2(arcn->sb.st_ino); in bcpio_wr()
1033 hd->h_mode[0] = CHR_WR_2(arcn->sb.st_mode); in bcpio_wr()
1037 hd->h_uid[0] = CHR_WR_2(arcn->sb.st_uid); in bcpio_wr()
1041 hd->h_gid[0] = CHR_WR_2(arcn->sb.st_gid); in bcpio_wr()
1045 hd->h_nlink[0] = CHR_WR_2(arcn->sb.st_nlink); in bcpio_wr()
1049 hd->h_rdev[0] = CHR_WR_2(arcn->sb.st_rdev); in bcpio_wr()
[all …]
HDcpio.h110 #define CHR_WR_2(val) ((char)(((val) >> 8) & 0xff)) macro