Searched refs:Ofclose (Results 1 – 10 of 10) sorted by relevance
112 Ofclose(f);140 Ofclose(f);
243 Ofclose(stdout);
235 Ofclose(stdout);
299 void Ofclose(1148,26386
1148 void Ofclose(f) FILE *f; { if (f && fclose(f)!=0) Oerror(); } in Ofclose() function1150 void Ozclose(p) FILE **p; { Ofclose(*p); *p = 0; } in Ozclose()
509 Ofclose(workstdout);
575 void Ofclose P((FILE*));
482 Ofclose(out);
1557 Ofclose(fcut);
4736 [int] Replace ‘Ofclose’ with ‘Ozclose’ or plain ‘fclose’.4742 * rcslex.c (Ofclose): Incorporate into ‘Ozclose’.4745 * base.h (Ofclose): Delete func decl.