Home
last modified time | relevance | path

Searched refs:files_are_the_same (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-App-perlbrew/App-perlbrew-0.93/t/
H A Dunit-files-are-the-same.t14 my $should_be_same = files_are_the_same($t, $t);
15 my $should_not_be_same = files_are_the_same($t, $u);
/dports/devel/desktop-file-utils/desktop-file-utils-0.26/src/
H A Dinstall.c95 files_are_the_same (const char *first, in files_are_the_same() function
256 if (!files_are_the_same (filename, new_filename)) in process_one_file()
272 if (!files_are_the_same (filename, new_filename)) in process_one_file()
280 !files_are_the_same (filename, new_filename)) in process_one_file()
/dports/devel/p5-App-perlbrew/App-perlbrew-0.93/lib/App/Perlbrew/
H A DUtil.pm43 sub files_are_the_same { subroutine
/dports/devel/p5-App-perlbrew/App-perlbrew-0.93/lib/App/
H A Dperlbrew.pm1112 if (files_are_the_same($executable, $target)) {
/dports/devel/desktop-file-utils/desktop-file-utils-0.26/
H A DChangeLog.pre-git131 * src/install.c: (files_are_the_same): it's useless to exit() here if
H A DChangeLog2088 * src/install.c: (files_are_the_same): it's useless to exit() here if