Searched refs:OCT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dsubr_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) },
201 DCOD(JUL, 0, 1), DCOD(AUG, 0, 1), DCOD(SEP, 0, 1), DCOD(OCT, 0, 1),
205 DCOD(JUL, 1, 1), DCOD(AUG, 1, 1), DCOD(SEP, 1, 1), DCOD(OCT, 1, 1),
209 DCOD(JUL, 2, 1), DCOD(AUG, 2, 1), DCOD(SEP, 2, 1), DCOD(OCT, 2, 1),
213 DCOD(JUL, 3, 1), DCOD(AUG, 3, 1), DCOD(SEP, 3, 1), DCOD(OCT,
[all...]
/freebsd-10.2-release/bin/pax/
H A Dcpio.c295 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT);
296 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), OCT);
297 arcn->sb.st_mode = (mode_t)asc_ul(hd->c_mode, sizeof(hd->c_mode), OCT);
298 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), OCT);
299 arcn->sb.st_gid = (gid_t)asc_ul(hd->c_gid, sizeof(hd->c_gid), OCT);
301 OCT);
302 arcn->sb.st_rdev = (dev_t)asc_ul(hd->c_rdev, sizeof(hd->c_rdev), OCT);
305 OCT);
308 OCT);
313 OCT);
[all...]
H A Dtar.c320 if (asc_ul(hd->chksum,sizeof(hd->chksum),OCT) != tar_chksm(blk,BLKMULT))
396 arcn->sb.st_mode = (mode_t)(asc_ul(hd->mode,sizeof(hd->mode),OCT) &
398 arcn->sb.st_uid = (uid_t)asc_ul(hd->uid, sizeof(hd->uid), OCT);
399 arcn->sb.st_gid = (gid_t)asc_ul(hd->gid, sizeof(hd->gid), OCT);
401 arcn->sb.st_size = (off_t)asc_ul(hd->size, sizeof(hd->size), OCT);
402 arcn->sb.st_mtime = (time_t)asc_ul(hd->mtime, sizeof(hd->mtime), OCT);
404 arcn->sb.st_size = (off_t)asc_uqd(hd->size, sizeof(hd->size), OCT);
405 arcn->sb.st_mtime = (time_t)asc_uqd(hd->mtime, sizeof(hd->mtime), OCT);
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...]
H A Dpax.h243 #define OCT 8 macro
/freebsd-10.2-release/usr.bin/at/
H A Dparsetime.c69 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon12128
110 { "oct", OCT,0 },
122 { "october", OCT,0 },
499 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_calendar.h74 #define OCT 31 macro
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon4499
571 base = OCT;
678 case OCT:
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c826 case 11: day += OCT; /*FALLSTHROUGH*/
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp460 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
462 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
463 OCT == Context->getCanonicalType(Context->getObjCClassType()))
466 if (const PointerType *PT = OCT->getAs<PointerType>()) {
H A DRewriteModernObjC.cpp560 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
562 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
563 OCT == Context->getCanonicalType(Context->getObjCClassType()))
566 if (const PointerType *PT = OCT->getAs<PointerType>()) {

Completed in 116 milliseconds