Home
last modified time | relevance | path

Searched refs:OCT (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/bin/pax/
HDcpio.c295 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT); in cpio_rd()
296 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), OCT); in cpio_rd()
297 arcn->sb.st_mode = (mode_t)asc_ul(hd->c_mode, sizeof(hd->c_mode), OCT); in cpio_rd()
298 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), OCT); in cpio_rd()
299 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), OCT); in cpio_rd()
301 OCT); in cpio_rd()
302 arcn->sb.st_rdev = (dev_t)asc_ul(hd->c_rdev, sizeof(hd->c_rdev), OCT); in cpio_rd()
305 OCT); in cpio_rd()
308 OCT); in cpio_rd()
313 OCT); in cpio_rd()
[all …]
HDtar.c320 if (asc_ul(hd->chksum,sizeof(hd->chksum),OCT) != tar_chksm(blk,BLKMULT)) in tar_id()
396 arcn->sb.st_mode = (mode_t)(asc_ul(hd->mode,sizeof(hd->mode),OCT) & in tar_rd()
398 arcn->sb.st_uid = (uid_t)asc_ul(hd->uid, sizeof(hd->uid), OCT); in tar_rd()
399 arcn->sb.st_gid = (gid_t)asc_ul(hd->gid, sizeof(hd->gid), OCT); in tar_rd()
401 arcn->sb.st_size = (off_t)asc_ul(hd->size, sizeof(hd->size), OCT); in tar_rd()
402 arcn->sb.st_mtime = (time_t)asc_ul(hd->mtime, sizeof(hd->mtime), OCT); in tar_rd()
404 arcn->sb.st_size = (off_t)asc_uqd(hd->size, sizeof(hd->size), OCT); in tar_rd()
405 arcn->sb.st_mtime = (time_t)asc_uqd(hd->mtime, sizeof(hd->mtime), OCT); in tar_rd()
717 if (asc_ul(hd->chksum,sizeof(hd->chksum),OCT) != tar_chksm(blk,BLKMULT))
775 arcn->sb.st_mode = (mode_t)(asc_ul(hd->mode, sizeof(hd->mode), OCT) &
[all …]
HDpax.h243 #define OCT 8 macro
/freebsd-11-stable/sys/kern/
HDsubr_fattime.c93 #define OCT (SEP + 31) macro
94 #define NOV (OCT + 30)
111 { SEP + 0 * YEAR + 1, ENC(0, 10) }, { OCT + 0 * YEAR + 1, ENC(0, 11) },
118 { SEP + 1 * YEAR + 1, ENC(1, 10) }, { OCT + 1 * YEAR + 1, ENC(1, 11) },
125 { SEP + 2 * YEAR + 1, ENC(2, 10) }, { OCT + 2 * YEAR + 1, ENC(2, 11) },
132 { SEP + 3 * YEAR + 1, ENC(3, 10) }, { OCT + 3 * YEAR + 1, ENC(3, 11) },
202 DCOD(JUL, 0, 1), DCOD(AUG, 0, 1), DCOD(SEP, 0, 1), DCOD(OCT, 0, 1),
206 DCOD(JUL, 1, 1), DCOD(AUG, 1, 1), DCOD(SEP, 1, 1), DCOD(OCT, 1, 1),
210 DCOD(JUL, 2, 1), DCOD(AUG, 2, 1), DCOD(SEP, 2, 1), DCOD(OCT, 2, 1),
214 DCOD(JUL, 3, 1), DCOD(AUG, 3, 1), DCOD(SEP, 3, 1), DCOD(OCT, 3, 1),
/freebsd-11-stable/usr.bin/at/
HDparsetime.c72 JUL, AUG, SEP, OCT, NOV, DEC, enumerator
113 { "oct", OCT,0 },
125 { "october", OCT,0 },
502 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
/freebsd-11-stable/contrib/sendmail/libsm/
HDvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator
571 base = OCT;
678 case OCT:
/freebsd-11-stable/contrib/ntp/include/
HDntp_calendar.h78 #define OCT 31 macro
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDASN1_generate_nconf.pod88 =item B<OCTETSTRING>, B<OCT>
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_msfees.c826 case 11: day += OCT; /*FALLSTHROUGH*/ in ees_receive()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp453 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); in isObjCType() local
455 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
456 OCT == Context->getCanonicalType(Context->getObjCClassType())) in isObjCType()
459 if (const PointerType *PT = OCT->getAs<PointerType>()) { in isObjCType()
HDRewriteModernObjC.cpp546 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); in isObjCType() local
548 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType()
549 OCT == Context->getCanonicalType(Context->getObjCClassType())) in isObjCType()
552 if (const PointerType *PT = OCT->getAs<PointerType>()) { in isObjCType()
/freebsd-11-stable/contrib/tzdata/
HDnorthamerica210 # USA EASTERN 4 H BEHIND UTC APR 3 - OCT 30
212 # USA CENTRAL 5 H BEHIND UTC APR 3 - OCT 30
214 # USA MOUNTAIN 6 H BEHIND UTC APR 3 - OCT 30
216 # USA PACIFIC 7 H BEHIND UTC APR 3 - OCT 30
218 # USA ALASKA STD 8 H BEHIND UTC APR 3 - OCT 30 (AKDT)
220 # USA " 9 H BEHIND UTC APR 3 - OCT 30
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-20004970 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,