Home
last modified time | relevance | path

Searched refs:timep (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dsystem.c150 struct tm *localtime_r(const time_t *timep, struct tm *buffer) in localtime_r() argument
156 if ( (res = localtime(timep))) in localtime_r()
167 struct tm *gmtime_r(const time_t *timep, struct tm *buffer) in gmtime_r() argument
173 if ( (res = gmtime(timep)) ) in gmtime_r()
H A Dsystem.h482 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
483 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
/aoo42x/main/sal/osl/os2/
H A Dsystem.h501 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
502 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
/aoo42x/main/sal/workben/
H A Dtgetpwnam.cxx44 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
/aoo42x/main/tools/source/datetime/
H A Dtdate.cxx46 struct tm *localtime_r(const time_t *timep, struct tm *buffer);

Completed in 27 milliseconds