Home
last modified time | relevance | path

Searched refs:AppendStr (Results 1 – 25 of 89) sorted by relevance

1234

/dports/x11/xsm/xsm-1.0.4/
H A Dinfo.c156 AppendStr (&buffer, "*** ID = "); in DisplayProps()
158 AppendStr (&buffer, " ***\n\n"); in DisplayProps()
166 AppendStr (&buffer, "\n"); in DisplayProps()
169 AppendStr (&buffer, "\n"); in DisplayProps()
172 AppendStr (&buffer, number); in DisplayProps()
173 AppendStr (&buffer, "\n"); in DisplayProps()
188 AppendStr (&buffer, number); in DisplayProps()
202 AppendStr (&buffer, "\n"); in DisplayProps()
216 AppendStr (&buffer, ": "); in DisplayProps()
218 AppendStr (&buffer, "\n"); in DisplayProps()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgradnetdeserial.pas565 if r <> 1 then AppendStr(result, ',');
569 AppendStr(result, ']');
592 AppendStr(result, ',');
593 AppendStr(result, ']');
912 AppendStr(Result, tab + 'Object');
915 AppendStr(Result, ' = ')
944 AppendStr(Result, '{' + LineEnding);
953 AppendStr(Result, ' = ');
983 AppendStr(Result, LineEnding);
994 AppendStr(Result, lineEnding);
[all …]
H A Dbgrapaintnet.pas318 AppendStr(Result, Content.ToString);
321 AppendStr(Result, LineEnding + 'Layer ' + IntToStr(i) + ' : ' + LayerName[i] + LineEnding);
322 AppendStr(Result, '[ ');
333 AppendStr(Result, IntToHex(b, 2) + ' ');
336 AppendStr(Result, '...');
337 AppendStr(Result, ']' + lineending);
H A Dpaletteformats.inc596 if length(result)>0 then AppendStr(result, '|');
597 AppendStr(result, description + ' (*'+ext+')|*'+ext);
605 AppendStr(allDesc, '; ');
606 AppendStr(allDesc, '*' + allExt[i]);
608 AppendStr(allDesc, ')');
609 AppendStr(allDesc, '|');
613 AppendStr(allDesc, '; ');
614 AppendStr(allDesc, '*' + allExt[i]);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgradnetdeserial.pas565 if r <> 1 then AppendStr(result, ',');
569 AppendStr(result, ']');
592 AppendStr(result, ',');
593 AppendStr(result, ']');
912 AppendStr(Result, tab + 'Object');
915 AppendStr(Result, ' = ')
944 AppendStr(Result, '{' + LineEnding);
953 AppendStr(Result, ' = ');
983 AppendStr(Result, LineEnding);
994 AppendStr(Result, lineEnding);
[all …]
H A Dbgrapaintnet.pas318 AppendStr(Result, Content.ToString);
321 AppendStr(Result, LineEnding + 'Layer ' + IntToStr(i) + ' : ' + LayerName[i] + LineEnding);
322 AppendStr(Result, '[ ');
333 AppendStr(Result, IntToHex(b, 2) + ' ');
336 AppendStr(Result, '...');
337 AppendStr(Result, ']' + lineending);
H A Dpaletteformats.inc596 if length(result)>0 then AppendStr(result, '|');
597 AppendStr(result, description + ' (*'+ext+')|*'+ext);
605 AppendStr(allDesc, '; ');
606 AppendStr(allDesc, '*' + allExt[i]);
608 AppendStr(allDesc, ')');
609 AppendStr(allDesc, '|');
613 AppendStr(allDesc, '; ');
614 AppendStr(allDesc, '*' + allExt[i]);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/unknwon/com/
H A Dslice_test.go29 s = AppendStr(s, "b")
34 s = AppendStr(s, "b")
81 s = AppendStr(s, fmt.Sprint(b.N%3))
H A Dexample_test.go293 s = com.AppendStr(s, "a")
294 s = com.AppendStr(s, "b")
H A Dslice.go22 func AppendStr(strs []string, str string) []string { func
/dports/security/erlang-fast_tls/fast_tls-1.1.13/
H A Drebar.config.script71 AppendStr = fun(Append) ->
125 AppendStr("-DHAS_ERTS_EXIT"), "$CFLAGS"},
127 AppendStr(CfgCFlags), "$CFLAGS"},
129 AppendStr(CfgLDFlags), "$LDFLAGS"},
137 AppendStr("--coverage"), ""},
139 AppendStr("--coverage"), ""},
/dports/textproc/erlang-fast_xml/fast_xml-1.1.47/
H A Drebar.config.script67 AppendStr = fun(Append) ->
121 AppendStr(CfgCFlags), "$CFLAGS"},
123 AppendStr(CfgLDFlags), "$LDFLAGS"},
131 AppendStr("--coverage"), ""},
133 AppendStr("--coverage"), ""},
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcString.h186 cString & operator+= (const char in) { return AppendStr(1,&in); }
187 cString & operator+= (const char * in){ return AppendStr(strlen(in),in); }
188 cString & operator+= (const cString & in){return AppendStr(in.GetSize(),in);}
550 cString& AppendStr(const int in_size, const char* in); // Optimized
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c72 UINT16 *AppendStr; in CatPrint() local
76 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
77 if (AppendStr == NULL) { in CatPrint()
83 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
86 StringSize = StrSize (AppendStr); in CatPrint()
90 StringSize = StrSize (AppendStr); in CatPrint()
101 StrnCat (Str->Str, AppendStr, StringSize/sizeof(CHAR16) - 1 - StrLen(Str->Str)); in CatPrint()
104 FreePool (AppendStr); in CatPrint()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c89 UINT16 *AppendStr; in CatPrint() local
94 AppendStr = AllocateZeroPool (0x1000); in CatPrint()
95 if (AppendStr == NULL) { in CatPrint()
100 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()
103 StringSize = StrSize (AppendStr); in CatPrint()
106 StringSize = StrSize (AppendStr); in CatPrint()
116 FreePool (AppendStr); in CatPrint()
121 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()
124 FreePool (AppendStr); in CatPrint()
/dports/cad/zcad/zcad-8b8a693/cad_source/other/
H A Dcsvdocument.pas379 AppendStr(FCellBuffer, FLineEnding);
383 AppendStr(FCellBuffer, FCurrentChar);
393 AppendStr(FCellBuffer, FCurrentChar);
407 AppendStr(FWhitespaceBuffer, FCurrentChar);
413 AppendStr(FCellBuffer, FWhitespaceBuffer);
/dports/www/gitea/gitea-1.16.5/vendor/github.com/unknwon/com/
H A Dslice.go22 func AppendStr(strs []string, str string) []string { func

1234