Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c181 int_fast32_t offset, int * okayp);
185 int_fast32_t offset, int * okayp, int do_norm_secs);
1750 const int_fast32_t offset, int * const okayp, const int do_norm_secs) in time2sub() argument
1764 *okayp = FALSE; in time2sub()
1909 *okayp = TRUE; in time2sub()
1916 const int_fast32_t offset, int * const okayp) in time2() argument
1925 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2()
1926 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()