Lines Matching defs:lsp
601 Use *LSP for temporary storage. Return 0 on
605 union local_storage *lsp)
612 register union input_buffer *up = &lsp->u.u;
634 if (sizeof lsp->fullname - sizeof tzdirslash <= strlen(name))
640 memcpy(lsp->fullname, tzdirslash, sizeof tzdirslash);
641 strcpy(lsp->fullname + sizeof tzdirslash, name);
653 name = lsp->fullname;
856 struct state *ts = &lsp->u.st;
934 union local_storage *lsp = malloc(sizeof *lsp);
935 if (!lsp) {
938 int err = tzloadbody(name, sp, tzloadflags, lsp);
939 free(lsp);