usr.bin/cu/command.c
197
cu_warnx("speed is %s: %s", errstr, s);
usr.bin/cu/command.c
221
cu_warnx("%s", file);
usr.bin/cu/command.c
230
cu_warnx("~%c command is not allowed in restricted mode", c);
usr.bin/cu/cu.h
44
void cu_warnx(const char *, ...)
usr.bin/cu/xmodem.c
151
cu_warnx("%s: unexpected response \\%03hho", file, c);
usr.bin/cu/xmodem.c
183
cu_warnx("%s: sending block %u (attempt %u)", file,
usr.bin/cu/xmodem.c
193
cu_warnx("%s: unexpected response \\%03hho",
usr.bin/cu/xmodem.c
198
cu_warnx("%s: too many retries", file);
usr.bin/cu/xmodem.c
211
cu_warnx("%s: completed %u blocks", file, num);