Searched defs:mcount (Results 1 - 1 of 1) sorted by last modified time

/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)))

Completed in 223 milliseconds