Searched defs:stringp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c218 static int read_string_pointer(jvm_agent_t* J, uint64_t base, const char ** stringp) { argument
223 *stringp = NULL;
229 *stringp = strdup(buffer);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c218 static int read_string_pointer(jvm_agent_t* J, uint64_t base, const char ** stringp) { argument
223 *stringp = NULL;
229 *stringp = strdup(buffer);

Completed in 39 milliseconds