Home | History | Annotate | Download | only in 7z

Lines Matching refs:temp

189   char temp[32];

193 temp[pos++] = (char)('0' + (unsigned)(value % 10));
198 *s++ = temp[--pos];
205 char temp[16];
208 temp[pos++] = (char)('0' + (value % 10));
213 *s++ = temp[--pos];
292 UInt16 *temp = NULL;
373 SzFree(NULL, temp);
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
376 if (temp == 0)
383 SzArEx_GetFileNameUtf16(&db, i, temp);
402 res = PrintString(temp);
414 res = PrintString(temp);
433 UInt16 *name = (UInt16 *)temp;
484 SzFree(NULL, temp);