Lines Matching refs:temp
268 char temp[32];
272 temp[pos++] = (char)('0' + (unsigned)(value % 10));
281 *s++ = temp[--pos];
288 char temp[16];
291 temp[pos++] = (char)('0' + (value % 10));
298 *s++ = temp[--pos];
553 UInt16 *temp = NULL;
669 SzFree(NULL, temp);
671 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
672 if (!temp)
679 SzArEx_GetFileNameUtf16(&db, i, temp);
681 if (SzArEx_GetFullNameUtf16_Back(&db, i, temp + len) != temp)
714 res = PrintString(temp);
726 res = PrintString(temp);
747 UInt16 *name = (UInt16 *)temp;
860 SzFree(NULL, temp);