HomeSort by: relevance | last modified time | path
    Searched refs:csherr (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/csh/
err.c 340 (void)fflush(csherr);
347 (void)fprintf(csherr, "%s: ", bname);
350 (void)fprintf(csherr, "%s.\n", seterr);
353 (void)vfprintf(csherr, errorlist[id], va);
355 (void)fprintf(csherr, ".\n");
370 (void)fflush(csherr);
csh.c 80 FILE *cshin, *cshout, *csherr; variable in typeref:typename:FILE ***
212 csherr = stderr;
289 * Closing cshin cshout and csherr (which are really stdin stdout
291 * gives us again stdin == cshin stdout == cshout and stderr == csherr.
300 (void)fclose(csherr);
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL,
312 (void)setvbuf(csherr, NULL, _IOLBF, 0);
584 (void)fprintf(csherr, "Warning: no access to tty (%s).\n",
586 (void)fprintf(csherr, "Thus no job control in this shell.\n");
1166 fflush(csherr);
    [all...]
exp.c 650 (void)fprintf(csherr, "%s=%d\t", str, i);
651 blkpr(csherr, *vp);
652 (void)fprintf(csherr, "\n");
657 (void)fprintf(csherr, "%s=%s\t", str, vis_str(cp));
658 blkpr(csherr, *vp);
659 (void)fprintf(csherr, "\n");
exec.c 427 (void)fflush(csherr);
430 blkpr(csherr, t);
431 (void)fputc('\n', csherr);
432 (void)fflush(csherr);
738 (void)fprintf(csherr,
proc.c 274 (void)fprintf(csherr, "BUG: waiting for background job!\n");
295 (void)fprintf(csherr, "starting to sigsuspend for SIGCHLD on %d\n",
401 (void)fprintf(csherr, "BUG: process flushed twice");
750 (void)fprintf(csherr, "BUG: status=%-9o", status);
1052 (void)fprintf(csherr, "%s: Already suspended\n",
1067 (void)fprintf(csherr, "%s: %s\n", vis_str(cp),
1079 (void)fprintf(csherr, "%s: Badly formed number\n",
1084 (void)fprintf(csherr, "%d: %s\n", pid, strerror(errno));
1368 (void)fprintf(csherr, "csh: setpgid error.\n");
dir.c 86 (void)fprintf(csherr, "csh: %s\n", strerror(errno));
93 (void)fprintf(csherr, emsg, vis_str(hp));
98 (void)fprintf(csherr, emsg, "/");
lex.c 1389 (void)fprintf(csherr, "Reset tty pgrp from %ld to %ld\n",
1395 (void)fprintf(csherr,"\nUse \"logout\" to logout.\n");
1397 (void)fprintf(csherr,"\nUse \"exit\" to leave csh.\n");
1579 (void)fprintf(csherr, "Bad seek type %d\n", aret);
1601 (void)fprintf(csherr, "Bad seek type %d\n", aret);
csh.h 93 extern FILE *cshin, *cshout, *csherr;
set.c 570 el = el_init_fd(getprogname(), cshin, cshout, csherr,
700 (void)fprintf(csherr,
func.c 1318 (void)fprintf(csherr, "%s: %s: Can't %s%s limit (%s)\n", bname,
1451 (void)fflush(csherr);

Completed in 19 milliseconds