Home
last modified time | relevance | path

Searched refs:outfil (Results 1 – 4 of 4) sorted by relevance

/original-bsd/old/ratfor/
H A Dr2.c25 fprintf(outfil, "%s\n", outbuf); in outdon()
156 fprintf(outfil, "%s\n", outbuf); in contcard()
213 fprintf(outfil, "%s\n", &comment[j]); in flushcom()
H A Drlex.c53 FILE *outfil = { stdout }; variable
95 if ((outfil=fopen("*s", "w")) == NULL)
127 fclose(outfil,"r"); in bexit()
H A Dr.h45 extern FILE *outfil; /* output file id */
/original-bsd/usr.bin/sort/
H A Dsort.c56 char *outfil; variable
219 outfil = *++argv;
538 if(outfil) { in oldfile()
539 if((os=fopen(outfil, "w")) == NULL) { in oldfile()
540 diag("can't create ",outfil); in oldfile()
552 if(!mflg||outfil==0) in safeoutfil()
554 if(stat(outfil,&obuf)==-1) in safeoutfil()