Searched refs:lcnt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dregex.c154 intptr_t i, lcnt, dcnt, gflg; local
205 (void) __getrnge(&lcnt, &dcnt, &ep[i]);
206 while (lcnt--)
218 (void) __getrnge(&lcnt, &dcnt, ep);
219 while (lcnt--)
229 (void) __getrnge(&lcnt, &dcnt, ep);
230 while (lcnt--)
241 (void) __getrnge(&lcnt, &dcnt, (ep + (*ep & 0377)));
242 while (lcnt--)
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c253 int err, i, rcnt, lcnt; local
260 if ((lcnt = di_prop_lookup_strings(DDI_DEV_T_ANY, pnode,
268 if (rcnt != lcnt) {
271 "doesn match with phy mask count %d\n", lcnt, rcnt);
300 if (i < lcnt) {
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c412 int n, lcnt; local
429 lcnt = 0;
434 if (lcnt == 0) {
437 lcnt = 10;
442 lcnt--;

Completed in 28 milliseconds