Searched refs:rshd_errx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/libexec/rshd/
H A Drshd.c110 static void rshd_errx(int, const char *, ...) __printf0like(2, 3);
312 rshd_errx(1, "Login incorrect.");
319 rshd_errx(1, "Login incorrect.");
335 rshd_errx(1, "Login incorrect.");
346 rshd_errx(1, errorstr, rhost);
359 rshd_errx(0, "No remote home directory.");
376 rshd_errx(1, "Login incorrect.");
379 rshd_errx(1, "Logins not available right now");
403 rshd_errx(1, "Can't make pipe.");
406 rshd_errx(
515 rshd_errx(int errcode, const char *fmt, ...) function
[all...]

Completed in 22 milliseconds