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

/freebsd-10.0-release/bin/pax/
H A Dcpio.h90 u_char h_ino[2]; member in struct:__anon8
H A Dcpio.c903 arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));
918 arcn->sb.st_ino = (ino_t)(SHRT_EXT(hd->h_ino));
1077 hd->h_ino[0] = CHR_WR_2(arcn->sb.st_ino);
1078 hd->h_ino[1] = CHR_WR_3(arcn->sb.st_ino);
1079 if (arcn->sb.st_ino != (ino_t)(SHRT_EXT(hd->h_ino)))

Completed in 105 milliseconds