Searched refs:okayp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | mktime.c | 184 int * okayp, in time2() argument 195 *okayp = FALSE; in time2() 258 *okayp = TRUE; in time2()
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 2098 bool *okayp, in normalize_overflow() 2112 *okayp = false; in normalize_overflow32() 2293 *okayp = true; in time2sub() 2303 bool *okayp) in time2sub() 2312 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2sub() 2313 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2sub() 2157 time2sub(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset,bool * okayp,bool do_norm_secs) time2sub() argument 2362 time2(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset,bool * okayp) time2() argument
|