| /netbsd-src/bin/csh/ |
| H A D | err.c | 340 (void)fflush(csherr); in stderror() 347 (void)fprintf(csherr, "%s: ", bname); in stderror() 350 (void)fprintf(csherr, "%s.\n", seterr); in stderror() 353 (void)vfprintf(csherr, errorlist[id], va); in stderror() 355 (void)fprintf(csherr, ".\n"); in stderror() 370 (void)fflush(csherr); in stderror()
|
| H A D | csh.c | 80 FILE *cshin, *cshout, *csherr; variable 212 csherr = stderr; in main() 300 (void)fclose(csherr); in main() 307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL, in main() 312 (void)setvbuf(csherr, NULL, _IOLBF, 0); in main() 584 (void)fprintf(csherr, "Warning: no access to tty (%s).\n", in main() 586 (void)fprintf(csherr, "Thus no job control in this shell.\n"); in main() 1166 fflush(csherr); in process() 1168 prlex(csherr, ¶ml); in process() 1169 fflush(csherr); in process()
|
| H A D | exp.c | 650 (void)fprintf(csherr, "%s=%d\t", str, i); in etraci() 651 blkpr(csherr, *vp); in etraci() 652 (void)fprintf(csherr, "\n"); in etraci() 657 (void)fprintf(csherr, "%s=%s\t", str, vis_str(cp)); in etracc() 658 blkpr(csherr, *vp); in etracc() 659 (void)fprintf(csherr, "\n"); in etracc()
|
| H A D | exec.c | 427 (void)fflush(csherr); in xechoit() 430 blkpr(csherr, t); in xechoit() 431 (void)fputc('\n', csherr); in xechoit() 432 (void)fflush(csherr); in xechoit() 738 (void)fprintf(csherr, in tellmewhat()
|
| H A D | proc.c | 274 (void)fprintf(csherr, "BUG: waiting for background job!\n"); in pjwait() 295 (void)fprintf(csherr, "starting to sigsuspend for SIGCHLD on %d\n", in pjwait() 401 (void)fprintf(csherr, "BUG: process flushed twice"); in pflush() 750 (void)fprintf(csherr, "BUG: status=%-9o", status); in pprint() 1054 (void)fprintf(csherr, "%s: Already suspended\n", in pkill() 1069 (void)fprintf(csherr, "%s: %s\n", vis_str(cp), in pkill() 1081 (void)fprintf(csherr, "%s: Badly formed number\n", in pkill() 1086 (void)fprintf(csherr, "%d: %s\n", pid, strerror(errno)); in pkill() 1370 (void)fprintf(csherr, "csh: setpgid error.\n"); in pgetty()
|
| H A D | lex.c | 1389 (void)fprintf(csherr, "Reset tty pgrp from %ld to %ld\n", in readc() 1395 (void)fprintf(csherr,"\nUse \"logout\" to logout.\n"); in readc() 1397 (void)fprintf(csherr,"\nUse \"exit\" to leave csh.\n"); in readc() 1579 (void)fprintf(csherr, "Bad seek type %d\n", aret); in bseek() 1601 (void)fprintf(csherr, "Bad seek type %d\n", aret); in btell()
|
| H A D | dir.c | 86 (void)fprintf(csherr, "csh: %s\n", strerror(errno)); in dinit() 93 (void)fprintf(csherr, emsg, vis_str(hp)); in dinit() 98 (void)fprintf(csherr, emsg, "/"); in dinit()
|
| H A D | set.c | 570 el = el_init_fd(getprogname(), cshin, cshout, csherr, in updateediting() 700 (void)fprintf(csherr, in exportpath()
|
| H A D | csh.h | 93 extern FILE *cshin, *cshout, *csherr;
|
| H A D | func.c | 1318 (void)fprintf(csherr, "%s: %s: Can't %s%s limit (%s)\n", bname, in setlim() 1451 (void)fflush(csherr); in doprintf()
|