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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c108 unsigned long long mcount; /* count for -m */ variable
508 mcount = strtoull(optarg, &ep, 10);
509 if (((errno == ERANGE) && (mcount == ULLONG_MAX)) ||
510 ((errno == EINVAL) && (mcount == 0)))
H A Dgrep.h122 extern unsigned long long Aflag, Bflag, mcount;
H A Dutil.c196 if (mflag && (mcount <= 0))
250 mcount -= t;
251 if (mcount <= 0)

Completed in 17 milliseconds