Lines Matching refs:myrcmd_stderr
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()
204 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd()
227 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd()
230 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd()
247 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd()
251 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd()
254 (void) snprintf(myrcmd_stderr, sizeof (myrcmd_stderr), in myrcmd()
261 char *cp = myrcmd_stderr; in myrcmd()
262 char *ecp = &myrcmd_stderr[sizeof (myrcmd_stderr) - 1]; in myrcmd()