Lines Matching refs:lsp
475 union local_storage *lsp) in tzloadbody() argument
481 register union input_buffer *up = &lsp->u.u; in tzloadbody()
495 if (sizeof lsp->fullname - sizeof tzdirslash <= strlen(name)) in tzloadbody()
501 memcpy(lsp->fullname, tzdirslash, sizeof tzdirslash); in tzloadbody()
502 strcpy(lsp->fullname + sizeof tzdirslash, name); in tzloadbody()
504 name = lsp->fullname; in tzloadbody()
702 struct state *ts = &lsp->u.st; in tzloadbody()
780 union local_storage *lsp = malloc(sizeof *lsp); in tzload() local
781 if (!lsp) { in tzload()
784 int err = tzloadbody(name, sp, doextend, lsp); in tzload()
785 free(lsp); in tzload()