Searched refs:FILE (Results 151 - 167 of 167) sorted by relevance

1234567

/openjdk9/test/fmw/gtest/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
H A Dgtest.cc3097 FILE* xmlout = NULL;
3537 FILE* pfile = posix::FOpen(premature_exit_filepath, "w");
4362 FILE* const file = posix::FOpen(test_shard_file, "w");
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.c2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
688 * function of your own because "FILE *" isn't necessarily available.
4492 FILE *fp = png_voidcast(FILE*, cp->png_ptr->io_ptr);
H A Dpngread.c2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1483 png_image_begin_read_from_stdio(png_imagep image, FILE* file)
1519 FILE *fp = fopen(file_name, "rb");
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/java2d/x11/
H A DXRBackendNative.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
215 FILE *fp = fopen(pkgInfoPath, "r");
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh4 # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
369 # as_fn_executable_p FILE
371 # Test if FILE is an executable regular file.
1067 FILE
1255 FILE
1911 --cache-file=FILE cache test results in FILE [disabled]
2223 FILE Override default value for FILE
2916 FILE *
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintJob.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1281 return wcscmp(port, TEXT("FILE:")) == 0;
1288 * with "FILE:", which is going to occur
1295 * the DEVNAMES specified is set to "FILE:"
1296 * First find out if the DC was associated with a FILE. If it is,
1317 if (!isFilePort(defPort)) { // not a FILE: port by default
1693 FILE *file = fopen("c:\\plog.txt", "a");
1775 FILE *file = fopen("c:\\plog.txt", "a");
3062 static FILE* outfile = NULL;
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1638 FILE* fp = NULL;
/openjdk9/jdk/src/java.base/share/native/libjli/
H A Djava.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2033 FILE *jvmCfg;
/openjdk9/jdk/src/java.base/unix/native/libnet/
H A DNetworkInterface.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1182 FILE *f;
/openjdk9/jdk/src/jdk.accessibility/windows/native/jaccessinspector/
H A Djaccessinspector.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
97 FILE *logfile = NULL;
/openjdk9/hotspot/src/share/vm/prims/
H A Djvm.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2707 int jio_fprintf(FILE* f, const char *fmt, ...) {
2717 int jio_vfprintf(FILE* f, const char *fmt, va_list args) {
/openjdk9/jdk/make/data/jdwp/
H A Djdwp.spec3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3649 public int getType() { return FILE; }
/openjdk9/hotspot/src/share/vm/runtime/
H A Darguments.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1187 FILE* stream = fopen(file_name, "rb");
2109 FILE *fp = fopen(lim_file, "r");
/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi.c2460 void mp_print(mp_int *mp, FILE *ofp)
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1827 FILE* fp = fopen("/etc/release", "r");

Completed in 501 milliseconds

1234567