Home
last modified time | relevance | path

Searched refs:Ofclose (Results 1 – 10 of 10) sorted by relevance

/dports/devel/rcs57/rcs-5.7/src/
H A Dmerger.c112 Ofclose(f);
140 Ofclose(f);
H A Drcsmerge.c243 Ofclose(stdout);
H A Drcsclean.c235 Ofclose(stdout);
H A DTAGS299 void Ofclose(1148,26386
H A Drcslex.c1148 void Ofclose(f) FILE *f; { if (f && fclose(f)!=0) Oerror(); } in Ofclose() function
1150 void Ozclose(p) FILE **p; { Ofclose(*p); *p = 0; } in Ozclose()
H A Dco.c509 Ofclose(workstdout);
H A Drcsbase.h575 void Ofclose P((FILE*));
H A Drlog.c482 Ofclose(out);
H A Drcs.c1557 Ofclose(fcut);
/dports/devel/rcs/rcs-5.10.0/src/
H A DChangeLog4736 [int] Replace ‘Ofclose’ with ‘Ozclose’ or plain ‘fclose’.
4742 * rcslex.c (Ofclose): Incorporate into ‘Ozclose’.
4745 * base.h (Ofclose): Delete func decl.