Home
last modified time | relevance | path

Searched refs:_tcslen (Results 1 – 21 of 21) sorted by relevance

/aoo42x/main/xmerge/source/activesync/
H A DXMergeSync.cpp136 (::_tcslen(_T("C:\\Program Files\\Microsoft ActiveSync\\pwdcnv.dll,0")) in DllRegisterServer()
161 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer()
248 (::_tcslen(_T("C:\\Program Files\\Microsoft ActiveSync\\pwdcnv.dll,0")) in DllRegisterServer()
275 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer()
330 (::_tcslen(_T("Binary Copy")) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer()
383 (::_tcslen(_T("C:\\Program Files\\Microsoft ActiveSync\\pwdcnv.dll,0")) in DllRegisterServer()
410 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer()
524 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer()
580 (::_tcslen(_T("Binary Copy")) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer()
778 (::_tcslen(_T("Binary Copy")) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllUnregisterServer()
[all …]
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx155 …dler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Val… in InstallExecSequenceEntry()
156 …ler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Value), _tcslen(InfotipHandler.Va… in InstallExecSequenceEntry()
157 …andler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value… in InstallExecSequenceEntry()
158 …Viewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), _tcslen(ThumbViewer.Value… in InstallExecSequenceEntry()
167 …dler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Val… in InstallExecSequenceEntry()
168 …ler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Value), _tcslen(InfotipHandler.Va… in InstallExecSequenceEntry()
169 …andler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value… in InstallExecSequenceEntry()
170 …Viewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), _tcslen(ThumbViewer.Value… in InstallExecSequenceEntry()
180 …dler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Val… in InstallExecSequenceEntry()
182 …andler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value… in InstallExecSequenceEntry()
[all …]
/aoo42x/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp38 if ( _tcslen( lpShortPath ) == 2 && lpShortPath[1] == ':' )
41 dwResult = _tcslen( lpLongPath );
48 if ( lpShortPath[_tcslen(lpShortPath)-1] == '\\' )
93 dwResult = _tcslen( lpLongPath );
100 dwResult = _tcslen( lpLongPath );
103 dwResult += _tcslen( aFindFileData.cFileName ) + 1;
H A DGetModuleFileNameExA.cpp60 dwResult = _tcslen( me.szExePath );
/aoo42x/main/sal/osl/w32/
H A Dpipeimpl.cxx156 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in CreatePipeDataMapping()
169 if ( MAX_PATH + _tcslen(lpName) < nChars + 1 ) in CreatePipeDataMapping()
171 lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping()
222 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping()
242 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex()
262 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()
547 m_lpName = new TCHAR[_tcslen(lpName) + 1]; in ServerPipe()
709 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in CreateSimplePipe()
717 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in OpenSimplePipe()
H A Dfile_url.cxx388 if ( fValid && !( dwPathType & PATHTYPE_IS_LONGPATH ) && _tcslen( lpszPath ) >= MAX_PATH ) in IsValidFilePath()
414 sal_Int32 nDelLen = _tcslen( lpLastDelimiter ); in PathRemoveFileSpec()
444 int nLen = _tcslen(lpPath); in PathAddBackslash()
538 return _tcslen( lpszPath ); in GetCaseCorrectPathNameEx()
566 if ( _tcslen( lpszShortPath ) <= cchBuffer ) in GetCaseCorrectPathName()
H A Dfile_dirvol.cxx353 int nLen = _tcslen( pEnum->lpCurrent ); in EnumLogicalDrives()
1143 if ( pItemImpl->cDriveString[_tcslen(pItemImpl->cDriveString) - 1] != '\\' ) in osl_getDirectoryItem()
H A Dprocimpl.cxx141 while (size_t l = _tcslen(p)) in read_environment()
/aoo42x/main/sal/osl/os2/
H A Dpipeimpl.cxx151 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in CreatePipeDataMapping()
164 if ( MAX_PATH + _tcslen(lpName) < nChars + 1 ) in CreatePipeDataMapping()
166 lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping()
217 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping()
237 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex()
257 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()
542 m_lpName = new TCHAR[_tcslen(lpName) + 1]; in ServerPipe()
704 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in CreateSimplePipe()
712 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in OpenSimplePipe()
H A Dfile_url.h42 #define _tcslen(a) wcslen((const wchar_t *) a) macro
H A Dfile_url.cxx451 if ( fValid && _tcslen( lpszPath ) >= _MAX_PATH ) in IsValidFilePath()
/aoo42x/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx229 size_t nLen = _tcslen( szProgramFilesFolder ); in RetrieveExecutablePath()
248 size_t nLen = _tcslen( lpSource ); in SafeCopy()
294 if ( _tcslen( lpArg ) >= 2 ) in _tWinMain()
366 if ( _tcslen( szInstanceURN ) == 0 ) in _tWinMain()
421 if ( _tcslen( szInstanceURN ) > 0 ) in _tWinMain()
487 if ( _tcslen( szInstanceURN ) > 0 ) in _tWinMain()
/aoo42x/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx256 _tcsncat( szPipeName, szUserIdent, elementsof(szPipeName) - _tcslen(szPipeName) - 1 ); in WinMain()
257 _tcsncat( szPipeName, PIPE_POSTFIX, elementsof(szPipeName) - _tcslen(szPipeName) - 1 ); in WinMain()
258 …_tcsncat( szPipeName, _ultot( SUPD, szSUPD, 10), elementsof(szPipeName) - _tcslen(szPipeName) - 1 … in WinMain()
/aoo42x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain()
/aoo42x/main/desktop/win32/source/setup/
H A Dsetup.cpp1182 if ( _tcsncmp( pMsiVersion, m_pReqVersion, _tcslen( pMsiVersion ) ) < 0 ) in CheckVersion()
1212 if ( !m_pUpgradeKey || ( _tcslen( m_pUpgradeKey ) == 0 ) ) in CheckForUpgrade()
1236 if ( m_pProductVersion && ( _tcslen( m_pProductVersion ) > 0 ) ) in CheckForUpgrade()
1578 else if ( _tcsnicmp( pSub, PARAM_RUNNING, _tcslen( PARAM_RUNNING ) ) == 0 ) in GetCmdLineParameters()
1582 … else if ( _tcsnicmp( pSub, CMDLN_REG_ALL_MSO_TYPES, _tcslen( CMDLN_REG_ALL_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
1586 … else if ( _tcsnicmp( pSub, CMDLN_REG_NO_MSO_TYPES, _tcslen( CMDLN_REG_NO_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
/aoo42x/main/desktop/win32/source/
H A Dwrapper.h121 else if ( 0 == _tcsncmp( ppArguments[argn], PARAM_LIBPATH_STR, _tcslen(PARAM_LIBPATH_STR) ) ) in Main()
125 …GetFullPathName( ppArguments[argn] + _tcslen(PARAM_LIBPATH_STR), sizeof(szPathValue) / sizeof(TCHA… in Main()
/aoo42x/main/svx/source/dialog/
H A Dsendreportw32.cxx151 sizeof(TCHAR) * (_tcslen(lpHTTPProxyServer) + 1) ); in SaveParams()
187 sizeof(TCHAR) * (_tcslen(lpEmail) + 1) ); in SaveParams()
/aoo42x/main/sal/qa/osl/process/
H A Dosl_process_child.cxx80 while (size_t l = _tcslen(reinterpret_cast<wchar_t*>(p))) in dump_env()
H A Dosl_process.cxx305 while (size_t l = _tcslen(p)) in read_parent_environment()
/aoo42x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx373 int len = _tcslen(szBuffer); in readLine()
/aoo42x/main/crashrep/source/win32/
H A Dsoreport.cpp2225 _TCHAR *envstr = (TCHAR *)alloca( (_tcslen( lpVar ) + _tcslen( lpValue ) + 2) * sizeof(_TCHAR) ); in _tsetenv()

Completed in 120 milliseconds