HomeSort by: relevance | last modified time | path
    Searched refs:errormsg (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
util.c 377 const char *errormsg; local
410 errormsg = NULL;
411 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg);
413 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "login");
508 const char *errormsg; local
519 errormsg = NULL;
520 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg);
522 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "operation");
1280 * If EOF/error occurs or a too-long line is encountered and errormsg
1294 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg)
    [all...]
ssl.c 555 const char **errormsg)
563 if (errormsg)
564 *errormsg = "\nEOF received";
567 if (errormsg)
568 *errormsg = "Error encountered";
583 if (errormsg)
584 *errormsg = "Input line is too long (specify -b > 16384)";
588 if (errormsg)
589 *errormsg = NULL;
fetch.c 263 const char *cp, *ep, *scheme, *errormsg; local
310 if (get_line(stdin, uuser, sizeof(uuser), &errormsg) < 0) {
311 warnx("%s; can't authenticate", errormsg);
981 const char *errormsg; local
984 *len = fetch_getline(fin, buf, buflen, &errormsg);
987 if (*errormsg == '\n')
988 errormsg++;
989 warnx("Receiving HTTP reply: %s", errormsg);
cmds.c 162 const char *errormsg; local
178 if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) {
180 fprintf(ttyout, "%s; %s aborted\n", errormsg, cmd);
  /src/bin/sh/
error.c 311 STATIC const struct errname errormsg[] = { variable in typeref:struct:errname
383 for (ep = errormsg ; ep->errcode ; ep++) {
  /src/libexec/rshd/
rshd.c 276 const char *errormsg = NULL, *errorstr = NULL; local
486 errormsg = pam_strerror(pamh, pam_err);
522 errormsg = __rcmd_errstr ? __rcmd_errstr : "unknown error";
713 remuser, hostname, locuser, errormsg, cmdbuf);

Completed in 29 milliseconds