Searched refs:fclose (Results 1 – 4 of 4) sorted by relevance
624 fclose (f);642 fclose(f);647 fclose(f);705 fclose (f);716 fclose (f);
538 fclose(tty); in debugPrint()
376 if (fclose(fp) == EOF && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_fclose()
117 static native void fclose(long stream) throws UnixException; in fclose() method in UnixNativeDispatcher