Searched defs:OCT (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | vsnprintf_ss.c | 132 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator
|
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | ntp_calendar.h | 80 #define OCT 31 macro
|
/netbsd-src/usr.bin/at/ |
H A D | parsetime.c | 67 JUL, AUG, SEP, OCT, NOV, DEC, enumerator
|
/netbsd-src/bin/pax/ |
H A D | pax.h | 260 #define OCT 8 macro
|
/netbsd-src/sys/kern/ |
H A D | subr_prf.c | 1265 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in kprintf() enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 453 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); in isObjCType() local
|
H A D | RewriteModernObjC.cpp | 546 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); in isObjCType() local
|