Searched defs:lcount (Results 1 - 4 of 4) sorted by relevance

/external/toybox/toys/posix/
H A Dgrep.c67 int lcount = 0, mcount = 0, which = toys.optflags & FLAG_w ? 2 : 0; local
85 lcount++;
161 if (toys.optflags & FLAG_n) printf("%d:", lcount);
/external/iputils/Modules/
H A Dpg3.c348 int pc, lcount; local
362 lcount = pg_count;
387 if (--lcount == 0) {
/external/toybox/generated/
H A Dglobals.h1034 long lcount; member in struct:nl_data
/external/valgrind/perf/
H A Dtinycc.c9065 int lcount, ucount;
9108 lcount = 0;
9113 if (lcount >= 2)
9115 lcount++;
9116 if (lcount == 2) {
9063 int lcount, ucount; local

Completed in 199 milliseconds