Home
last modified time | relevance | path

Searched refs:max_matches (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/findutils/
Dgrep.c176 int max_matches; member
202 #define max_matches (G.max_matches ) macro
486 if ((option_mask32 & OPT_m) && nmatches > max_matches) in grep_file()
585 && nmatches == max_matches in grep_file()
729 &pattern_head, &fopt, &max_matches, in grep_main()
757 &pattern_head, &fopt, &max_matches); in grep_main()
/busybox-1.35.0/networking/
Difupdown.c179 int max_matches; member