Searched refs:okayp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | mktime.c | 184 int * okayp, in time2() argument 195 *okayp = FALSE; in time2() 258 *okayp = TRUE; in time2()
|
| /freebsd-12-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 204 long offset, int * okayp); 208 long offset, int * okayp, int do_norm_secs); 1836 int *const okayp, in time2sub() argument 1851 *okayp = FALSE; in time2sub() 2014 *okayp = TRUE; in time2sub() 2022 int *const okayp) in time2() argument 2031 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2() 2032 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()
|