Searched refs:max_matches (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c90 static int max_matches; variable
221 if ((option_mask32 & OPT_m) && nmatches > max_matches)
286 && !print_n_lines_after && nmatches == max_matches)
426 max_matches = xatoi_u(mopt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclilist.c160 int max_matches = 1366; /* Match W2k - was 512. */ local
162 int max_matches = 512;
201 SSVAL(param,2,max_matches); /* max count */
211 SSVAL(param,2,max_matches); /* max count */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c57 int max_matches; member in struct:mapping_defn_t
690 if (currmap->max_matches == currmap->n_matches) {
691 currmap->max_matches = currmap->max_matches * 2 + 1;
692 currmap->match = xrealloc(currmap->match, sizeof(currmap->match) * currmap->max_matches);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dproc.c2224 const int max_matches = 512; local
2286 WSET(param, 2, max_matches); /* max count */
2297 WSET(param, 2, max_matches); /* max count */

Completed in 54 milliseconds