Home
last modified time | relevance | path

Searched refs:am_sprintf (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-common.c121 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... ) in ML_() argument
376 ML_(am_sprintf)(tmp, "/proc/self/fd/%d", fd); in ML_()
397 ML_(am_sprintf)(tmp, "/proc/self/path/%d", fd); in ML_()
Dpriv_aspacemgr.h91 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... );
Daspacemgr-linux.c428 ML_(am_sprintf)(buf, fmt, len); in show_len_concisely() local
1573 ML_(am_sprintf)(buf, fmt, min, max); in VG_() local
3818 ML_(am_sprintf)(message, "Cannot open %s.", filename); in read_proc_file()
3827 ML_(am_sprintf)(message, "I/O error on %s.", filename); in read_proc_file()
3836 ML_(am_sprintf)(message, "Bogus values read from %s.", filename); in read_proc_file()
3879 ML_(am_sprintf)(mapping->filename, "/proc/self/path/%s", in next_xmap()
3900 ML_(am_sprintf)(mapping->filename, "/proc/self/object/%s", in next_xmap()