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

  /src/libexec/rshd/
rshd.c 276 const char *errormsg = NULL, *errorstr = NULL; local in function:doit
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."
    [all...]

Completed in 16 milliseconds