Searched refs:tempchar (Results 1 – 2 of 2) sorted by relevance
416 char tempchar[2]; in SecDecodeTypeC() local417 tempchar[0] = (char)(wchar & 0x00ff); in SecDecodeTypeC()418 tempchar[1] = '\0'; in SecDecodeTypeC()420 if (mbtowc(buffer->wStr, tempchar, sizeof(tempchar)) < 0) { in SecDecodeTypeC()
288 char tempchar[2]; local289 tempchar[0] = (char)(wchar & 0x00ff);290 tempchar[1] = '\0';292 if (mbtowc(buffer->wStr, tempchar, sizeof(tempchar)) < 0) {