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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h111 #define CHR_WR_2(val) ((char)(((val) >> 8) & 0xff)) macro
H A Dcpio.c1031 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size);
1049 hd->h_filesize_2[0] = CHR_WR_2(arcn->ln_nlen);
1071 hd->h_magic[0] = CHR_WR_2(MAGIC);
1073 hd->h_dev[0] = CHR_WR_2(arcn->sb.st_dev);
1077 hd->h_ino[0] = CHR_WR_2(arcn->sb.st_ino);
1081 hd->h_mode[0] = CHR_WR_2(arcn->sb.st_mode);
1085 hd->h_uid[0] = CHR_WR_2(arcn->sb.st_uid);
1089 hd->h_gid[0] = CHR_WR_2(arcn->sb.st_gid);
1093 hd->h_nlink[0] = CHR_WR_2(arcn->sb.st_nlink);
1097 hd->h_rdev[0] = CHR_WR_2(arc
[all...]

Completed in 101 milliseconds