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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c292 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
324 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
516 ox[1] = '\0';
682 ox[1] = 'x';
686 ox[1] = 'X';
716 ox[1] = '\0';
850 ox[1] = 'x';
907 ox[1] = ch;
997 if (ox[
[all...]
H A Dvfwprintf.c299 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
328 wchar_t ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
488 ox[1] = '\0';
635 ox[1] = 'x';
639 ox[1] = 'X';
669 ox[1] = '\0';
812 ox[1] = 'x';
867 ox[1] = ch;
957 if (ox[
[all...]

Completed in 40 milliseconds