Searched refs:okayp (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 2033 bool *okayp, in time2sub() argument 2047 *okayp = false; in time2sub() 2228 *okayp = true; in time2sub() 2238 bool *okayp) in time2() argument 2247 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2() 2248 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
|