Home
last modified time | relevance | path

Searched refs:cu_warnx (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/cu/
Dxmodem.c151 cu_warnx("%s: unexpected response \\%03hho", file, c); in xmodem_send()
183 cu_warnx("%s: sending block %u (attempt %u)", file, in xmodem_send()
193 cu_warnx("%s: unexpected response \\%03hho", in xmodem_send()
198 cu_warnx("%s: too many retries", file); in xmodem_send()
211 cu_warnx("%s: completed %u blocks", file, num); in xmodem_send()
Dcommand.c197 cu_warnx("speed is %s: %s", errstr, s); in set_speed()
221 cu_warnx("%s", file); in start_record()
230 cu_warnx("~%c command is not allowed in restricted mode", c); in do_command()
Dcu.h44 void cu_warnx(const char *, ...)
Derror.c74 cu_warnx(const char *fmt, ...) in cu_warnx() function