Searched refs:time2sub (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/tzcode/stdtime/ |
| H A D | localtime.c | 205 static time_t time2sub(struct tm *tmp, 1821 time2sub(struct tm *const tmp, in time2sub() function 2019 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2() 2020 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()
|