Searched refs:doextend (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/contrib/tzcode/ |
| HD | localtime.c | 475 tzloadbody(char const *name, struct state *sp, bool doextend, in tzloadbody() argument 507 if (doextend) { in tzloadbody() 700 if (doextend && nread > 2 && in tzloadbody() 778 tzload(char const *name, struct state *sp, bool doextend) in tzload() argument 785 int err = tzloadbody(name, sp, doextend, lsp); in tzload() 791 return tzloadbody(name, sp, doextend, &ls); in tzload()
|