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

  /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/sys/dev/microcode/siop/
ncr53cxxx.c 307 void errout (char *);
548 void errout (char *text) function in typeref:typename:void
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...]
  /src/lib/libc/time/
zdump.c 90 static bool errout; variable in typeref:typename:bool
368 errout = true;
398 warned = errout = true;
667 if (errout && (ferror(stderr) || fclose(stderr) != 0))

Completed in 12 milliseconds