HomeSort by: relevance | last modified time | path
    Searched refs:errout (Results 1 - 25 of 35) sorted by relevancy

1 2

  /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/bin/sh/
error.c 144 outfmt(&errout, "%s: ", commandname);
146 outfmt(&errout, "%s: ", getprogname());
148 outfmt(&errout, "%s: ", currentcontext);
150 doformat(&errout, msg, ap);
152 outfmt(&errout, ": ");
155 outfmt(&errout, "%s", strerror(sv_errno));
157 flushout(&errout);
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) {
output.h 58 extern struct output errout;
main.c 183 flushout(&errout);
295 flushout(&errout);
331 flushout(&errout);
options.c 611 outfmt(&errout, "Unknown option -%c\n", c);
629 outfmt(&errout, "No arg for -%c option\n", c);
  /src/sys/dev/pci/
ubsec.c 1161 goto errout;
1185 goto errout; /* XXX we don't handle contiguous blocks! */
1198 goto errout;
1215 goto errout;
1240 goto errout;
1252 goto errout;
1263 goto errout;
1337 goto errout;
1342 goto errout;
1376 goto errout;
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 237 goto errout;
241 goto errout;
246 goto errout;
253 errout:
  /src/sys/lib/libsa/
cread.c 272 goto errout;
276 goto errout;
281 goto errout;
288 errout:
  /src/lib/libc/net/
getnameinfo.c 184 goto errout;
193 goto errout;
203 goto errout;
210 errout:
  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 75 goto errout;
81 errout:
  /src/sys/dev/hpc/
video_subr.c 161 goto errout; \
170 errout:
  /src/sys/dev/gpib/
mt.c 362 goto errout;
368 goto errout;
374 goto errout;
379 goto errout;
384 goto errout;
422 goto errout;
438 errout:
  /src/sys/arch/hp300/dev/
mt.c 344 goto errout;
350 goto errout;
356 goto errout;
361 goto errout;
366 goto errout;
404 goto errout;
419 errout:
  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 202 goto errout;
212 goto errout;
229 errout:
  /src/lib/libkvm/
kvm.c 250 char *errout)
408 if (errout != 0)
409 (void)strlcpy(errout, kd->errbuf, _POSIX2_LINE_MAX);
726 int flag, char *errout)
731 (void)strlcpy(errout, strerror(errno), _POSIX2_LINE_MAX);
735 return (_kvm_open(kd, uf, mf, sf, flag, errout));
  /src/sys/nfs/
nfs_socket.c 1087 goto errout;
1105 goto errout;
1128 goto errout;
1142 goto errout;
1246 errout:
  /src/sys/arch/hpcmips/dev/
ucbsnd.c 622 goto errout;
634 goto errout;
642 errout:
  /src/sys/rump/net/lib/libsockin/
sockin.c 321 goto errout;
323 goto errout;
327 errout:
  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.mk 35 errout="\# .runChkTmpl\n""{ %s \n} || exit $$?\n"
  /src/sys/ufs/lfs/
lfs_inode.c 365 goto errout;
406 goto errout;
422 goto errout;
619 errout:
lfs_bio.c 556 goto errout;
581 errout:
  /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))
  /src/sys/dev/hyperv/
if_hvn.c 1845 goto errout;
1853 goto errout;
1859 errout:
1944 goto errout;
1994 goto errout;
2003 goto errout;
2017 goto errout;
2033 errout:
3286 goto errout;
3292 goto errout;
    [all...]
  /src/sys/arch/hpcmips/vr/
flash_vrip.c 565 goto errout;
588 errout:

Completed in 34 milliseconds

1 2