Home | History | Annotate | Download | only in src

Lines Matching refs:str0

768   char str0[256], str1[256];
770 sprintf (str0, "%d %x\n", 0, ~0);
773 if (0 != strcmp (str0, str1)) printf ("Something wrong with i8 : %s\n", str1);
775 if (0 != strcmp (str0, str1)) printf ("Something wrong with u8 : %s\n", str1);
777 if (0 != strcmp (str0, str1)) printf ("Something wrong with i16 : %s\n", str1);
779 if (0 != strcmp (str0, str1)) printf ("Something wrong with u16 : %s\n", str1);
781 if (0 != strcmp (str0, str1)) printf ("Something wrong with i32 : %s\n", str1);
783 if (0 != strcmp (str0, str1)) printf ("Something wrong with u32 : %s\n", str1);
786 if (0 != strcmp (str0, str1)) printf ("Something wrong with i64 : %s\n", str1);
789 if (0 != strcmp (str0, str1)) printf ("Something wrong with imax : %s\n", str1);
791 if (0 != strcmp (str0, str1)) printf ("Something wrong with umax : %s\n", str1);