libexec/rshd/rshd.c
141
__dead static void rshd_errx(int, const char *, ...) __printflike(2, 3);
libexec/rshd/rshd.c
466
rshd_errx(EXIT_FAILURE, incorrect);
libexec/rshd/rshd.c
473
rshd_errx(EXIT_FAILURE, incorrect);
libexec/rshd/rshd.c
498
rshd_errx(EXIT_FAILURE, errorstr, errorhost);
libexec/rshd/rshd.c
513
rshd_errx(EXIT_SUCCESS, "No remote home directory.");
libexec/rshd/rshd.c
529
rshd_errx(EXIT_FAILURE, "Logins currently disabled.");
libexec/rshd/rshd.c
561
rshd_errx(EXIT_FAILURE, "Can't make pipe. (%s)",
libexec/rshd/rshd.c
565
rshd_errx(EXIT_FAILURE, "Can't fork. (%s)",
libexec/rshd/rshd.c
616
rshd_errx(EXIT_FAILURE, "Can't fork. (%s)",
libexec/rshd/rshd.c
709
rshd_errx(EXIT_FAILURE, "%s: %s", pwd->pw_shell, strerror(errno));
libexec/rshd/rshd.c
714
rshd_errx(EXIT_FAILURE, errorstr, errorhost);
libexec/rshd/rshd.c
755
rshd_errx(EXIT_FAILURE, "%s too long", err);