Searched defs:mcount (Results 1 - 1 of 1) sorted by path

/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 4 milliseconds