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

/freebsd-10.0-release/bin/pax/
H A Dcpio.h91 u_char h_mode[2]; member in struct:__anon8
H A Dcpio.c904 arcn->sb.st_mode = (mode_t)(RSHRT_EXT(hd->h_mode));
919 arcn->sb.st_mode = (mode_t)(SHRT_EXT(hd->h_mode));
1081 hd->h_mode[0] = CHR_WR_2(arcn->sb.st_mode);
1082 hd->h_mode[1] = CHR_WR_3(arcn->sb.st_mode);
1083 if (arcn->sb.st_mode != (mode_t)(SHRT_EXT(hd->h_mode)))

Completed in 57 milliseconds