Home
last modified time | relevance | path

Searched refs:EndString (Results 1 – 25 of 75) sorted by relevance

123

/dports/finance/weberp/webERP/reportwriter/
H A DFormMaker.php247 case 0: $EndString = '<td>&nbsp;</td><td>&nbsp;</td>';
249 case 1: $EndString = '<td><input name="fromvalue'.$SeqNum.'" type="text"
252 …case 2: $EndString = '<td><input name="fromvalue'.$SeqNum.'" type="text" value="'.$Params[1].'" si…
265 $CriteriaString .= $EndString.'</tr>';
H A DReportMaker.php291 case 0: $EndString = '<td>&nbsp;</td><td>&nbsp;</td>';
293 case 1: $EndString = '<td><input name="fromvalue'.$SeqNum.'" type="text"
296 …case 2: $EndString = '<td><input name="fromvalue'.$SeqNum.'" type="text" value="'.$Params[1].'" si…
305 $CriteriaString .= $EndString.'</tr>';
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/Disk/UdfDxe/
H A DFileName.c54 CONST CHAR16 *EndString; in ReplaceLeft() local
56 EndString = Source + StrLen (Source); in ReplaceLeft()
57 while (Source <= EndString) { in ReplaceLeft()
/dports/games/zdoom/zdoom-2.8.1/src/menu/
H A Dmessagebox.cpp377 FString EndString; in IMPLEMENT_CLASS() local
383 EndString = GStrings(msg+2); in IMPLEMENT_CLASS()
387 EndString.Format("%s\n\n%s", GStrings(msg+1), GStrings("DOSY")); in IMPLEMENT_CLASS()
390 else EndString = gameinfo.quitmessages[messageindex]; in IMPLEMENT_CLASS()
392 Init(NULL, EndString, 0, playsound); in IMPLEMENT_CLASS()
H A Dloadsavemenu.cpp844 FString EndString; in Responder() local
845 EndString.Format("%s" TEXTCOLOR_WHITE "%s" TEXTCOLOR_NORMAL "?\n\n%s", in Responder()
847 M_StartMessage (EndString, 0); in Responder()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Errors/
H A DUserStringBuilder.cs34 private void EndString(out string s) in EndString() method in Microsoft.CSharp.RuntimeBinder.Errors.UserStringBuilder
580 EndString(out psz); in ErrArgToString()
586 EndString(out psz); in ErrArgToString()
608 EndString(out psz); in ErrArgToString()
618 EndString(out psz); in ErrArgToString()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Application/Shell/
H A DShellManParser.c376 CONST CHAR16 EndString[] = L" 0 "; in ManBufferFindTitleSection() local
390 TitleLength = StrSize(Command) + (StrLen(StartString) + StrLen(EndString)) * sizeof(CHAR16); in ManBufferFindTitleSection()
397 StrnCat(TitleString, EndString, TitleLength/sizeof(CHAR16) - 1 - StrLen(TitleString)); in ManBufferFindTitleSection()
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A Dmyfm.c1659 char *EndString; in formatPathString() local
1666 if (EndString == NULL){ in formatPathString()
1691 free(EndString); in formatPathString()
1696 EndString[0] = '\0'; in formatPathString()
1708 free(EndString); in formatPathString()
1714 free(EndString); in formatPathString()
1719 strcpy(path,EndString); in formatPathString()
1720 EndString[0] = '\0'; in formatPathString()
1724 strcat(EndString,sep); in formatPathString()
1725 strcat(EndString,buf); in formatPathString()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dspecifics.c81 #define EndString(lp) ((*lp == '\n') || (*lp == '\0')) macro
353 if (EndString(lp)) {
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dspecifics.c81 #define EndString(lp) ((*lp == '\n') || (*lp == '\0')) macro
353 if (EndString(lp)) {
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dspecifics.cpp81 #define EndString(lp) ((*lp == '\n') || (*lp == '\0')) macro
348 if (EndString(lp)) { in Parse_Specifics_File_v2()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dspecifics.c77 #define EndString(lp) ((*lp == '\n') || (*lp == '\0')) macro
380 if (EndString(lp)) { in Parse_Specifics_File_v2()
/dports/devel/libical/libical-3.0.8/src/libicalvcal/
H A Dvcc.y976 goto EndString; in lexGetQuotedPrintable()
990 goto EndString; in lexGetQuotedPrintable()
1000 EndString: in lexGetQuotedPrintable()
H A Dvcc.c1010 goto EndString; in lexGetQuotedPrintable()
1024 goto EndString; in lexGetQuotedPrintable()
1034 EndString: in lexGetQuotedPrintable()
/dports/print/lout/lout-3.40/
H A Dz26.c93 FULL_CHAR *EndString(void) in EndString() function
/dports/sysutils/cdrdao/cdrdao-1.2.4/trackdb/
H A DTocParser.g182 #token EndString "\"" << mode(START); >>
548 EndString
571 EndString
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dcomment.rs1121 EndString, enumerator
1396 FullCodeCharKind::EndString in next()
1590 | FullCodeCharKind::EndString => { in filter_normal_code()

123