HomeSort by: relevance | last modified time | path
    Searched refs:OCT (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
cpio.c 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
    [all...]
tar.c 116 hdck = asc_u32(hd, hdlen, OCT);
484 arcn->sb.st_mode = (mode_t)(asc_u32(hd->mode,sizeof(hd->mode),OCT) &
486 arcn->sb.st_uid = (uid_t)asc_u32(hd->uid, sizeof(hd->uid), OCT);
487 arcn->sb.st_gid = (gid_t)asc_u32(hd->gid, sizeof(hd->gid), OCT);
488 arcn->sb.st_size = (off_t)ASC_OFFT(hd->size, sizeof(hd->size), OCT);
491 arcn->sb.st_mtime = (time_t)(int32_t)asc_u32(hd->mtime, sizeof(hd->mtime), OCT);
862 arcn->sb.st_mode = (mode_t)(asc_u32(hd->mode, sizeof(hd->mode), OCT) &
864 arcn->sb.st_size = (off_t)ASC_OFFT(hd->size, sizeof(hd->size), OCT);
867 arcn->sb.st_mtime = (time_t)(int32_t)asc_u32(hd->mtime, sizeof(hd->mtime), OCT);
878 arcn->sb.st_gid = (gid_t)asc_u32(hd->gid, sizeof(hd->gid), OCT);
    [all...]
pax.h 260 #define OCT 8
  /src/usr.bin/at/
parsetime.c 67 JUL, AUG, SEP, OCT, NOV, DEC,
116 {"oct", OCT, false},
128 {"october", OCT, false},
482 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
  /src/lib/libc/stdio/
vsnprintf_ss.c 132 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
304 base = OCT;
388 case OCT:
  /src/sys/kern/
subr_prf.c 1265 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
1428 base = OCT;
1508 case OCT:

Completed in 29 milliseconds