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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dumount.cifs.c162 int num_matches; local
197 num_matches = 0;
200 num_matches++;
204 printf("%d matching entries in mount table\n", num_matches);
220 if(num_matches != 1) {
222 num_matches--;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c115 unsigned num_matches; member in struct:globals
145 #define num_matches (G.num_matches ) macro
853 if (match >= num_matches)
854 match = num_matches - 1;
870 if (match >= num_matches && eof_error > 0) {
874 if (num_matches) {
893 && !(num_matches && match_lines[num_matches-1] == pos)
895 match_lines = xrealloc(match_lines, (num_matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c281 static unsigned num_matches; variable
286 while (num_matches)
287 free(matches[--num_matches]);
295 int nm = num_matches;
300 num_matches++;
674 int nfiles = num_matches;
764 qsort(matches, num_matches, sizeof(char*), match_compare);
765 for (i = 0; i < num_matches - 1; ++i) {
776 num_matches = n + 1;
779 if (!matches || num_matches >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c712 static int num_matches; local
744 if ((num_matches = cnid_find(vol->v_cdb,
754 while (cur_pos < num_matches) {

Completed in 114 milliseconds