Searched refs:strrchr (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.hpp54 static const jbyte* strrchr(const jbyte* base, int length, jbyte c);
H A Dutf8.cpp167 const jbyte* UTF8::strrchr(const jbyte* base, int length, jbyte c) { function in class:UTF8
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.c148 p = strrchr(file, '/');
150 p = strrchr(file, '\\');
/openjdk7/jdk/src/windows/native/common/
H A Djni_util_md.c35 char* lastSlash = max(strrchr(path, '\\'), strrchr(path, '/'));
/openjdk7/jdk/src/macosx/bin/
H A Djexec.c223 *(strrchr(buf, '/')) = '\0';
/openjdk7/jdk/src/share/back/
H A Dlog_messages.c81 p1 = strrchr(file, '\\');
82 p2 = strrchr(file, '/');
/openjdk7/jdk/src/share/bin/
H A Djli_util.h51 #define JLI_StrRChr(p1, p2) strrchr((p1), (p2))
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp71 char* slash = strrchr(dir, '/');
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c484 lastslash = strrchr(jvmpath, '/');
577 char *oldbase = strrchr(oldexec, '/');
671 p = strrchr(jvmpath, '/');
855 if (strrchr(buf, '/') == 0) {
859 *(strrchr(buf, '/')) = '\0'; /* executable file */
860 if (strlen(buf) < 4 || strrchr(buf, '/') == 0) {
865 *(strrchr(buf, '/')) = '\0'; /* sparcv9 or amd64 */
870 *(strrchr(buf, '/')) = '\0'; /* bin */
922 (FILE_SEPARATOR=='\\' && strrchr(program, ':')))
926 if (strrchr(progra
[all...]
/openjdk7/jdk/src/solaris/instrument/
H A DFileSystemSupport_md.c47 char* last = strrchr(path, slash);
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c253 lastSlash = strrchr(libdir, '\\');
257 lastSlash = strrchr(libdir, '\\');
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c308 lastSlash = strrchr(libdir, '/');
314 lastSlash = strrchr(libdir, '/');
/openjdk7/jdk/src/solaris/bin/
H A Djexec.c274 *(strrchr(buf, '/')) = '\0';
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c67 if (strrchr(name, '/')) {
69 strcat(alt_path, strrchr(name, '/'));
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c63 if (strrchr(name, '/')) {
65 strcat(alt_path, strrchr(name, '/'));
H A Dsymtab.c216 char *last_slash = strrchr(debug_pathname, '/');
242 last_slash = strrchr(debug_pathname, '/');
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c410 p = strrchr(jvmpath, '\\');
478 *strrchr(buf, '\\') = '\0'; /* remove .exe file name */
479 if ((cp = strrchr(buf, '\\')) == 0) {
510 p = strrchr(path, '\\');
1095 if ((s = strrchr(progname, FILE_SEPARATOR)) != 0) {
/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DLinuxOperatingSystem.c133 if ((tmp = strrchr(buf, ')')) != NULL) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c102 p = strrchr(buf, '/');
H A Dsun_awt_X11_GtkFileDialogPeer.c165 entry = strrchr(entry, '/') + 1;
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp85 const char* p = strrchr(buf, '/');
110 const char* p = strrchr(buf, '/');
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp261 if (strrchr(name, '/')) {
263 strcat(alt_path, strrchr(name, '/'));
304 if (handle == NULL && strrchr(name, '/')) {
306 strcat(alt_path, strrchr(name, '/'));
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c347 p = strrchr(buf, '/');
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c120 s = strrchr(stat, ')');
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c83 p = strrchr(exe, '\\');

Completed in 3093 milliseconds

12