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);
605 fclose(tty); in debugPrint()
376 if (fclose(fp) == EOF && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_fclose()1243 NATIVE_METHOD(Java_sun_nio_fs_UnixNativeDispatcher, fclose, "(J)V"),
117 static native void fclose(long stream) throws UnixException; in fclose() method in UnixNativeDispatcher