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

/system/core/toolbox/grep/
H A Dgrep.c108 unsigned long long mcount; /* count for -m */ variable
511 mcount = strtoull(optarg, &ep, 10);
512 if (((errno == ERANGE) && (mcount == ULLONG_MAX)) ||
513 ((errno == EINVAL) && (mcount == 0)))
H A Dgrep.h126 extern unsigned long long Aflag, Bflag, mcount;
H A Dutil.c195 if (mflag && (mcount <= 0))
249 mcount -= t;
250 if (mcount <= 0)

Completed in 118 milliseconds