Searched refs:errout (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c307 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 ("Symbo
[all...]
/netbsd-current/bin/sh/
H A Derror.c144 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);
H A Doutput.c88 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) {
H A Doutput.h58 extern struct output errout;
H A Dmain.c183 flushout(&errout);
295 flushout(&errout);
331 flushout(&errout);
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dkeyboard.c55 goto errout;
71 goto errout;
78 errout:
H A Dentropy.c505 goto errout;
529 goto errout;
603 errout:
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_version.c79 goto errout;
90 goto errout;
96 goto errout;
103 errout:
/netbsd-current/external/mpl/bind/dist/bin/check/
H A Dcheck-tool.h34 setup_logging(isc_mem_t *mctx, FILE *errout, isc_log_t **logp);
H A Dnamed-checkzone.c117 FILE *errout = stdout; local
512 errout = stderr;
524 RUNTIME_CHECK(setup_logging(mctx, errout, &lctx) ==
551 fprintf(errout, "dump zone to %s...", output_filename);
552 fflush(errout);
557 fprintf(errout, "done\n");
562 fprintf(errout, "OK\n");
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dplugin.c172 goto errout;
178 goto errout;
218 goto errout;
223 goto errout;
259 goto errout;
264 errout:
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dnamed-journalprint.c43 setup_logging(isc_mem_t *mctx, FILE *errout, isc_log_t **logp) { argument
53 destination.file.stream = errout;
/netbsd-current/sys/dev/pci/
H A Dubsec.c1161 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...]
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c237 goto errout;
241 goto errout;
246 goto errout;
253 errout:
/netbsd-current/sys/lib/libsa/
H A Dcread.c272 goto errout;
276 goto errout;
281 goto errout;
288 errout:
/netbsd-current/lib/libc/net/
H A Dgetnameinfo.c184 goto errout;
193 goto errout;
203 goto errout;
210 errout:
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp75 goto errout;
81 errout:
/netbsd-current/sys/dev/hpc/
H A Dvideo_subr.c161 goto errout; \
170 errout:
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dentropy.c692 goto errout;
712 errout:
879 goto errout;
887 goto errout;
916 errout:
966 goto errout;
972 goto errout;
995 errout:
H A Dhash.c174 goto errout;
182 goto errout;
211 errout:
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dentropy.c265 goto errout;
298 errout:
/netbsd-current/sys/dev/gpib/
H A Dmt.c362 goto errout;
368 goto errout;
374 goto errout;
379 goto errout;
384 goto errout;
422 goto errout;
438 errout:
/netbsd-current/sys/arch/hp300/dev/
H A Dmt.c344 goto errout;
350 goto errout;
356 goto errout;
361 goto errout;
366 goto errout;
404 goto errout;
419 errout:
/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c202 goto errout;
212 goto errout;
229 errout:
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dlcl_ng.c333 goto errout;
348 errout:

Completed in 273 milliseconds

123