Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c994 hd->h_filesize_2[1] = CHR_WR_3(arcn->ln_nlen); in bcpio_wr()
1016 hd->h_magic[1] = CHR_WR_3(MAGIC); in bcpio_wr()
1018 hd->h_dev[1] = CHR_WR_3(arcn->sb.st_dev); in bcpio_wr()
1022 hd->h_ino[1] = CHR_WR_3(arcn->sb.st_ino); in bcpio_wr()
1026 hd->h_mode[1] = CHR_WR_3(arcn->sb.st_mode); in bcpio_wr()
1030 hd->h_uid[1] = CHR_WR_3(arcn->sb.st_uid); in bcpio_wr()
1034 hd->h_gid[1] = CHR_WR_3(arcn->sb.st_gid); in bcpio_wr()
1038 hd->h_nlink[1] = CHR_WR_3(arcn->sb.st_nlink); in bcpio_wr()
1042 hd->h_rdev[1] = CHR_WR_3(arcn->sb.st_rdev); in bcpio_wr()
1049 hd->h_mtime_2[1] = CHR_WR_3(arcn->sb.st_mtime); in bcpio_wr()
[all …]
H A Dcpio.h114 #define CHR_WR_3(val) ((char)((val) & 0xff)) macro