Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/lib/
H A Dmyrcmd.c61 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 Drmtlib.c199 if (*myrcmd_stderr) in rmtgetconn()
200 print("%s", myrcmd_stderr); in rmtgetconn()
/illumos-gate/usr/src/cmd/backup/include/
H A Dmyrcmd.h48 extern char myrcmd_stderr[];