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

/freebsd-10.1-release/bin/pax/
H A Dcpio.h112 #define CHR_WR_3(val) ((char)((val) & 0xff)) macro
H A Dcpio.c1032 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1050 hd->h_filesize_2[1] = CHR_WR_3(arcn->ln_nlen);
1072 hd->h_magic[1] = CHR_WR_3(MAGIC);
1074 hd->h_dev[1] = CHR_WR_3(arcn->sb.st_dev);
1078 hd->h_ino[1] = CHR_WR_3(arcn->sb.st_ino);
1082 hd->h_mode[1] = CHR_WR_3(arcn->sb.st_mode);
1086 hd->h_uid[1] = CHR_WR_3(arcn->sb.st_uid);
1090 hd->h_gid[1] = CHR_WR_3(arcn->sb.st_gid);
1094 hd->h_nlink[1] = CHR_WR_3(arcn->sb.st_nlink);
1098 hd->h_rdev[1] = CHR_WR_3(arc
[all...]

Completed in 159 milliseconds