/openbsd/bin/pax/ |
H A D | cpio.c | 293 OCT); in cpio_rd() 295 val = asc_ull(hd->c_mtime, sizeof(hd->c_mtime), OCT); in cpio_rd() 303 OCT); in cpio_rd() 399 sizeof(hd->c_filesize), OCT)) { in cpio_wr() 410 sizeof(hd->c_filesize), OCT)) in cpio_wr() 417 if (ul_asc(0, hd->c_filesize, sizeof(hd->c_filesize), OCT)) in cpio_wr() 425 if (ul_asc(MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || in cpio_wr() 434 sizeof(hd->c_mtime), OCT) || in cpio_wr() 435 ul_asc(nsz, hd->c_namesize, sizeof(hd->c_namesize), OCT)) in cpio_wr() 684 if (ul_asc(VCMAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) || in vcpio_wr() [all …]
|
H A D | tar.c | 420 arcn->sb.st_mode = (mode_t)(asc_ul(hd->mode,sizeof(hd->mode),OCT) & in tar_rd() 422 arcn->sb.st_uid = (uid_t)asc_ul(hd->uid, sizeof(hd->uid), OCT); in tar_rd() 423 arcn->sb.st_gid = (gid_t)asc_ul(hd->gid, sizeof(hd->gid), OCT); in tar_rd() 425 val = asc_ull(hd->mtime, sizeof(hd->mtime), OCT); in tar_rd() 746 (off_t)asc_ull(hd->size, sizeof(hd->size), OCT)) < 0) in ustar_rd() 798 (off_t)asc_ull(hd->size, sizeof(hd->size), OCT); in ustar_rd() 801 val = asc_ull(hd->mtime, sizeof(hd->mtime), OCT); in ustar_rd() 822 arcn->sb.st_gid = (gid_t)asc_ul(hd->gid, sizeof(hd->gid), OCT); in ustar_rd() 825 arcn->sb.st_uid = (uid_t)asc_ul(hd->uid, sizeof(hd->uid), OCT); in ustar_rd() 867 devmajor = (dev_t)asc_ul(hd->devmajor,sizeof(hd->devmajor),OCT); in ustar_rd() [all …]
|
H A D | pax.h | 258 #define OCT 8 macro
|
/openbsd/usr.bin/at/ |
H A D | parsetime.c | 60 JUL, AUG, SEP, OCT, NOV, DEC, enumerator 112 { "oct", OCT, 0 }, 124 { "october", OCT,0 }, 524 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
|
/openbsd/sys/kern/ |
H A D | subr_prf.c | 702 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in kprintf() enumerator 892 base = OCT; in kprintf() 970 case OCT: in kprintf()
|
/openbsd/lib/libc/stdio/ |
H A D | vfwprintf.c | 323 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ in __vfwprintf() enumerator 808 base = OCT; in __vfwprintf() 917 case OCT: in __vfwprintf()
|
H A D | vfprintf.c | 330 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ in __vfprintf() enumerator 839 base = OCT; in __vfprintf() 939 case OCT: in __vfprintf()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | 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()
|
H A D | RewriteModernObjC.cpp | 547 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); in isObjCType() local 549 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) || in isObjCType() 550 OCT == Context->getCanonicalType(Context->getObjCClassType())) in isObjCType() 553 if (const PointerType *PT = OCT->getAs<PointerType>()) { in isObjCType()
|
/openbsd/share/zoneinfo/datfiles/ |
H A D | northamerica | 194 # USA EASTERN 4 H BEHIND UTC APR 3 - OCT 30 196 # USA CENTRAL 5 H BEHIND UTC APR 3 - OCT 30 198 # USA MOUNTAIN 6 H BEHIND UTC APR 3 - OCT 30 200 # USA PACIFIC 7 H BEHIND UTC APR 3 - OCT 30 202 # USA ALASKA STD 8 H BEHIND UTC APR 3 - OCT 30 (AKDT) 204 # USA " 9 H BEHIND UTC APR 3 - OCT 30
|
/openbsd/sys/dev/usb/ |
H A D | usbdevs | 413 vendor OCT 0x0b39 Omnidirectional Control Technology 3451 product OCT USBTOETHER 0x0109 Ethernet 3452 product OCT US2308 0x0421 Serial
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 4970 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
|