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

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DMain.java64 static InputStream confstr; field in class:Main
153 confstr = new FileInputStream(args[i]);
179 if (confstr == null)
180 confstr = (new Main()).getClass().getResourceAsStream(CONFFILE);
181 if (confstr == null)
192 while ((len = confstr.read(buf)) != -1)
221 harness = new Harness(confstr);
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java101 static InputStream confstr; field in class:Main
228 confstr = new FileInputStream(args[i]);
297 if (confstr == null)
298 confstr = (new Main()).getClass().getResourceAsStream(CONFFILE);
299 if (confstr == null)
310 while ((len = confstr.read(buf)) != -1)
390 harness = new RMIHarness(confstr);
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c204 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0);
215 confstr(_CS_GNU_LIBPTHREAD_VERSION, s, n);
H A DBsdVirtualMachine.c297 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, temp_path_storage, PATH_MAX);
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c380 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, tmp_path, PATH_MAX);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp767 size_t n = confstr(_CS_GNU_LIBC_VERSION, NULL, 0);
770 confstr(_CS_GNU_LIBC_VERSION, str, n);
780 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0);
783 confstr(_CS_GNU_LIBPTHREAD_VERSION, str, n);
784 // Vanilla RH-9 (glibc 2.3.2) has a bug that confstr() always tells
1878 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, temp_path_storage, PATH_MAX);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp641 size_t n = confstr(_CS_GNU_LIBC_VERSION, NULL, 0);
644 confstr(_CS_GNU_LIBC_VERSION, str, n);
654 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0);
657 confstr(_CS_GNU_LIBPTHREAD_VERSION, str, n);
658 // Vanilla RH-9 (glibc 2.3.2) has a bug that confstr() always tells

Completed in 279 milliseconds