Searched refs:mcount (Results 1 – 3 of 3) sorted by relevance
108 unsigned long long mcount; /* count for -m */ variable511 mcount = strtoull(optarg, &ep, 10); in grep_main()512 if (((errno == ERANGE) && (mcount == ULLONG_MAX)) || in grep_main()513 ((errno == EINVAL) && (mcount == 0))) in grep_main()
195 if (mflag && (mcount <= 0)) in procfile()249 mcount -= t; in procfile()250 if (mcount <= 0) in procfile()
126 extern unsigned long long Aflag, Bflag, mcount;