Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c238 long offset, int * okayp));
242 long offset, int * okayp, int do_norm_secs));
1799 time2sub(tmp, funcp, offset, okayp, do_norm_secs) in time2sub() argument
1803 int * const okayp;
1818 *okayp = FALSE;
1982 *okayp = TRUE;
1987 time2(tmp, funcp, offset, okayp) in time2() argument
1991 int * const okayp;
2000 t = time2sub(tmp, funcp, offset, okayp, FALSE);
2001 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE);