Home | History | Annotate | Download | only in pax

Lines Matching refs:OCT

300 	arcn->sb.st_dev = (dev_t)asc_u32(hd->c_dev, sizeof(hd->c_dev), OCT);
301 arcn->sb.st_ino = (ino_t)asc_u32(hd->c_ino, sizeof(hd->c_ino), OCT);
302 arcn->sb.st_mode = (mode_t)asc_u32(hd->c_mode, sizeof(hd->c_mode), OCT);
303 arcn->sb.st_uid = (uid_t)asc_u32(hd->c_uid, sizeof(hd->c_uid), OCT);
304 arcn->sb.st_gid = (gid_t)asc_u32(hd->c_gid, sizeof(hd->c_gid), OCT);
306 OCT);
307 arcn->sb.st_rdev = (dev_t)asc_u32(hd->c_rdev, sizeof(hd->c_rdev), OCT);
309 OCT);
312 sizeof(hd->c_filesize), OCT);
318 if ((nsz = (int)asc_u32(hd->c_namesize,sizeof(hd->c_namesize),OCT)) < 2)
408 sizeof(hd->c_filesize), OCT)) {
419 sizeof(hd->c_filesize), OCT))
427 OCT))
435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
437 OCT) ||
439 OCT) ||
441 OCT) ||
443 OCT) ||
445 OCT) ||
447 OCT) ||
449 OCT) ||
451 OCT) ||
452 u32_asc((uintmax_t)nsz, hd->c_namesize, sizeof(hd->c_namesize), OCT))
703 OCT) ||
709 OCT) ||