Home | History | Annotate | Download | only in rshd

Lines Matching defs:errorstr

276 	const char *errormsg = NULL, *errorstr = NULL;
414 errorstr =
440 errorstr =
485 errorstr = incorrect;
496 if (errorstr == NULL)
497 errorstr = "Permission denied.";
498 rshd_errx(EXIT_FAILURE, errorstr, errorhost);
518 if (errorstr ||
523 if (errorstr == NULL)
524 errorstr = "Permission denied.";
714 rshd_errx(EXIT_FAILURE, errorstr, errorhost);