Searched refs:md_snprintf (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_md.h63 int md_snprintf(char *s, int n, const char *format, ...);
H A Dhprof_init.c207 (void)md_snprintf(errmsg, sizeof(errmsg),
317 (void)md_snprintf(new_name, new_len,
492 (void)md_snprintf(errmsg, sizeof(errmsg),
811 (void)md_snprintf(errmsg, sizeof(errmsg),
824 (void)md_snprintf(errmsg, sizeof(errmsg),
847 (void)md_snprintf(errmsg, sizeof(errmsg),
1932 (void)md_snprintf(errmsg, sizeof(errmsg),
H A Dhprof_io.c273 (void)md_snprintf(buf, sizeof(buf), "System %s failed: %s\n",
743 (void)md_snprintf(buf, sizeof(buf), "Can't open %s", prelude_file);
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);
H A Dhprof_listener.c338 (void)md_snprintf(buf, sizeof(buf),
H A Dhprof_util.c77 (void)md_snprintf(buf, sizeof(buf),
1700 (void)md_snprintf(buf, sizeof(buf),
1724 (void)md_snprintf(buf, sizeof(buf),
H A Ddebug_malloc.c289 (void)md_snprintf(nice_words, sizeof(nice_words),
H A Dhprof_check.c153 (void)md_snprintf(buf, sizeof(buf), "System %s failed: %s\n",
H A Dhprof_table.c703 (void)md_snprintf(lock_name, sizeof(lock_name),
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c261 (void)md_snprintf(path, path_len, "%s\\lib\\%s", libdir, filename);
271 md_snprintf(char *s, int n, const char *format, ...) function
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c97 (void)md_snprintf(proc_ctl_fn, sizeof(proc_ctl_fn),
331 md_snprintf(char *s, int n, const char *format, ...) function

Completed in 242 milliseconds