Home | History | Annotate | Download | only in tests

Lines Matching defs:HChar

893 typedef  char          HChar;
988 static HChar vex_toupper ( HChar c )
996 static Int vex_strlen ( const HChar* str )
1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1024 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1075 HChar buf[40];
1079 HChar *digits = "0123456789ABCDEF";
1133 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1269 static HChar myprintf_buf[1000];
1272 static void add_to_myprintf_buf ( HChar c )