Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sal/workben/
H A Dtgetpwnam.cxx44 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()
/trunk/main/tools/source/fsys/
H A Dunx.hxx62 pTime = localtime_r( &nTime, &atm ); in Unx2Time()
72 pTime = localtime_r( &nDate, &atm ); in Unx2Date()
82 pTime = localtime_r( &nDate, &atm ); in Unx2DateAndTime()
/trunk/main/sal/osl/os2/
H A Dtime.c172 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getLocalTimeFromSystemTime()
218 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getSystemTimeFromLocalTime()
H A Dsystem.h501 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
/trunk/main/sal/osl/unx/
H A Dtime.c171 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getLocalTimeFromSystemTime()
217 pLocalTime = localtime_r( &atime, &tmBuf ); in osl_getSystemTimeFromLocalTime()
H A Dsystem.h482 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
H A Dsystem.c150 struct tm *localtime_r(const time_t *timep, struct tm *buffer) in localtime_r() function
/trunk/main/tools/source/datetime/
H A Dtdate.cxx46 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
168 if ( localtime_r( &nTmpTime, &aTime ) ) in Date()
H A Dttime.cxx124 if ( localtime_r( &nTmpTime, &aTime ) ) in Time()
363 localtime_r( &nTime, &aTM ); in GetUTCOffset()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx355 struct tm *pLocalTime = localtime_r (&nTime, &aTime); in getLocalTime()
/trunk/main/tools/source/debug/
H A Ddebug.cxx874 pTime = localtime_r( &nTime, &aTime ); in ImplDbgInitFile()

Completed in 114 milliseconds