Searched refs:OCT (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c315 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ enumerator in enum:__anon1163
837 base = OCT;
932 case OCT:
H A Dvfwprintf.c322 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ enumerator in enum:__anon1165
799 base = OCT;
892 case OCT:

Completed in 77 milliseconds