Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDmktime.c184 int * okayp, in time2() argument
195 *okayp = FALSE; in time2()
258 *okayp = TRUE; in time2()
/freebsd-head/contrib/tzcode/
HDlocaltime.c2098 bool *okayp, in time2sub() argument
2112 *okayp = false; in time2sub()
2293 *okayp = true; in time2sub()
2303 bool *okayp) in time2() argument
2312 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2313 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()