Home | History | Annotate | Download | only in tests

Lines Matching defs:HChar

15 typedef  char                    HChar;
33 void(*send)(HChar,void*),
35 const HChar* format,
51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes )
62 HChar buf[512];
70 static void add_to__printf_buf ( HChar c, void *p )
85 const HChar *format, va_list vargs )
97 const HChar *format, va_list vargs )
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
119 UInt VG_(printf) ( const HChar *format, ... )
135 static Int local_strlen ( const HChar* str )
143 static HChar local_toupper ( HChar c )
177 UInt myvprintf_str ( void(*send)(HChar,void*),
181 HChar* str,
225 UInt myvprintf_str_XML_simplistic ( void(*send)(HChar,void*),
227 HChar* str )
232 HChar* alt;
265 UInt myvprintf_int64 ( void(*send)(HChar,void*),
273 HChar buf[40];
277 HChar* digits = capitalised ? "0123456789ABCDEF" : "0123456789abcdef";
338 void(*send)(HChar,void*),
340 const HChar* format,
520 static void add_to__sprintf_buf ( HChar c, void *p )
522 HChar** b = p;
526 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs )
529 HChar* sprintf_ptr = buf;
540 UInt VG_(sprintf) ( HChar* buf, const HChar *format, ... )
561 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, HChar buf[])
565 HChar fmt[32];
622 HChar buf[6];