Home
last modified time | relevance | path

Searched refs:run_err (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/crypto/heimdal/appl/rcp/
H A Drcp.c299 run_err("%s: not a regular file", name); in source()
434 run_err("ambiguous target"); in sink()
501 run_err("%s", cp); in sink()
527 run_err("%s", strerror(errno)); in sink()
555 run_err("%s: set times: %s", in sink()
581 run_err("%s", j ? strerror(errno) : in sink()
612 run_err("%s: set mode: %s", in sink()
617 run_err("%s: set mode: %s", in sink()
625 run_err("%s: set times: %s", in sink()
642 run_err("protocol error: %s", why); in sink()
[all …]
H A Dutil.c90 run_err("%s: %s", cp, strerror(errno));
155 run_err("fstat: %s", strerror(errno));
168 run_err("%s", strerror(errno));
H A Dextern.h50 void run_err (const char *, ...);
H A DChangeLog73 * rcp.c (run_err): always match va_start and va_end
/freebsd-13.1/crypto/openssh/
H A Dscp.c410 void run_err(const char *,...)
1355 run_err("%s: not a regular file", name); in source()
1432 run_err("%s: %s", name, strerror(errno)); in rsource()
1583 run_err("ambiguous target");
1675 run_err("%s", cp);
1791 run_err("%s", j != EPIPE ?
1869 run_err("protocol error: %s", why);
1995 run_err(const char *fmt,...) function
2034 run_err("%s", emsg);
2061 run_err("%s: %s", cp, strerror(errno));
[all …]