Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c1838 bool *okayp, in time2sub() argument
1852 *okayp = false; in time2sub()
2025 *okayp = true; in time2sub()
2035 bool *okayp) in time2() argument
2044 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2045 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()