Lines Matching refs:lsp
409 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()
814 int err = tzloadbody(name, sp, doextend, lsp); in tzload()
815 free(lsp); in tzload()