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

/bionic/libc/tzcode/
H A Dlocaltime.c162 static struct tm * gmtsub(const time_t * timep, const int_fast32_t offset,
164 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
186 static struct tm * timesub(const time_t * timep, int_fast32_t offset,
1272 localsub(const time_t * const timep, const int_fast32_t offset, argument
1278 const time_t t = *timep;
1287 return gmtsub(timep, offset, tmp, sp); // android-changed: added sp.
1360 localtime(const time_t * const timep) argument
1362 return localtime_r(timep, &tmGlobal);
1370 localtime_r(const time_t * const timep, struct tm * tmp) argument
1376 result = localsub(timep,
1387 gmtsub(const time_t * const timep, const int_fast32_t offset, struct tm *const tmp, const struct state * sp) argument
1426 gmtime(const time_t * const timep) argument
1436 gmtime_r(const time_t * const timep, struct tm * tmp) argument
1460 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) argument
1593 ctime(const time_t * const timep) argument
1605 ctime_r(const time_t * const timep, char * buf) argument
2049 leapcorr(time_t * timep) argument
2257 localtime_tz(const time_t* const timep, struct tm* tmp, const char* tz) argument
[all...]

Completed in 82 milliseconds