HomeSort by: relevance | last modified time | path
    Searched defs:note_err (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
scp.c 397 int note_err(const char *,...)
1866 * desynchronise us from the peer. Use note_err() instead.
1895 note_err("%s: %s", np,
1907 note_err("%s: %s", np, strerror(errno));
1912 note_err("%s: truncate: %s", np, strerror(errno));
1916 note_err("%s: set mode: %s",
1922 note_err("%s: set mode: %s",
1927 note_err("%s: close: %s", np, strerror(errno));
1934 note_err("%s: set times: %s",
1939 if (note_err(NULL) == 0
2122 note_err(const char *fmt, ...) function
    [all...]

Completed in 51 milliseconds