Searched defs:ox (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dvfprintf.c205 char ox[2]; /* space for 0x hex-prefix */ local
743 ox[0] = '0';
744 ox[1] = ch;
745 PRINT(ox, 2);
786 ox[0] = *cp++;
787 ox[1] = '.';
788 PRINT(ox, 2);

Completed in 99 milliseconds