Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c376 tzloadbody(char const *name, struct state *sp, bool doextend, in tzloadbody() argument
575 if (doextend && nread > 2 && in tzloadbody()
686 tzload(char const *name, struct state *sp, bool doextend) in tzload() argument
693 int err = tzloadbody(name, sp, doextend, lsp); in tzload()
699 return tzloadbody(name, sp, doextend, &ls); in tzload()