Home | History | Annotate | Download | only in stdio

Lines Matching refs:ox

642 	 * B:	ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
684 CHAR_T ox[2]; /* space for 0x hex-prefix */
880 ox[1] = '\0';
1058 ox[1] = 'x';
1062 ox[1] = 'X';
1091 ox[1] = '\0';
1273 ox[1] = 'x';
1347 ox[1] = ch;
1418 if (ox[1])
1435 if (ox[1]) { /* ox[1] is either x, X, or \0 */
1436 ox[0] = '0';
1437 PRINT(ox, 2);