Searched refs:ox (Results 1 – 2 of 2) sorted by relevance
94 CHAR_TYPE ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ in FUNCTION_NAME() local168 ox[1] = '\0'; in FUNCTION_NAME()322 ox[1] = 'x'; in FUNCTION_NAME()326 ox[1] = 'X'; in FUNCTION_NAME()348 if (expt == INT_MAX) ox[1] = '\0'; in FUNCTION_NAME()469 ox[1] = 'x'; in FUNCTION_NAME()516 if (flags & ALT && _umax != 0) ox[1] = ch; in FUNCTION_NAME()600 if (ox[1]) realsz += 2; in FUNCTION_NAME()607 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in FUNCTION_NAME()608 ox[0] = '0'; in FUNCTION_NAME()[all …]
94 CHAR_TYPE ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ in FUNCTION_NAME() local179 ox[1] = '\0'; in FUNCTION_NAME()344 ox[1] = 'x'; in FUNCTION_NAME()348 ox[1] = 'X'; in FUNCTION_NAME()370 if (expt == INT_MAX) ox[1] = '\0'; in FUNCTION_NAME()476 ox[1] = 'x'; in FUNCTION_NAME()527 if (flags & ALT && _umax != 0) ox[1] = ch; in FUNCTION_NAME()611 if (ox[1]) realsz += 2; in FUNCTION_NAME()618 if (ox[1]) { /* ox[1] is either x, X, or \0 */ in FUNCTION_NAME()619 ox[0] = '0'; in FUNCTION_NAME()[all …]