Searched refs:OCT (Results 1 - 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ | ||
H A D | vfprintf.c | 315 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ enumerator in enum:__anon1163 837 base = OCT; 932 case OCT: |
H A D | vfwprintf.c | 322 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ enumerator in enum:__anon1165 799 base = OCT; 892 case OCT: |
Completed in 25 milliseconds