usr.bin/ssh/scp.c
1876
note_err("%s: %s", np,
usr.bin/ssh/scp.c
1888
note_err("%s: %s", np, strerror(errno));
usr.bin/ssh/scp.c
1893
note_err("%s: truncate: %s", np, strerror(errno));
usr.bin/ssh/scp.c
1897
note_err("%s: set mode: %s",
usr.bin/ssh/scp.c
1903
note_err("%s: set mode: %s",
usr.bin/ssh/scp.c
1908
note_err("%s: close: %s", np, strerror(errno));
usr.bin/ssh/scp.c
1915
note_err("%s: set times: %s",
usr.bin/ssh/scp.c
1920
if (note_err(NULL) == 0)
usr.bin/ssh/scp.c
384
int note_err(const char *,...)