Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c293 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 Dtar.c420 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 Dpax.h258 #define OCT 8 macro
/openbsd/usr.bin/at/
H A Dparsetime.c60 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 Dsubr_prf.c702 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 Dvfprintf.c314 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ in __vfprintf() enumerator
821 base = OCT; in __vfprintf()
923 case OCT: in __vfprintf()
H A Dvfwprintf.c323 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ in __vfwprintf() enumerator
808 base = OCT; in __vfwprintf()
917 case OCT: in __vfwprintf()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.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()
H A DRewriteModernObjC.cpp547 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 Dnorthamerica211 # USA EASTERN 4 H BEHIND UTC APR 3 - OCT 30
213 # USA CENTRAL 5 H BEHIND UTC APR 3 - OCT 30
215 # USA MOUNTAIN 6 H BEHIND UTC APR 3 - OCT 30
217 # USA PACIFIC 7 H BEHIND UTC APR 3 - OCT 30
219 # USA ALASKA STD 8 H BEHIND UTC APR 3 - OCT 30 (AKDT)
221 # USA " 9 H BEHIND UTC APR 3 - OCT 30
/openbsd/sys/dev/usb/
H A Dusbdevs412 vendor OCT 0x0b39 Omnidirectional Control Technology
3407 product OCT USBTOETHER 0x0109 Ethernet
3408 product OCT US2308 0x0421 Serial
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20004970 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,