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

  /src/external/mpl/bind/dist/bin/check/
named-checkzone.c 114 FILE *errout = stdout; local
519 errout = stderr;
531 RUNTIME_CHECK(setup_logging(mctx, errout, &lctx) ==
558 fprintf(errout, "dump zone to %s...", output_filename);
559 fflush(errout);
564 fprintf(errout, "done\n");
569 fprintf(errout, "OK\n");
  /src/bin/sh/
output.c 88 struct output errout = {NULL, 0, 100, NULL, 2, 0 CHAIN }; variable in typeref:struct:output
91 struct output *out2 = &errout;
93 struct output *outx = &errout;
105 out2 = &errout;
299 flushout(&errout);
742 outx = &errout;
744 if (o != &errout) {
  /src/lib/libc/time/
zdump.c 83 static bool errout; variable
361 errout = true;
391 warned = errout = true;
660 if (errout && (ferror(stderr) || fclose(stderr) != 0))
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 307 void errout (char *);
548 void errout (char *text) function
568 errout ("Token table full");
642 errout ("Whoops\007");
652 errout ("Symbol table full");
735 errout("'ARCH' statement missing");
757 errout ("Unknown identifier");
770 errout ("Expected an identifier");
818 errout ("Expected digit");
845 errout ("Symbol table full")
    [all...]

Completed in 50 milliseconds