Lines Matching defs:compare
144 # same file in /root. This ensures we only compare those
320 # Return values for compare()
339 compare()
363 # If both are symlinks, compare the link values.
374 # If both are files, compare the file contents.
399 # This is a wrapper around compare that will return COMPARE_EQUAL if
410 compare $1 $2
451 if ! compare $1/$file $2/$file; then
483 # in different trees. Note that as with compare(), this does not
602 if compare $OLDTREE/$dir $DESTDIR/$dir; then
1096 compare $OLDTREE/$file $NEWTREE/$file
1106 compare $NEWTREE/$file $DESTDIR/$file
1262 compare $DESTDIR/$file $NEWTREE/$file
1490 compare $DESTDIR/$file $NEWTREE/$file
1590 No previous tree to compare against, a sane comparison is not possible.
1592 log "No previous tree to compare against."