rmtopen
if ((arfd = rmtopen(name, O_RDWR, DMOD)) == -1) {
int rmtopen(const char *, int, ...);
#define open rmtopen
return rmtopen(path, O_WRONLY | O_CREAT, mode);
int rmtopen(const char *, int, int);
while (rmtopen(tape, 0, 0) < 0)
if (rmtopen(tape, 0, 0) >= 0) {
while ((tapefd = (host ? rmtopen(tape, 2, 1) :
int rmtopen(const char *, int, int);
mt = rmtopen(magtape, 0, 0);
mt = rmtopen(magtape, 0, 0);