Home
last modified time | relevance | path

Searched refs:files_equal (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl612 if (files_equal($from, $object)) {
862 if (! files_equal($path_to_object, $full)) {
956 if (! files_equal($callee, $path_to_object)) {
967 } elsif (files_equal($caller, $path_to_object)) {
1214 if (files_equal($from, $to, 0)) {
1220 } elsif (files_equal($object, $from, 0)) {
1223 } elsif (files_equal($object, $to, 0)) {
1342 if (files_equal($object, $file)) {
H A DAppcertUtil.pm120 &files_equal
1296 sub files_equal subroutine