Lines Matching defs:ox
401 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
431 wchar_t ox[2]; /* space for 0x hex-prefix */
569 ox[1] = '\0';
730 ox[1] = ch;
768 ox[1] = 'x';
772 ox[1] = 'X';
792 ox[1] = '\0';
934 ox[1] = 'x';
986 ox[1] = ch;
1055 if (ox[1])
1073 if (ox[1]) { /* ox[1] is either x, X, or \0 */
1074 ox[0] = '0';
1075 PRINT(ox, 2);