C_NONE
case C_NONE:
case C_NONE:
(void) sendcmd(C_NONE, "%s\n", ername);
if (cmd != C_NONE && !strchr(msg + 1, '\n'))
if (cmd == C_NONE)
(cmd == C_NONE) ? len-1 : len-2,
(cmd == C_NONE) ? msg : msg + 1);
(void) vsnprintf(buf + (cmd != C_NONE),
sizeof(buf) - (cmd != C_NONE), fmt, args);