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

/macosx-10.9.5/rsync-42/rsync/
H A Dwildtest.c54 run_test(int line, bool matches, bool same_as_fnmatch, argument
62 same_as_fnmatch = 0; /* Get rid of unused-variable compiler warning. */
96 if (fn_matched != (matches ^ !same_as_fnmatch)) {
98 line, text, pattern, matches ^ !same_as_fnmatch? "a" : "NO");

Completed in 115 milliseconds