Searched refs:endptr (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sal/systools/win32/kill/ |
H A D | kill.cxx | 302 _TCHAR *endptr = NULL; in ParseCommandArgs() local 305 …_tcstoul( argsig, &endptr, 0 ) == static_cast< unsigned >(SupportedSignals[n].iSignalValue) && (!e… in ParseCommandArgs() 325 _TCHAR *endptr = NULL; in ParseCommandArgs() local 327 value = _tcstoul( argv[argn], &endptr, 0 ); in ParseCommandArgs() 329 if ( !endptr || !*endptr ) in ParseCommandArgs()
|
/aoo41x/main/crashrep/source/unx/ |
H A D | main.cxx | 500 char *endptr = NULL; in send_crash_report() local 503 …hort uProxyPort = (unsigned short)strtoul( rSettings.find( "PORT" )->second.c_str(), &endptr, 10 ); in send_crash_report() 1023 char *endptr = NULL; in setup_version() local 1024 unsigned short uReportPort = (unsigned short)strtoul( strReportPort.c_str(), &endptr, 10 ); in setup_version()
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 356 LPTSTR endptr = NULL; in WriteToRegistry() local 357 DWORD dwProxyPort = _tcstoul( sProxyPort.c_str(), &endptr, 10 ); in WriteToRegistry() 2375 TCHAR *endptr = NULL; in ReadBootstrapParams() local 2377 unsigned short uReportPort = (unsigned short)_tcstoul( szReportPort, &endptr, 10 ); in ReadBootstrapParams() 2663 TCHAR *endptr = NULL; in SendCrashReport() local 2672 uProxyPort = (unsigned short)_tcstoul( rParams.sProxyPort.c_str(), &endptr, 10 ); in SendCrashReport() 2714 char *endptr = NULL; in SendCrashReport() local 2717 uProxyPort = (unsigned short)strtoul( lpColon + 1, &endptr, 10 ); in SendCrashReport()
|
/aoo41x/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 153 _TCHAR* endptr = NULL; in SaveParams() local 154 …oxyPort = _tcstoul( reinterpret_cast<LPCTSTR>(maParams.maHTTPProxyPort.GetBuffer()), &endptr, 10 ); in SaveParams()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 243 sal_uInt32 *endptr = ptr + ((length + 3) & (sal_uInt32) ~3) / 4; in CheckSum() local 245 while (ptr < endptr) sum += *ptr++; in CheckSum()
|
Completed in 53 milliseconds