Searched refs:time2sub (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c203 static time_t time2sub P((struct tm *tmp,
1660 time2sub(tmp, funcp, offset, okayp, do_norm_secs, sp) function
1860 t = time2sub(tmp, funcp, offset, okayp, FALSE, sp);
1861 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE, sp);

Completed in 24 milliseconds