It's in other systems, too. It's the BSD Utilities "Remote Copy" program. A simple hack job that created this forced union of rlogin and cp.

An interesting asside is that you can fake rcp using rlogin (doesn't work on all systems, obviously):

cat filename | rlogin -l username -p password hostname 'cat > filename'