Home
last modified time | relevance | path

Searched refs:sz (Results 126 – 150 of 104985) sorted by path

12345678910>>...4200

/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DCpioHandler.cpp155 char sz[16]; in ReadHex() local
156 memcpy(sz, p, 8); in ReadHex()
157 sz[8] = 0; in ReadHex()
160 return (unsigned)(end - sz) == 8; in ReadHex()
165 char sz[16]; in ReadOct6() local
166 memcpy(sz, p, 6); in ReadOct6()
167 sz[6] = 0; in ReadOct6()
170 return (unsigned)(end - sz) == 6; in ReadOct6()
175 char sz[16]; in ReadOct11() local
176 memcpy(sz, p, 11); in ReadOct11()
[all …]
H A DDmgHandler.cpp689 const char *sz = "<?xml version"; in Open2() local
690 const unsigned len = (unsigned)strlen(sz); in Open2()
695 || memcmp(buf2, sz, len) != 0) in Open2()
H A DElfHandler.cpp784 char sz[16]; in GetArchiveProperty() local
785 ConvertUInt32ToHex(flags, sz); in GetArchiveProperty()
786 s += sz; in GetArchiveProperty()
832 char sz[16]; in GetProperty() local
833 ConvertUInt32ToString(index, sz); in GetProperty()
834 prop = sz; in GetProperty()
H A DFlvHandler.cpp162 char sz[64]; in GetProperty() local
163 …char *s = MyStpCpy(sz, (item.IsAudio() ? g_AudioTypes[item.SubType] : g_VideoTypes[item.SubType]) … in GetProperty()
171 prop = sz; in GetProperty()
H A DLzmaHandler.cpp281 char sz[64]; in GetMethod() local
282 char *s = sz; in GetMethod()
300 prop = sz; in GetMethod()
H A DPeHandler.cpp104 char sz[32]; in ToProp() local
105 ConvertUInt32ToString(Major, sz); in ToProp()
106 unsigned len = MyStringLen(sz); in ToProp()
107 sz[len] = '.'; in ToProp()
108 ConvertUInt32ToString(Minor, sz + len + 1); in ToProp()
109 prop = sz; in ToProp()
1119 char sz[32]; in GetProperty() local
1120 ConvertUInt32ToString(1 << (align - 1), sz); in GetProperty()
1123 s += sz; in GetProperty()
H A DSquashfsHandler.cpp1849 char sz[16]; in GetArchiveProperty() local
1862 ConvertUInt32ToString(_h.Method, sz); in GetArchiveProperty()
1863 s = sz; in GetArchiveProperty()
1901 char sz[16]; in GetArchiveProperty() local
1910 ConvertUInt32ToString(_openCodePage, sz); in GetArchiveProperty()
1911 name = sz; in GetArchiveProperty()
H A DUefiHandler.cpp669 char sz[32]; in GetName() local
671 ConvertUInt32ToString(NameIndex, sz); in GetName()
673 int numZeros = (int)strlen(sz2) - (int)strlen(sz); in GetName()
677 res += sz; in GetName()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp410 char sz[16]; in Add_UInt() local
417 char sz[32]; in Add_SignedInt() local
419 s += sz; in Add_SignedInt()
424 char sz[16]; in Add_Hex() local
425 sz[0] = '0'; in Add_Hex()
428 s += sz; in Add_Hex()
475 unsigned marker = IsUnicode ? Get16(sz) : *sz; in AddLicense()
487 sz += 2; in AddLicense()
722 if (sz) in GetShellString()
731 if (sz) in GetShellString()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp179 char sz[32]; in AddHex64() local
180 sz[0] = '0'; in AddHex64()
181 sz[1] = 'x'; in AddHex64()
182 ConvertUInt64ToHex(v, sz + 2); in AddHex64()
183 s += sz; in AddHex64()
189 char sz[32]; in PrintType() local
195 ConvertUInt64ToString(val, sz); in PrintType()
196 p = sz; in PrintType()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Tar/
H A DTarHandler.cpp84 char sz[16]; in GetArchiveProperty() local
93 ConvertUInt32ToString(_openCodePage, sz); in GetArchiveProperty()
94 name = sz; in GetArchiveProperty()
H A DTarIn.cpp32 char sz[32]; in OctalToNumber() local
33 MyStrNCpy(sz, srcString, size); in OctalToNumber()
34 sz[size] = 0; in OctalToNumber()
37 for (i = 0; sz[i] == ' '; i++); in OctalToNumber()
38 if (sz[i] == 0) in OctalToNumber()
40 res = ConvertOctStringToUInt64(sz + i, &end); in OctalToNumber()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Wim/
H A DWimHandler.cpp435 char sz[16]; in GetProperty() local
436 ConvertUInt32ToString(item.StreamIndex, sz); in GetProperty()
442 prop = sz; in GetProperty()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipItem.cpp53 char sz[32]; in PrintInfo() local
54 sz[0] = '0'; in PrintInfo()
55 sz[1] = 'x'; in PrintInfo()
56 ConvertUInt32ToHex(ID, sz + 2); in PrintInfo()
57 s += sz; in PrintInfo()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Common/
H A DBench.cpp2574 char sz[16]; in TypeToString2() local
2580 ConvertUInt32ToString(value, sz); in TypeToString2()
2581 p = sz; in TypeToString2()
H A DOpenArchive.cpp333 char sz[32]; in GetProperty() local
334 ConvertUInt32ToString(index + 1, sz); in GetProperty()
335 UString s(sz); in GetProperty()
H A DPropIDUtils.cpp268 const char *sz; member
327 const char *sz; member
372 s += sid_32_Names[index].sz; in ParseSid()
382 s += sid_21_Names[index].sz; in ParseSid()
395 s += sn.sz; in ParseSid()
633 s += k_ReparseTags[index].sz; in ConvertNtReparseToString()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp544 char sz[16]; in GetOpenArcErrorMessage() local
545 sz[0] = '0'; in GetOpenArcErrorMessage()
546 sz[1] = 'x'; in GetOpenArcErrorMessage()
547 ConvertUInt32ToHex(errorFlags, sz + 2); in GetOpenArcErrorMessage()
550 s += sz; in GetOpenArcErrorMessage()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Far/
H A DPlugin.cpp444 char sz[64]; in PropToString() local
445 ConvertPropertyToShortString2(sz, prop, propID); in PropToString()
446 return (AString)sz; in PropToString()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp478 char sz[16]; in GetOpenArcErrorMessage() local
479 sz[0] = '0'; in GetOpenArcErrorMessage()
480 sz[1] = 'x'; in GetOpenArcErrorMessage()
481 ConvertUInt32ToHex(errorFlags, sz + 2); in GetOpenArcErrorMessage()
484 s += sz; in GetOpenArcErrorMessage()
H A DMessagesDialog.cpp20 wchar_t sz[16]; in AddMessageDirect() local
21 ConvertUInt32ToString((UInt32)i, sz); in AddMessageDirect()
22 _messageList.InsertItem(i, sz); in AddMessageDirect()
H A DProgressDialog2.cpp1121 wchar_t sz[16]; in AddMessageDirect() local
1122 sz[0] = 0; in AddMessageDirect()
1124 ConvertUInt32ToString(_numMessages + 1, sz); in AddMessageDirect()
1125 _messageList.InsertItem(itemIndex, sz); in AddMessageDirect()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp47 char sz[32]; in AddValuePair() local
48 ConvertUInt64ToString(value, sz); in AddValuePair()
49 s += sz; in AddValuePair()
56 wchar_t sz[32]; in AddSizePair() local
59 ConvertUInt64ToString(value, sz); in AddSizePair()
60 s += MyFormatNew(IDS_FILE_SIZE, sz); in AddSizePair()
65 char sz[32]; in AddSizePair() local
66 ConvertUInt64ToString(value >> 20, sz); in AddSizePair()
68 s += sz; in AddSizePair()
H A DHashGUI.cpp51 char sz[32]; in AddValuePair() local
52 ConvertUInt64ToString(value, sz); in AddValuePair()
53 s += sz; in AddValuePair()
62 wchar_t sz[32]; in AddSizeValuePair() local
63 ConvertUInt64ToString(value, sz); in AddSizeValuePair()
64 s += MyFormatNew(IDS_FILE_SIZE, sz); in AddSizeValuePair()
67 char sz[32]; in AddSizeValuePair() local
68 ConvertUInt64ToString(value >> 20, sz); in AddSizeValuePair()
70 s += sz; in AddSizeValuePair()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Common/
H A DMyString.cpp635 char sz[16]; in Add_UInt32() local
636 ConvertUInt32ToString(v, sz); in Add_UInt32()
637 (*this) += sz; in Add_UInt32()
1232 char sz[16]; in Add_UInt32() local
1233 ConvertUInt32ToString(v, sz); in Add_UInt32()
1234 (*this) += sz; in Add_UInt32()

12345678910>>...4200