Searched defs:mcount (Results 1 - 1 of 1) 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)))

Completed in 35 milliseconds