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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c992 char linebuf[32]; local
995 (void)md_snprintf(linebuf, sizeof(linebuf), "Compiled method");
997 (void)md_snprintf(linebuf, sizeof(linebuf), "Native method");
999 (void)md_snprintf(linebuf, sizeof(linebuf), "Unknown line");
1001 (void)md_snprintf(linebuf, sizeof(linebuf), "%d", lineno);
1003 linebuf[sizeo
[all...]

Completed in 270 milliseconds