Home | History | Annotate | Download | only in tests

Lines Matching defs:HChar

900 typedef  char          HChar;
995 static HChar vex_toupper ( HChar c )
1003 static Int vex_strlen ( const HChar* str )
1010 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1031 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1080 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1082 HChar buf[40];
1086 HChar *digits = "0123456789ABCDEF";
1140 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1278 static HChar myprintf_buf[1000 -930];
1281 static void add_to_myprintf_buf ( HChar c )