Searched refs:myrcmd (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/backup/include/ |
H A D | myrcmd.h | 26 * Internal definitions for the myrcmd.c rcmd(3) replacement module. 53 extern int myrcmd(char **ahost, unsigned short rport, char *locuser, 56 extern int myrcmd();
|
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | Makefile | 48 ../include/memutils.h ../include/myrcmd.h \ 57 LOBJS= rmtlib.o myrcmd.o \
|
H A D | myrcmd.c | 37 #include <myrcmd.h> 66 myrcmd(char **ahost, unsigned short rport, char *locuser, char *remuser, function
|
H A D | rmtlib.c | 16 #include <myrcmd.h> 192 * myrcmd() replaces the contents of rmtpeer with a pointer 199 rmtape = myrcmd(&rmtpeer, (ushort_t)sp->s_port, pwd->pw_name,
|
Completed in 1248 milliseconds