| /freebsd-11-stable/bin/pax/ |
| HD | cpio.c | 295 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 …]
|
| HD | tar.c | 320 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 …]
|
| HD | pax.h | 243 #define OCT 8 macro
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_fattime.c | 93 #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/ |
| HD | parsetime.c | 72 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/ |
| HD | vfprintf.c | 191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator 571 base = OCT; 678 case OCT:
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp_calendar.h | 78 #define OCT 31 macro
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | ASN1_generate_nconf.pod | 88 =item B<OCTETSTRING>, B<OCT>
|
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | refclock_msfees.c | 826 case 11: day += OCT; /*FALLSTHROUGH*/ in ees_receive()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 453 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()
|
| HD | RewriteModernObjC.cpp | 546 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/ |
| HD | northamerica | 210 # 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++/ |
| D | ChangeLog-2000 | 4970 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
|