Home
last modified time | relevance | path

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

/system/core/toolbox/grep/
Dgrep.c108 unsigned long long mcount; /* count for -m */ variable
511 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()
Dutil.c195 if (mflag && (mcount <= 0)) in procfile()
249 mcount -= t; in procfile()
250 if (mcount <= 0) in procfile()
Dgrep.h126 extern unsigned long long Aflag, Bflag, mcount;