Searched defs:timep (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c183 static struct tm * gmtsub P((const time_t * timep, long offset,
185 static struct tm * localsub P((const time_t * timep, long offset,
207 static struct tm * timesub P((const time_t * timep, long offset,
1181 localsub(timep, offset, tmp, sp)
1182 const time_t * const timep;
1190 const time_t t = *timep;
1194 return gmtsub(timep, offset, tmp);
1278 localtime(timep)
1279 const time_t * const timep;
1282 return localsub(timep,
1292 localtime_tz(const time_t * const timep, struct tm * tmp, const char* tz) argument
[all...]

Completed in 191 milliseconds