Lines Matching defs:lth
138 size_t lth;
144 lth = strlen(ep->engr_txt);
145 if (lth && cnt > 0) {
147 pos = rn2(lth);
153 while (lth && ep->engr_txt[lth - 1] == ' ')
154 ep->engr_txt[--lth] = 0;
367 unsigned lth;
370 mread(fd, <h, sizeof(unsigned));
371 if (lth == 0)
373 ep = alloc(sizeof(*ep) + lth);
374 mread(fd, ep, sizeof(*ep) + lth);