Lines Matching refs:uintmax_t
418 if (u32_asc((uintmax_t)arcn->ln_nlen, hd->c_filesize, in cpio_wr()
426 if (u32_asc((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize), in cpio_wr()
435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || in cpio_wr()
436 u32_asc((uintmax_t)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev), in cpio_wr()
438 u32_asc((uintmax_t)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino), in cpio_wr()
440 u32_asc((uintmax_t)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode), in cpio_wr()
442 u32_asc((uintmax_t)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid), in cpio_wr()
444 u32_asc((uintmax_t)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid), in cpio_wr()
446 u32_asc((uintmax_t)arcn->sb.st_nlink, hd->c_nlink, sizeof(hd->c_nlink), in cpio_wr()
448 u32_asc((uintmax_t)arcn->sb.st_rdev, hd->c_rdev, sizeof(hd->c_rdev), in cpio_wr()
450 u32_asc((uintmax_t)arcn->sb.st_mtime,hd->c_mtime,sizeof(hd->c_mtime), in cpio_wr()
452 u32_asc((uintmax_t)nsz, hd->c_namesize, sizeof(hd->c_namesize), OCT)) in cpio_wr()
702 if (u32_asc((uintmax_t)VCMAGIC, hd->c_magic, sizeof(hd->c_magic), in vcpio_wr()
704 u32_asc((uintmax_t)arcn->crc,hd->c_chksum,sizeof(hd->c_chksum), in vcpio_wr()
708 if (u32_asc((uintmax_t)VMAGIC, hd->c_magic, sizeof(hd->c_magic), in vcpio_wr()
710 u32_asc((uintmax_t)0, hd->c_chksum, sizeof(hd->c_chksum),HEX)) in vcpio_wr()
736 if (u32_asc((uintmax_t)arcn->ln_nlen, hd->c_filesize, in vcpio_wr()
745 if (u32_asc((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize), in vcpio_wr()
754 if (u32_asc((uintmax_t)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino), in vcpio_wr()
756 u32_asc((uintmax_t)arcn->sb.st_mode, hd->c_mode, sizeof(hd->c_mode), in vcpio_wr()
758 u32_asc((uintmax_t)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid), in vcpio_wr()
760 u32_asc((uintmax_t)arcn->sb.st_gid, hd->c_gid, sizeof(hd->c_gid), in vcpio_wr()
762 u32_asc((uintmax_t)arcn->sb.st_mtime, hd->c_mtime, sizeof(hd->c_mtime), in vcpio_wr()
764 u32_asc((uintmax_t)arcn->sb.st_nlink, hd->c_nlink, sizeof(hd->c_nlink), in vcpio_wr()
766 u32_asc((uintmax_t)MAJOR(arcn->sb.st_dev),hd->c_maj, sizeof(hd->c_maj), in vcpio_wr()
768 u32_asc((uintmax_t)MINOR(arcn->sb.st_dev),hd->c_min, sizeof(hd->c_min), in vcpio_wr()
770 u32_asc((uintmax_t)MAJOR(arcn->sb.st_rdev),hd->c_rmaj,sizeof(hd->c_maj), in vcpio_wr()
772 u32_asc((uintmax_t)MINOR(arcn->sb.st_rdev),hd->c_rmin,sizeof(hd->c_min), in vcpio_wr()
774 u32_asc((uintmax_t)nsz, hd->c_namesize, sizeof(hd->c_namesize), HEX)) in vcpio_wr()