Searched refs:errfp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/dev/microcode/siop/ |
| H A D | ncr53cxxx.c | 300 FILE *errfp; variable 409 errfp = fopen (errorfile, "w"); in main() 411 errfp = stderr; in main() 551 fprintf (errfp, "*** %s ***\n", text); in errout() 599 fprintf (errfp, "Error: expected directive, found '%c'\n", in process() 609 fprintf (errfp, "Error: expected directive, found \"%s\"\n", in process() 615 fprintf (errfp, "No function for directive \"%s\"\n", tokens[tokenix].name); in process() 634 fprintf (errfp, "*** Symbol \"%s\" multiply defined\n", in define_symbol() 814 fprintf (errfp, "*** Expected digit\n"); in number() 1467 if (errfp != listfp && errfp && err_listed == 0) { in error_line() [all …]
|
| /netbsd-src/external/bsd/openpam/dist/lib/libpam/ |
| H A D | openpam_ttyconv.c | 350 FILE *infp, *outfp, *errfp; in openpam_ttyconv() local 364 if ((outfp = infp = errfp = fopen(_PATH_TTY, "w+")) == NULL) { in openpam_ttyconv() 365 errfp = stderr; in openpam_ttyconv() 385 fputs(msg[i]->msg, errfp); in openpam_ttyconv() 388 fputc('\n', errfp); in openpam_ttyconv()
|