Searched refs:Iclose (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Drcslex.c52 * (Iclose): If large_memory and maps_memory, use them to deallocate mapping.
871 # define Iclose(f) fclose(f) macro
874 static int Iclose P((RILE *));
876 Iclose(f) function
884 static int Iclose P((RILE *));
886 Iclose(f) function
1154 void Ifclose(f) RILE *f; { if (f && Iclose(f)!=0) Ierror(); }

Completed in 33 milliseconds