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

/freebsd-10.0-release/bin/pax/
H A Dcpio.h108 #define RSHRT_EXT(ch) ((((unsigned)(ch)[1])<<8) | (((unsigned)(ch)[0])&0xff)) macro
H A Dcpio.c867 if (((u_short)RSHRT_EXT(blk)) == MAGIC) {
902 arcn->sb.st_dev = (dev_t)(RSHRT_EXT(hd->h_dev));
903 arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));
904 arcn->sb.st_mode = (mode_t)(RSHRT_EXT(hd->h_mode));
905 arcn->sb.st_uid = (uid_t)(RSHRT_EXT(hd->h_uid));
906 arcn->sb.st_gid = (gid_t)(RSHRT_EXT(hd->h_gid));
907 arcn->sb.st_nlink = (nlink_t)(RSHRT_EXT(hd->h_nlink));
908 arcn->sb.st_rdev = (dev_t)(RSHRT_EXT(hd->h_rdev));
909 arcn->sb.st_mtime = (time_t)(RSHRT_EXT(hd->h_mtime_1));
911 ((time_t)(RSHRT_EXT(h
[all...]

Completed in 54 milliseconds