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

/freebsd-11-stable/bin/pax/
H A Dcpio.h112 #define CHR_WR_3(val) ((char)((val) & 0xff)) macro
H A Dcpio.c1030 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1048 hd->h_filesize_2[1] = CHR_WR_3(arcn->ln_nlen);
1070 hd->h_magic[1] = CHR_WR_3(MAGIC);
1072 hd->h_dev[1] = CHR_WR_3(arcn->sb.st_dev);
1076 hd->h_ino[1] = CHR_WR_3(arcn->sb.st_ino);
1080 hd->h_mode[1] = CHR_WR_3(arcn->sb.st_mode);
1084 hd->h_uid[1] = CHR_WR_3(arcn->sb.st_uid);
1088 hd->h_gid[1] = CHR_WR_3(arcn->sb.st_gid);
1092 hd->h_nlink[1] = CHR_WR_3(arcn->sb.st_nlink);
1096 hd->h_rdev[1] = CHR_WR_3(arc
[all...]

Completed in 105 milliseconds