#include <attributes.h>
#include <cstdlib>
Go to the source code of this file.
Enumerator |
---|
TDM_DIFF_LINECOUNT |
|
TDM_IGNORE_TIMESTAMPS |
|
TDM_NOT_DIFF_LINECOUNT |
|
Definition at line 19 of file arb_diff.h.
bool ARB_textfiles_have_difflines |
( |
const char * |
file1, |
|
|
const char * |
file2, |
|
|
int |
expected_difflines, |
|
|
TextDiffMode |
tdmode |
|
) |
| |
Definition at line 250 of file arb_diff.cxx.
References DiffLines::add(), DiffLines::added(), arb_assert, ARB_strBeginsWith(), buffer, BUFSIZE, DiffLines::deleted(), error(), fputc(), fputs(), GB_is_regularfile(), GBS_global_string(), GBS_global_string_copy(), difflineMode::get_error(), IF_ASSERTION_USED, line, NULp, DiffLines::print(), DiffLines::remove_accepted_lines(), TDM_IGNORE_TIMESTAMPS, and TDM_NOT_DIFF_LINECOUNT.
bool ARB_files_are_equal |
( |
const char * |
file1, |
|
|
const char * |
file2 |
|
) |
| |
bool ARB_files_differ |
( |
const char * |
file1, |
|
|
const char * |
file2 |
|
) |
| |