Home
last modified time | relevance | path

Searched refs:lpEnd (Results 1 – 25 of 28) sorted by relevance

12

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/shell_integration/windows/OCContextMenu/
H A DRegDelnode.h27 LPTSTR lpEnd; in RegDelnodeRecurse() local
49 lpEnd = lpSubKey + lstrlen(lpSubKey); in RegDelnodeRecurse()
51 if (*(lpEnd - 1) != TEXT('\\')) in RegDelnodeRecurse()
53 *lpEnd = TEXT('\\'); in RegDelnodeRecurse()
54 lpEnd++; in RegDelnodeRecurse()
55 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
68 StringCchCopy(lpEnd, MAX_PATH * 2, szName); in RegDelnodeRecurse()
82 lpEnd--; in RegDelnodeRecurse()
83 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
/dports/deskutils/nextcloudclient/desktop-3.4.1/shell_integration/windows/NCContextMenu/
H A DRegDelnode.h27 LPTSTR lpEnd; in RegDelnodeRecurse() local
49 lpEnd = lpSubKey + lstrlen(lpSubKey); in RegDelnodeRecurse()
51 if (*(lpEnd - 1) != TEXT('\\')) in RegDelnodeRecurse()
53 *lpEnd = TEXT('\\'); in RegDelnodeRecurse()
54 lpEnd++; in RegDelnodeRecurse()
55 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
68 StringCchCopy(lpEnd, MAX_PATH * 2, szName); in RegDelnodeRecurse()
82 lpEnd--; in RegDelnodeRecurse()
83 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/
H A DWinDNSHelper.cpp19 LPTSTR lpEnd; in RegDelnodeRecurse() local
48 lpEnd = lpSubKey + lstrlen(lpSubKey); in RegDelnodeRecurse()
50 if (*(lpEnd - 1) != TEXT('\\')) in RegDelnodeRecurse()
52 *lpEnd = TEXT('\\'); in RegDelnodeRecurse()
53 lpEnd++; in RegDelnodeRecurse()
54 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
67 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
82 lpEnd--; in RegDelnodeRecurse()
83 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
/dports/misc/actiona/actiona-3.10.1/actions/actionpackdata/code/
H A Dregistry.cpp341 LPTSTR lpEnd; in RegDelnodeRecurse() local
372 lpEnd = lpSubKey + lstrlen(lpSubKey); in RegDelnodeRecurse()
374 if (*(lpEnd - 1) != TEXT('\\')) in RegDelnodeRecurse()
376 *lpEnd = TEXT('\\'); in RegDelnodeRecurse()
377 lpEnd++; in RegDelnodeRecurse()
378 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
391 StringCchCopy (lpEnd, MAX_PATH*2, szName); in RegDelnodeRecurse()
405 lpEnd--; in RegDelnodeRecurse()
406 *lpEnd = TEXT('\0'); in RegDelnodeRecurse()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp533 LPTSTR lpEnd; in MyRegDeleteKey() local
554 lpEnd = lpSubKey + lstrlen(lpSubKey); in MyRegDeleteKey()
556 if ( *( lpEnd - 1 ) != TEXT( '\\' ) ) in MyRegDeleteKey()
558 *lpEnd = TEXT('\\'); in MyRegDeleteKey()
559 lpEnd++; in MyRegDeleteKey()
560 *lpEnd = TEXT('\0'); in MyRegDeleteKey()
572 lstrcpy (lpEnd, szName); in MyRegDeleteKey()
587 lpEnd--; in MyRegDeleteKey()
588 *lpEnd = TEXT('\0'); in MyRegDeleteKey()
/dports/games/hllib/HLLib/
H A DBSPFile.cpp378 const hlChar *lpEnd = strrchr(lpStart, '.'); in GetFileName() local
380 if(lpEnd == 0) in GetFileName()
382 lpEnd = lpStart + strlen(lpStart); in GetFileName()
385 if((hlUInt)(lpEnd - lpStart) + 1 < uiBufferSize) in GetFileName()
387 uiBufferSize = (hlUInt)(lpEnd - lpStart) + 1; in GetFileName()
H A DVBSPFile.cpp702 const hlChar *lpEnd = strrchr(lpStart, '.'); in GetFileName() local
704 if(lpEnd == 0) in GetFileName()
706 lpEnd = lpStart + strlen(lpStart); in GetFileName()
709 if((hlUInt)(lpEnd - lpStart) + 1 < uiBufferSize) in GetFileName()
711 uiBufferSize = (hlUInt)(lpEnd - lpStart) + 1; in GetFileName()
/dports/archivers/hlextract/HLLib/
H A DBSPFile.cpp378 const hlChar *lpEnd = strrchr(lpStart, '.'); in GetFileName() local
380 if(lpEnd == 0) in GetFileName()
382 lpEnd = lpStart + strlen(lpStart); in GetFileName()
385 if((hlUInt)(lpEnd - lpStart) + 1 < uiBufferSize) in GetFileName()
387 uiBufferSize = (hlUInt)(lpEnd - lpStart) + 1; in GetFileName()
H A DVBSPFile.cpp702 const hlChar *lpEnd = strrchr(lpStart, '.'); in GetFileName() local
704 if(lpEnd == 0) in GetFileName()
706 lpEnd = lpStart + strlen(lpStart); in GetFileName()
709 if((hlUInt)(lpEnd - lpStart) + 1 < uiBufferSize) in GetFileName()
711 uiBufferSize = (hlUInt)(lpEnd - lpStart) + 1; in GetFileName()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Drbnf.cpp1379 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1381 if (lpEnd == -1) { in init()
1382 lpEnd = description.length() - 1; in init()
1397 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1399 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Drbnf.cpp1401 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1403 if (lpEnd == -1) { in init()
1404 lpEnd = description.length() - 1; in init()
1419 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1421 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Drbnf.cpp1399 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1401 if (lpEnd == -1) { in init()
1402 lpEnd = description.length() - 1; in init()
1417 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1419 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/section/interface/
H A Dsection.c2584 ierr = PetscSFGetLeafRange(embedSF, &lpStart, &lpEnd);CHKERRQ(ierr); in PetscSFDistributeSection()
2585 lpEnd++; in PetscSFDistributeSection()
2587 ierr = PetscSectionSetChart(leafSection, lpStart, lpEnd);CHKERRQ(ierr); in PetscSFDistributeSection()
2613 ierr = PetscMalloc1(lpEnd - lpStart, remoteOffsets);CHKERRQ(ierr); in PetscSFDistributeSection()
2622 ierr = PetscMalloc1(lpEnd - lpStart, &rOffBc);CHKERRQ(ierr); in PetscSFDistributeSection()
2671 PetscInt numRoots, rpStart = 0, rpEnd = 0, lpStart = 0, lpEnd = 0; in PetscSFCreateRemoteOffsets() local
2680 ierr = PetscSectionGetChart(leafSection, &lpStart, &lpEnd);CHKERRQ(ierr); in PetscSFCreateRemoteOffsets()
2686 ierr = PetscCalloc1(lpEnd - lpStart, remoteOffsets);CHKERRQ(ierr); in PetscSFCreateRemoteOffsets()
2719 PetscInt lpStart, lpEnd; in PetscSFCreateSectionSF() local
2743 if ((localPoint >= lpStart) && (localPoint < lpEnd)) { in PetscSFCreateSectionSF()
[all …]
/dports/devel/icu/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/devel/icu-lx/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Drbnf.cpp1523 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1525 if (lpEnd == -1) { in init()
1526 lpEnd = description.length() - 1; in init()
1541 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1543 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Drbnf.cpp1532 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1534 if (lpEnd == -1) { in init()
1535 lpEnd = description.length() - 1; in init()
1550 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1552 description.remove(lp, lpEnd + 1 - lp); in init()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Drbnf.cpp1556 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local
1558 if (lpEnd == -1) { in init()
1559 lpEnd = description.length() - 1; in init()
1574 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()
1576 description.remove(lp, lpEnd + 1 - lp); in init()

12