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

/macosx-10.9.5/rsync-42/rsync/
H A Dwildtest.c34 int wildmatch_errors = 0; variable
93 wildmatch_errors++;
201 if (!wildmatch_errors)
204 printf("%d", wildmatch_errors);
205 printf(" wildmatch error%s found.\n", wildmatch_errors == 1? "" : "s");

Completed in 130 milliseconds