Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/lib/
H A Drmtlib.c61 static int rmtpush(char *, uint_t);
76 static int rmtpush();
356 retval = rmtpush(line, strlen(line)); in rmtwrite()
360 retval = rmtpush(buf, count); in rmtwrite()
368 rmtpush(char *buf, uint_t count) in rmtpush() function
450 if (rmtpush(buf, strlen(buf)) != strlen(buf)) in rmtcall()