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

/illumos-gate/usr/src/common/util/
H A Dstring.c74 int prec, h_count, l_count, dot_count; local
96 h_count = l_count = dot_count = 0;
150 l_count++;
162 l_count = 1;
171 l_count = 0;
221 if (h_count == 0 && l_count == 0)
226 else if (l_count > 1)
231 else if (l_count > 0)
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h149 int l_count; /* number of entries in the list */ member in struct:list
H A Dprstat.c640 list->l_count++;
658 list->l_count--;
684 list->l_count = 0;
764 list->l_count++;

Completed in 49 milliseconds