Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c377 union local_storage *lsp) in tzloadbody() argument
385 register char *fullname = lsp->fullname; in tzloadbody()
387 register union input_buffer *up = &lsp->u.u; in tzloadbody()
410 if (sizeof lsp->fullname - 1 <= strlen(p) + strlen(name)) in tzloadbody()
578 struct state *ts = &lsp->u.st; in tzloadbody()
689 union local_storage *lsp = malloc(sizeof *lsp); in tzload() local
690 if (!lsp) in tzload()
693 int err = tzloadbody(name, sp, doextend, lsp); in tzload()
694 free(lsp); in tzload()