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

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/
check-tested-lit-timeout-ability 6 supported, errormsg = killProcessAndChildrenIsSupported()
9 sys.exit(errormsg)
  /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/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitConfig.py 104 supported, errormsg = self.maxIndividualTestTimeIsSupported
107 errormsg)
  /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);
  /src/external/gpl2/xcvs/dist/src/
mkmodules.c 116 char *errormsg; member in struct:admin_file
832 if (fileptr->errormsg == NULL)
  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 304 char *errormsg = NULL; local
332 result = isccc_cc_lookupstring(data, "err", &errormsg);
336 errormsg);
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 3473 const char *errormsg,
3480 if (!errormsg)
3481 errormsg = "";
3483 tree message = build_string (strlen (errormsg) + 1, errormsg);
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 3474 const char *errormsg,
3481 if (!errormsg)
3482 errormsg = "";
3484 tree message = build_string (strlen (errormsg) + 1, errormsg);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
functional.d 696 static string errormsg()
705 static assert(0, errormsg());
742 string errorMsg()
752 static assert(0, errorMsg());
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
238 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
238 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 233 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
237 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 233 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
237 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
238 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
238 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 218 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
222 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 218 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
222 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 212 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
216 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 218 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
222 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 218 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
222 \def\errormsg{\begingroup \indexnofonts \doerrormsg}

Completed in 114 milliseconds