Searched refs:am_sprintf (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 121 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_()
|
D | priv_aspacemgr.h | 91 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... );
|
D | aspacemgr-linux.c | 428 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()
|