Searched refs:lpEnd (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp77 LPTSTR lpEnd; local
98 lpEnd = lpSubKey + lstrlen(lpSubKey);
100 if ( *( lpEnd - 1 ) != TEXT( '\\' ) )
102 *lpEnd = TEXT('\\');
103 lpEnd++;
104 *lpEnd = TEXT('\0');
116 lstrcpy (lpEnd, szName);
131 lpEnd--;
132 *lpEnd = TEXT('\0');
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp533 LPTSTR lpEnd; local
554 lpEnd = lpSubKey + lstrlen(lpSubKey);
556 if ( *( lpEnd - 1 ) != TEXT( '\\' ) )
558 *lpEnd = TEXT('\\');
559 lpEnd++;
560 *lpEnd = TEXT('\0');
572 lstrcpy (lpEnd, szName);
587 lpEnd--;
588 *lpEnd = TEXT('\0');
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbnf.cpp1375 int lpEnd = description.indexOf(gSemiPercent, 2, lp); local
1377 if (lpEnd == -1) {
1378 lpEnd = description.length() - 1;
1393 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart);
1395 description.remove(lp, lpEnd + 1 - lp);

Completed in 115 milliseconds