Searched refs:myrcmd_stderr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | myrcmd.c | 61 char myrcmd_stderr[1024]; variable 85 myrcmd_stderr[0] = '\0'; /* empty error string */ in myrcmd() 93 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd() 101 (void) snprintf(myrcmd_stderr, in myrcmd() 102 sizeof (myrcmd_stderr), in myrcmd() 122 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd() 151 (void) snprintf(myrcmd_stderr, in myrcmd() 152 sizeof (myrcmd_stderr), in myrcmd() 157 (void) snprintf(myrcmd_stderr, in myrcmd() 158 sizeof (myrcmd_stderr), in myrcmd() [all …]
|
H A D | rmtlib.c | 199 if (*myrcmd_stderr) in rmtgetconn() 200 print("%s", myrcmd_stderr); in rmtgetconn()
|
/illumos-gate/usr/src/cmd/backup/include/ |
H A D | myrcmd.h | 48 extern char myrcmd_stderr[];
|