Home | History | Annotate | Download | only in tests

Lines Matching defs:HChar

931 typedef  char          HChar;
1026 static HChar vex_toupper ( HChar c )
1034 static Int vex_strlen ( const HChar* str )
1041 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1062 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1111 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1113 HChar buf[40];
1117 HChar *digits = "0123456789ABCDEF";
1171 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1307 static HChar myprintf_buf[1000];
1310 static void add_to_myprintf_buf ( HChar c )