Searched refs:localtime_r (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sal/workben/ |
H A D | tgetpwnam.cxx | 44 struct tm *localtime_r(const time_t *timep, struct tm *buffer); 69 localtime_r(&nepoch, &sttm); in workfunc1() 88 localtime_r(&nepoch, &sttm); in workfunc2() 164 localtime_r(&nepoch, ptm); in main()
|
/aoo41x/main/tools/source/fsys/ |
H A D | unx.hxx | 62 pTime = localtime_r( &nTime, &atm ); in Unx2Time() 72 pTime = localtime_r( &nDate, &atm ); in Unx2Date() 82 pTime = localtime_r( &nDate, &atm ); in Unx2DateAndTime()
|
/aoo41x/main/sal/osl/unx/ |
H A D | time.c | 172 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getLocalTimeFromSystemTime() 218 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getSystemTimeFromLocalTime()
|
H A D | system.h | 482 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
|
H A D | system.c | 150 struct tm *localtime_r(const time_t *timep, struct tm *buffer) in localtime_r() function
|
/aoo41x/main/sal/osl/os2/ |
H A D | time.c | 172 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getLocalTimeFromSystemTime() 218 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getSystemTimeFromLocalTime()
|
H A D | system.h | 501 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
|
/aoo41x/main/tools/source/datetime/ |
H A D | tdate.cxx | 46 struct tm *localtime_r(const time_t *timep, struct tm *buffer); 168 if ( localtime_r( &nTmpTime, &aTime ) ) in Date()
|
H A D | ttime.cxx | 124 if ( localtime_r( &nTmpTime, &aTime ) ) in Time() 363 localtime_r( &nTime, &aTM ); in GetUTCOffset()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 355 struct tm *pLocalTime = localtime_r (&nTime, &aTime); in getLocalTime()
|
/aoo41x/main/tools/source/debug/ |
H A D | debug.cxx | 874 pTime = localtime_r( &nTime, &aTime ); in ImplDbgInitFile()
|
Completed in 53 milliseconds