Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c409 union local_storage *lsp) in tzloadbody() argument
417 register char *fullname = lsp->fullname; in tzloadbody()
419 register union input_buffer *up = &lsp->u.u; in tzloadbody()
453 if (sizeof lsp->fullname - sizeof tzdirslash <= strlen(name)) in tzloadbody()
459 memcpy(lsp->fullname, tzdirslash, sizeof tzdirslash); in tzloadbody()
460 strcpy(lsp->fullname + sizeof tzdirslash, name); in tzloadbody()
472 name = lsp->fullname; in tzloadbody()
662 struct state *ts = &lsp->u.st; in tzloadbody()
810 union local_storage *lsp = malloc(sizeof *lsp); in tzload() local
811 if (!lsp) { in tzload()
[all …]